Home
last modified time | relevance | path

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

/linux-3.3/arch/x86/crypto/
Dcrc32c-intel.c103 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_init() local
113 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_update() local
119 static int __crc32c_intel_finup(u32 *crcp, const u8 *data, unsigned int len, in __crc32c_intel_finup()
134 u32 *crcp = shash_desc_ctx(desc); in crc32c_intel_final() local
/linux-3.3/crypto/
Dcrc32c.c194 static int __chksum_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) in __chksum_finup()