Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Dsha256_generic.c65 int crypto_sha256_finup(struct shash_desc *desc, const u8 *data, in crypto_sha256_finup() function
71 EXPORT_SYMBOL(crypto_sha256_finup); variable
78 .finup = crypto_sha256_finup,
92 .finup = crypto_sha256_finup,
/kernel/linux/linux-6.6/crypto/
H A 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); variable
66 .finup = crypto_sha256_finup,
80 .finup = crypto_sha256_finup,
/kernel/linux/linux-6.6/include/crypto/
H A Dsha2.h84 extern int crypto_sha256_finup(struct shash_desc *desc, const u8 *data,
/kernel/linux/linux-5.10/include/crypto/
H A Dsha.h107 extern int crypto_sha256_finup(struct shash_desc *desc, const u8 *data,
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha256_ssse3_glue.c72 return crypto_sha256_finup(desc, data, len, out); in sha256_finup()
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsha256_ssse3_glue.c81 return crypto_sha256_finup(desc, data, len, out); in sha256_finup()

Completed in 4 milliseconds