Searched refs:crypto_sha512_finup (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/crypto/ |
D | sha512_generic.c | 170 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.12.1/arch/riscv/crypto/ |
D | sha512-riscv64-glue.c | 61 return crypto_sha512_finup(desc, data, len, out); in riscv64_sha512_finup()
|
/linux-6.12.1/include/crypto/ |
D | sha2.h | 90 extern int crypto_sha512_finup(struct shash_desc *desc, const u8 *data,
|
/linux-6.12.1/arch/x86/crypto/ |
D | sha512_ssse3_glue.c | 71 return crypto_sha512_finup(desc, data, len, out); in sha512_finup()
|