Home
last modified time | relevance | path

Searched refs:crypto_sha1_finup (Results 1 – 7 of 7) sorted by relevance

/linux/crypto/
A Dsha1_generic.c55 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 Dsha1-ce-glue.c74 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 Dsha1.h33 extern int crypto_sha1_finup(struct shash_desc *desc, const u8 *data,
/linux/arch/x86/crypto/
A Dsha1_ssse3_glue.c55 return crypto_sha1_finup(desc, data, len, out); in sha1_finup()
/linux/
A Dvmlinux.symvers1510 0x00000000 crypto_sha1_finup vmlinux EXPORT_SYMBOL
A DSystem.map15239 ffff80001044dd90 T crypto_sha1_finup
A D.tmp_System.map15239 ffff80001044dd90 T crypto_sha1_finup

Completed in 358 milliseconds