Home
last modified time | relevance | path

Searched refs:sha1_avx_finup (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/crypto/
H A Dsha1_ssse3_glue.c134 static int sha1_avx_finup(struct shash_desc *desc, const u8 *data, in sha1_avx_finup() function
142 return sha1_avx_finup(desc, NULL, 0, out); in sha1_avx_final()
150 .finup = sha1_avx_finup,