Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dsha3_generic.c175 int crypto_sha3_update(struct shash_desc *desc, const u8 *data, in crypto_sha3_update() function
211 EXPORT_SYMBOL(crypto_sha3_update);
243 .update = crypto_sha3_update,
253 .update = crypto_sha3_update,
263 .update = crypto_sha3_update,
273 .update = crypto_sha3_update,
/linux-6.12.1/include/crypto/
Dsha3.h30 int crypto_sha3_update(struct shash_desc *desc, const u8 *data,
/linux-6.12.1/arch/arm64/crypto/
Dsha3-ce-glue.c41 return crypto_sha3_update(desc, data, len); in sha3_update()