Searched refs:crypto_sha1_finup (Results 1 – 7 of 7) sorted by relevance
/linux/crypto/ |
A D | sha1_generic.c | 55 int crypto_sha1_finup(struct shash_desc *desc, const u8 *data, in crypto_sha1_finup() function 61 EXPORT_SYMBOL(crypto_sha1_finup); 68 .finup = crypto_sha1_finup,
|
/linux/arch/arm64/crypto/ |
A D | sha1-ce-glue.c | 74 return crypto_sha1_finup(desc, data, len, out); in sha1_ce_finup() 93 return crypto_sha1_finup(desc, NULL, 0, out); in sha1_ce_final()
|
/linux/include/crypto/ |
A D | sha1.h | 33 extern int crypto_sha1_finup(struct shash_desc *desc, const u8 *data,
|
/linux/arch/x86/crypto/ |
A D | sha1_ssse3_glue.c | 55 return crypto_sha1_finup(desc, data, len, out); in sha1_finup()
|
/linux/ |
A D | vmlinux.symvers | 1510 0x00000000 crypto_sha1_finup vmlinux EXPORT_SYMBOL
|
A D | System.map | 15239 ffff80001044dd90 T crypto_sha1_finup
|
A D | .tmp_System.map | 15239 ffff80001044dd90 T crypto_sha1_finup
|
Completed in 358 milliseconds