crypto_sha1_update   40 arch/arm64/crypto/sha1-ce-glue.c 		return crypto_sha1_update(desc, data, len);
crypto_sha1_update  132 arch/mips/cavium-octeon/crypto/octeon-sha1.c 		return crypto_sha1_update(desc, data, len);
crypto_sha1_update   40 arch/x86/crypto/sha1_ssse3_glue.c 		return crypto_sha1_update(desc, data, len);
crypto_sha1_update   48 crypto/sha1_generic.c EXPORT_SYMBOL(crypto_sha1_update);
crypto_sha1_update   67 crypto/sha1_generic.c 	.update		=	crypto_sha1_update,
crypto_sha1_update   98 include/crypto/sha.h extern int crypto_sha1_update(struct shash_desc *desc, const u8 *data,