Home
last modified time | relevance | path

Searched defs:crcp (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/sparc/crypto/
H A Dcrc32c_glue.c45 u32 *crcp = shash_desc_ctx(desc); in crc32c_sparc64_init() local
54 static void crc32c_compute(u32 *crcp, const u64 *data, unsigned int len) in crc32c_compute()
71 u32 *crcp = shash_desc_ctx(desc); in crc32c_sparc64_update() local
78 static int __crc32c_sparc64_finup(u32 *crcp, const u8 *data, unsigned int len, in __crc32c_sparc64_finup()
97 u32 *crcp = shash_desc_ctx(desc); in crc32c_sparc64_final() local
/openbmc/linux/arch/x86/crypto/
H A Dcrc32c-intel_glue.c97 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_init() local
107 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_update() local
113 static int __crc32c_intel_finup(u32 *crcp, const u8 *data, unsigned int len, in __crc32c_intel_finup()
128 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_final() local
154 u32 *crcp = shash_desc_ctx(desc); in crc32c_pcl_intel_update() local
169 static int __crc32c_pcl_intel_finup(u32 *crcp, const u8 *data, unsigned int len, in __crc32c_pcl_intel_finup()
H A Dcrc32-pclmul_glue.c106 u32 *crcp = shash_desc_ctx(desc); in crc32_pclmul_init() local
116 u32 *crcp = shash_desc_ctx(desc); in crc32_pclmul_update() local
123 static int __crc32_pclmul_finup(u32 *crcp, const u8 *data, unsigned int len, in __crc32_pclmul_finup()
138 u32 *crcp = shash_desc_ctx(desc); in crc32_pclmul_final() local
/openbmc/linux/crypto/
H A Dcrc32_generic.c50 u32 *crcp = shash_desc_ctx(desc); in crc32_init() local
60 u32 *crcp = shash_desc_ctx(desc); in crc32_update() local
67 static int __crc32_finup(u32 *crcp, const u8 *data, unsigned int len, in __crc32_finup()
82 u32 *crcp = shash_desc_ctx(desc); in crc32_final() local
H A Dcrc32c_generic.c100 static int __chksum_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) in __chksum_finup()
/openbmc/linux/arch/powerpc/crypto/
H A Dcrc32c-vpmsum_glue.c85 u32 *crcp = shash_desc_ctx(desc); in crc32c_vpmsum_init() local
95 u32 *crcp = shash_desc_ctx(desc); in crc32c_vpmsum_update() local
102 static int __crc32c_vpmsum_finup(u32 *crcp, const u8 *data, unsigned int len, in __crc32c_vpmsum_finup()
118 u32 *crcp = shash_desc_ctx(desc); in crc32c_vpmsum_final() local
H A Dcrct10dif-vpmsum_glue.c85 u16 *crcp = shash_desc_ctx(desc); in crct10dif_vpmsum_final() local
/openbmc/u-boot/board/varisys/common/
H A Dsys_eeprom.c440 u32 *crcp; /* Pointer to the CRC in the data read from the EEPROM */ in mac_read_from_eeprom_common() local
/openbmc/u-boot/board/freescale/common/
H A Dsys_eeprom.c422 u32 *crcp; /* Pointer to the CRC in the data read from the EEPROM */ in mac_read_from_eeprom() local
/openbmc/linux/net/ceph/
H A Dmessenger_v2.c487 void *crcp = p + CEPH_PREAMBLE_LEN - CEPH_CRC_LEN; in encode_preamble() local
505 void *crcp = p + CEPH_PREAMBLE_LEN - CEPH_CRC_LEN; in decode_preamble() local
1226 void *crcp = base + base_len - CEPH_CRC_LEN; in prepare_head_plain() local