Searched refs:crypto_sha256_finup (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/crypto/ |
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); 66 .finup = crypto_sha256_finup, 80 .finup = crypto_sha256_finup,
|
/linux-6.12.1/arch/riscv/crypto/ |
D | sha256-riscv64-glue.c | 63 return crypto_sha256_finup(desc, data, len, out); in riscv64_sha256_finup()
|
/linux-6.12.1/include/crypto/ |
D | sha2.h | 84 extern int crypto_sha256_finup(struct shash_desc *desc, const u8 *data,
|
/linux-6.12.1/arch/x86/crypto/ |
D | sha256_ssse3_glue.c | 84 return crypto_sha256_finup(desc, data, len, out); in sha256_finup()
|