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