Searched refs:crypto_sha3_update (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | sha3_generic.c | 175 int crypto_sha3_update(struct shash_desc *desc, const u8 *data, in crypto_sha3_update() function 211 EXPORT_SYMBOL(crypto_sha3_update); variable 243 .update = crypto_sha3_update, 253 .update = crypto_sha3_update, 263 .update = crypto_sha3_update, 273 .update = crypto_sha3_update,
|
/kernel/linux/linux-6.6/crypto/ |
H A D | sha3_generic.c | 175 int crypto_sha3_update(struct shash_desc *desc, const u8 *data, in crypto_sha3_update() function 211 EXPORT_SYMBOL(crypto_sha3_update); variable 243 .update = crypto_sha3_update, 253 .update = crypto_sha3_update, 263 .update = crypto_sha3_update, 273 .update = crypto_sha3_update,
|
/kernel/linux/linux-5.10/include/crypto/ |
H A D | sha3.h | 30 int crypto_sha3_update(struct shash_desc *desc, const u8 *data,
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | sha3.h | 30 int crypto_sha3_update(struct shash_desc *desc, const u8 *data,
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | sha3-ce-glue.c | 41 return crypto_sha3_update(desc, data, len); in sha3_update()
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | sha3-ce-glue.c | 41 return crypto_sha3_update(desc, data, len); in sha3_update()
|
Completed in 2 milliseconds