Home
last modified time | relevance | path

Searched refs:crypto_sha256_finup (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/crypto/
Dsha256_generic.c61 int crypto_sha256_finup(struct shash_desc *desc, const u8 *data, in crypto_sha256_finup() function
67 EXPORT_SYMBOL(crypto_sha256_finup);
74 .finup = crypto_sha256_finup,
88 .finup = crypto_sha256_finup,
/Linux-v5.4/include/crypto/
Dsha.h107 extern int crypto_sha256_finup(struct shash_desc *desc, const u8 *data,
/Linux-v5.4/arch/x86/crypto/
Dsha256_ssse3_glue.c72 return crypto_sha256_finup(desc, data, len, out); in sha256_finup()