Home
last modified time | relevance | path

Searched defs:poly (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/arch/riscv/lib/
Dcrc32.c66 static inline u32 crc32_le_zbc(unsigned long s, u32 poly, unsigned long poly_qt) in crc32_le_zbc()
104 static inline u32 crc32_le_zbc(unsigned long s, u32 poly, unsigned long poly_qt) in crc32_le_zbc()
157 size_t len, u32 poly, in crc32_le_unaligned()
178 size_t len, u32 poly, in crc32_le_generic()
/linux-6.12.1/lib/
Dgen_crc64table.c25 static void generate_reflected_crc64_table(uint64_t table[256], uint64_t poly) in generate_reflected_crc64_table()
43 static void generate_crc64_table(uint64_t table[256], uint64_t poly) in generate_crc64_table()
Dbch.c114 struct gf_poly poly; member
308 static inline int deg(unsigned int poly) in deg()
375 uint32_t poly; in compute_syndromes() local
575 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg1_roots()
590 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg2_roots()
632 static int find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg3_roots()
665 static int find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg4_roots()
898 struct gf_poly *poly, unsigned int *roots) in find_poly_roots()
1076 static int build_gf_tables(struct bch_control *bch, unsigned int poly) in build_gf_tables()
Dpolynomial.c79 long polynomial_calc(const struct polynomial *poly, long data) in polynomial_calc()
/linux-6.12.1/crypto/
Dchacha20poly1305.c21 struct crypto_ahash_spawn poly; member
27 struct crypto_ahash *poly; member
65 struct poly_req poly; member
506 struct crypto_ahash *poly; in chachapoly_init() local
562 struct hash_alg_common *poly; in chachapoly_create() local
/linux-6.12.1/lib/xz/
Dxz_crc32.c31 const uint32_t poly = 0xEDB88320; in xz_crc32_init() local
/linux-6.12.1/include/linux/
Dpstore_ram.h17 int poly; member
/linux-6.12.1/drivers/mtd/nand/raw/atmel/
Dpmecc.c186 static inline int deg(unsigned int poly) in deg()
192 static int atmel_pmecc_build_gf_tables(int mm, unsigned int poly, in atmel_pmecc_build_gf_tables()
223 unsigned int poly, degree, table_size; in atmel_pmecc_create_gf_tables() local
/linux-6.12.1/drivers/gpu/drm/
Ddrm_panic_qr.rs248 fn poly(&self) -> &'static [u8] { in poly() method
475 poly: &'static [u8], field
489 let poly = version.poly(); in new() localVariable
/linux-6.12.1/drivers/crypto/stm32/
Dstm32-crc32.c65 u32 poly; member
/linux-6.12.1/drivers/net/dsa/sja1105/
Dsja1105_dynamic_config.c1372 static u8 sja1105_crc8_add(u8 crc, u8 byte, u8 poly) in sja1105_crc8_add()
1400 u8 poly = (u8)(1 + (poly_koopman << 1)); in sja1105et_fdb_hash() local
Dsja1105_static_config.h288 u64 poly; /* E/T only */ member
/linux-6.12.1/drivers/char/hw_random/
Dn2-drv.c486 static u64 advance_polynomial(u64 poly, u64 val, int count) in advance_polynomial()
/linux-6.12.1/drivers/scsi/libsas/
Dsas_init.c70 const u32 poly = 0x00DB2777; in sas_hash_addr() local
/linux-6.12.1/drivers/net/ethernet/amd/
Dnmclan_cs.c1289 static const int poly[]={ in updateCRC() local