Home
last modified time | relevance | path

Searched refs:crypto_sha1_update (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/crypto/
H A Dsha1_generic.c42 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 Dabi_gki_aarch64_fips140170 crypto_sha1_update
H A Dabi_gki_aarch64_rockchip2664 crypto_sha1_update
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Dsha1-ce-glue.c59 return crypto_sha1_update(desc, data, len); in sha1_ce_update()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dsha.h98 extern int crypto_sha1_update(struct shash_desc *desc, const u8 *data,
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/crypto/
H A Docteon-sha1.c132 return crypto_sha1_update(desc, data, len); in octeon_sha1_update()
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dsha1_ssse3_glue.c36 return crypto_sha1_update(desc, data, len); in sha1_update()