Searched refs:crypto_sha3_update (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/crypto/ |
D | sha3_generic.c | 180 int crypto_sha3_update(struct shash_desc *desc, const u8 *data, in crypto_sha3_update() function 216 EXPORT_SYMBOL(crypto_sha3_update); 248 .update = crypto_sha3_update, 258 .update = crypto_sha3_update, 268 .update = crypto_sha3_update, 278 .update = crypto_sha3_update,
|
/Linux-v4.19/include/crypto/ |
D | sha3.h | 30 int crypto_sha3_update(struct shash_desc *desc, const u8 *data,
|
/Linux-v4.19/arch/arm64/crypto/ |
D | sha3-ce-glue.c | 36 return crypto_sha3_update(desc, data, len); in sha3_update()
|