Searched refs:crypto_sha3_final (Results 1 – 3 of 3) sorted by relevance
213 int crypto_sha3_final(struct shash_desc *desc, u8 *out) in crypto_sha3_final() function238 EXPORT_SYMBOL(crypto_sha3_final);244 .final = crypto_sha3_final,254 .final = crypto_sha3_final,264 .final = crypto_sha3_final,274 .final = crypto_sha3_final,
32 int crypto_sha3_final(struct shash_desc *desc, u8 *out);
89 return crypto_sha3_final(desc, out); in sha3_final()