Searched refs:crypto_sha3_final (Results 1 – 3 of 3) sorted by relevance
218 int crypto_sha3_final(struct shash_desc *desc, u8 *out) in crypto_sha3_final() function243 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,
32 int crypto_sha3_final(struct shash_desc *desc, u8 *out);
80 return crypto_sha3_final(desc, out); in sha3_final()