Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dsha3_generic.c218 int crypto_sha3_final(struct shash_desc *desc, u8 *out) in crypto_sha3_final() function
243 EXPORT_SYMBOL(crypto_sha3_final);
249 .final = crypto_sha3_final,
259 .final = crypto_sha3_final,
269 .final = crypto_sha3_final,
279 .final = crypto_sha3_final,
/Linux-v4.19/include/crypto/
Dsha3.h32 int crypto_sha3_final(struct shash_desc *desc, u8 *out);
/Linux-v4.19/arch/arm64/crypto/
Dsha3-ce-glue.c80 return crypto_sha3_final(desc, out); in sha3_final()