Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/ !
Dsha512_generic.c170 int crypto_sha512_finup(struct shash_desc *desc, const u8 *data, in crypto_sha512_finup() function
176 EXPORT_SYMBOL(crypto_sha512_finup);
183 .finup = crypto_sha512_finup,
197 .finup = crypto_sha512_finup,
/linux-6.1.9/include/crypto/ !
Dsha2.h90 extern int crypto_sha512_finup(struct shash_desc *desc, const u8 *data,
/linux-6.1.9/arch/x86/crypto/ !
Dsha512_ssse3_glue.c71 return crypto_sha512_finup(desc, data, len, out); in sha512_finup()