Searched refs:crypto_sha512_finup (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | sha512_generic.c | 173 int crypto_sha512_finup(struct shash_desc *desc, const u8 *data, in crypto_sha512_finup() function 179 EXPORT_SYMBOL(crypto_sha512_finup); variable 186 .finup = crypto_sha512_finup, 200 .finup = crypto_sha512_finup,
|
/kernel/linux/linux-6.6/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); variable 183 .finup = crypto_sha512_finup, 197 .finup = crypto_sha512_finup,
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | sha2.h | 90 extern int crypto_sha512_finup(struct shash_desc *desc, const u8 *data,
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | sha.h | 113 extern int crypto_sha512_finup(struct shash_desc *desc, const u8 *data,
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | sha512_ssse3_glue.c | 70 return crypto_sha512_finup(desc, data, len, out); in sha512_finup()
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | sha512_ssse3_glue.c | 71 return crypto_sha512_finup(desc, data, len, out); in sha512_finup()
|
Completed in 4 milliseconds