Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/crypto/
H A Dsha1_ssse3_glue.c216 static int sha1_avx2_finup(struct shash_desc *desc, const u8 *data, in sha1_avx2_finup() function
224 return sha1_avx2_finup(desc, NULL, 0, out); in sha1_avx2_final()
232 .finup = sha1_avx2_finup,