Searched refs:crypto_sha1_update (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | sha1_generic.c | 42 int crypto_sha1_update(struct shash_desc *desc, const u8 *data, in crypto_sha1_update() function 47 EXPORT_SYMBOL(crypto_sha1_update); 66 .update = crypto_sha1_update,
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_fips140 | 170 crypto_sha1_update
|
| H A D | abi_gki_aarch64_rockchip | 2664 crypto_sha1_update
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | sha1-ce-glue.c | 59 return crypto_sha1_update(desc, data, len); in sha1_ce_update()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | sha.h | 98 extern int crypto_sha1_update(struct shash_desc *desc, const u8 *data,
|
| /OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/crypto/ |
| H A D | octeon-sha1.c | 132 return crypto_sha1_update(desc, data, len); in octeon_sha1_update()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | sha1_ssse3_glue.c | 36 return crypto_sha1_update(desc, data, len); in sha1_update()
|