Searched refs:crypto_sha256_finup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | sha256_generic.c | 65 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 D | sha256_generic.c | 53 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 D | sha2.h | 84 extern int crypto_sha256_finup(struct shash_desc *desc, const u8 *data,
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | sha.h | 107 extern int crypto_sha256_finup(struct shash_desc *desc, const u8 *data,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha256_ssse3_glue.c | 72 return crypto_sha256_finup(desc, data, len, out); in sha256_finup()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha256_ssse3_glue.c | 81 return crypto_sha256_finup(desc, data, len, out); in sha256_finup()
|
Completed in 4 milliseconds