Searched defs:poly (Results  1 – 12 of 12) sorted by relevance
| /linux-4.4.14/lib/ | 
| D | bch.c | 107 	struct gf_poly poly;  member275 static inline int deg(unsigned int poly)  in deg()
 342 	uint32_t poly;  in compute_syndromes()  local
 545 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly,  in find_poly_deg1_roots()
 560 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly,  in find_poly_deg2_roots()
 602 static int find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly,  in find_poly_deg3_roots()
 635 static int find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly,  in find_poly_deg4_roots()
 875 			   struct gf_poly *poly, unsigned int *roots)  in find_poly_roots()
 1051 static int build_gf_tables(struct bch_control *bch, unsigned int poly)  in build_gf_tables()
 
 | 
| /linux-4.4.14/lib/xz/ | 
| D | xz_crc32.c | 32 	const uint32_t poly = 0xEDB88320;  in xz_crc32_init()  local
 | 
| /linux-4.4.14/crypto/ | 
| D | chacha20poly1305.c | 29 	struct crypto_ahash_spawn poly;  member35 	struct crypto_ahash *poly;  member
 71 		struct poly_req poly;  member
 520 	struct crypto_ahash *poly;  in chachapoly_init()  local
 575 	struct crypto_alg *poly;  in chachapoly_create()  local
 
 | 
| /linux-4.4.14/include/linux/ | 
| D | pstore_ram.h | 33 	int poly;  member
 | 
| /linux-4.4.14/drivers/crypto/ | 
| D | bfin_crc.h | 71 	u32 poly;  member
 | 
| D | bfin_crc.c | 57 	u32			poly;  member
 | 
| /linux-4.4.14/drivers/scsi/libsas/ | 
| D | sas_init.c | 88         const u32 poly = 0x00DB2777;  in sas_hash_addr()  local
 | 
| /linux-4.4.14/drivers/mtd/nand/ | 
| D | atmel_nand.c | 1106 static inline int deg(unsigned int poly)  in deg()1112 static int build_gf_tables(int mm, unsigned int poly,  in build_gf_tables()
 1144 	unsigned int poly = (sector_size == 512) ?  in create_lookup_table()  local
 
 | 
| /linux-4.4.14/drivers/char/hw_random/ | 
| D | n2-drv.c | 452 static u64 advance_polynomial(u64 poly, u64 val, int count)  in advance_polynomial()
 | 
| /linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/ | 
| D | iop_crc_par_defs.h | 94   unsigned int poly    : 3;  member
 | 
| /linux-4.4.14/drivers/net/ethernet/amd/ | 
| D | nmclan_cs.c | 1293   static const int poly[]={  in updateCRC()  local
 | 
| /linux-4.4.14/drivers/net/ethernet/amd/xgbe/ | 
| D | xgbe-dev.c | 1012 	u32 poly = CRCPOLY_LE;  in xgbe_vid_crc32_le()  local
 |