Searched refs:crypto_sha1_finup (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/crypto/
H A Dsha1_generic.c54 int crypto_sha1_finup(struct shash_desc *desc, const u8 *data, crypto_sha1_finup() function
60 EXPORT_SYMBOL(crypto_sha1_finup); variable
67 .finup = crypto_sha1_finup,
/linux-4.4.14/include/crypto/
H A Dsha.h90 extern int crypto_sha1_finup(struct shash_desc *desc, const u8 *data,
/linux-4.4.14/arch/x86/crypto/
H A Dsha1_ssse3_glue.c61 return crypto_sha1_finup(desc, data, len, out); sha1_finup()

Completed in 159 milliseconds