Searched refs:__crc32_finup (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dcrc32_generic.c67 static int __crc32_finup(u32 *crcp, const u8 *data, unsigned int len, function
77 return __crc32_finup(shash_desc_ctx(desc), data, len, out);
91 return __crc32_finup(crypto_shash_ctx(desc->tfm), data, len,

Completed in 109 milliseconds