Searched defs:crcp (Results 1 – 4 of 4) sorted by relevance
/arch/sparc/crypto/ |
D | crc32c_glue.c | 46 u32 *crcp = shash_desc_ctx(desc); in crc32c_sparc64_init() local 55 static void crc32c_compute(u32 *crcp, const u64 *data, unsigned int len) in crc32c_compute() 72 u32 *crcp = shash_desc_ctx(desc); in crc32c_sparc64_update() local 79 static int __crc32c_sparc64_finup(u32 *crcp, const u8 *data, unsigned int len, in __crc32c_sparc64_finup() 98 u32 *crcp = shash_desc_ctx(desc); in crc32c_sparc64_final() local
|
/arch/x86/crypto/ |
D | crc32c-intel_glue.c | 131 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_init() local 141 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_update() local 147 static int __crc32c_intel_finup(u32 *crcp, const u8 *data, unsigned int len, in __crc32c_intel_finup() 162 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_final() local 188 u32 *crcp = shash_desc_ctx(desc); in crc32c_pcl_intel_update() local 203 static int __crc32c_pcl_intel_finup(u32 *crcp, const u8 *data, unsigned int len, in __crc32c_pcl_intel_finup()
|
D | crc32-pclmul_glue.c | 107 u32 *crcp = shash_desc_ctx(desc); in crc32_pclmul_init() local 117 u32 *crcp = shash_desc_ctx(desc); in crc32_pclmul_update() local 124 static int __crc32_pclmul_finup(u32 *crcp, const u8 *data, unsigned int len, in __crc32_pclmul_finup() 139 u32 *crcp = shash_desc_ctx(desc); in crc32_pclmul_final() local
|
D | crct10dif-pclmul_glue.c | 79 static int __chksum_finup(__u16 *crcp, const u8 *data, unsigned int len, in __chksum_finup()
|