sha256_update      25 arch/s390/purgatory/purgatory.c 		sha256_update(&sctx, (uint8_t *)(ptr->start), ptr->len);
sha256_update      49 arch/x86/purgatory/purgatory.c 		sha256_update(&sctx, (uint8_t *)(ptr->start), ptr->len);
sha256_update      49 crypto/sha256_generic.c 	return sha256_update(shash_desc_ctx(desc), data, len);
sha256_update      64 crypto/sha256_generic.c 	sha256_update(shash_desc_ctx(desc), data, len);
sha256_update     140 include/crypto/sha.h extern int sha256_update(struct sha256_state *sctx, const u8 *input,
sha256_update     238 lib/crypto/sha256.c EXPORT_SYMBOL(sha256_update);
sha256_update     242 lib/crypto/sha256.c 	return sha256_update(sctx, data, len);
sha256_update     260 lib/crypto/sha256.c 	sha256_update(sctx, padding, pad_len);
sha256_update     263 lib/crypto/sha256.c 	sha256_update(sctx, (const u8 *)&bits, sizeof(bits));