Searched defs:crcp (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/sparc/crypto/ |
H A D | crc32c_glue.c | 45 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 D | crc32c-intel_glue.c | 97 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 D | crc32-pclmul_glue.c | 106 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 D | crc32_generic.c | 50 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 D | crc32c_generic.c | 100 static int __chksum_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) in __chksum_finup()
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | crc32c-vpmsum_glue.c | 85 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 D | crct10dif-vpmsum_glue.c | 85 u16 *crcp = shash_desc_ctx(desc); in crct10dif_vpmsum_final() local
|
/openbmc/u-boot/board/varisys/common/ |
H A D | sys_eeprom.c | 440 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 D | sys_eeprom.c | 422 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 D | messenger_v2.c | 487 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
|