Home
last modified time | relevance | path

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

/linux-6.6.21/crypto/
Dsha256_generic.c53 int crypto_sha256_finup(struct shash_desc *desc, const u8 *data, in crypto_sha256_finup() function
59 EXPORT_SYMBOL(crypto_sha256_finup);
66 .finup = crypto_sha256_finup,
80 .finup = crypto_sha256_finup,
/linux-6.6.21/include/crypto/
Dsha2.h84 extern int crypto_sha256_finup(struct shash_desc *desc, const u8 *data,
/linux-6.6.21/arch/x86/crypto/
Dsha256_ssse3_glue.c81 return crypto_sha256_finup(desc, data, len, out); in sha256_finup()