Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dcrc32_generic.c74 u32 *crcp = shash_desc_ctx(desc); in crc32_init() local
84 u32 *crcp = shash_desc_ctx(desc); in crc32_update() local
91 static int __crc32_finup(u32 *crcp, const u8 *data, unsigned int len, in __crc32_finup()
106 u32 *crcp = shash_desc_ctx(desc); in crc32_final() local
Dcrc32c_generic.c107 static int __chksum_finup(u32 *crcp, const u8 *data, unsigned int len, u8 *out) in __chksum_finup()