Symbol: SHA2Update
usr/src/common/crypto/sha2/sha2.c
936
SHA2Update(ctx, PADDING, ((index < 56) ? 56 : 120) - index);
usr/src/common/crypto/sha2/sha2.c
937
SHA2Update(ctx, bitcount_be, sizeof (bitcount_be));
usr/src/common/crypto/sha2/sha2.c
943
SHA2Update(ctx, PADDING, ((index < 112) ? 112 : 240) - index);
usr/src/common/crypto/sha2/sha2.c
944
SHA2Update(ctx, bitcount_be64, sizeof (bitcount_be64));
usr/src/lib/pkcs11/pkcs11_softtoken/common/softDigestUtil.c
304
SHA2Update((SHA2_CTX *)session_p->digest.context,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softDigestUtil.c
412
SHA2Update((SHA2_CTX *)session_p->digest.context,
usr/src/lib/pkcs11/pkcs11_softtoken/common/softMAC.c
525
SHA2Update(&(hmac_ctx->hc_ctx_u.sha2_ctx.hc_icontext),
usr/src/lib/pkcs11/pkcs11_softtoken/common/softMAC.c
536
SHA2Update(&(hmac_ctx->hc_ctx_u.sha2_ctx.hc_icontext),
usr/src/lib/pkcs11/pkcs11_softtoken/common/softMAC.c
549
SHA2Update(&(hmac_ctx->hc_ctx_u.sha2_ctx.hc_icontext),
usr/src/lib/pkcs11/pkcs11_softtoken/common/softMAC.c
677
SHA2Update(&ctx->hc_icontext, (uint8_t *)ipad, block_size);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softMAC.c
681
SHA2Update(&ctx->hc_ocontext, (uint8_t *)opad, block_size);
usr/src/lib/pkcs11/pkcs11_softtoken/common/softMAC.h
115
SHA2Update(&((mac_ctx)->hc_ocontext), (mac), HASH##_DIGEST_LENGTH); \
usr/src/test/crypto-tests/tests/longhash/longhash.c
120
SHA2Update(&ctx, buf, len);
usr/src/test/crypto-tests/tests/longhash/longhash.c
138
SHA2Update(&ctx, buf, pagesize);
usr/src/test/crypto-tests/tests/longhash/longhash.c
144
SHA2Update(&ctx, buf, len - pagesize);
usr/src/test/crypto-tests/tests/longhash/longhash.c
166
SHA2Update(&ctx, buf, len);
usr/src/test/crypto-tests/tests/longhash/longhash.c
184
SHA2Update(&ctx, buf, pagesize);
usr/src/test/crypto-tests/tests/longhash/longhash.c
190
SHA2Update(&ctx, buf, len - pagesize);
usr/src/test/zfs-tests/tests/functional/checksum/sha2/sha2_test.c
201
SHA2Update(&ctx, _m, strlen(_m)); \
usr/src/test/zfs-tests/tests/functional/checksum/sha2/sha2_test.c
227
SHA2Update(&ctx, block, sizeof (block)); \
usr/src/uts/common/crypto/io/rsa.c
1168
NULL, SHA2Update, SHA2Final, CRYPTO_DO_SHA2 |
usr/src/uts/common/crypto/io/rsa.c
1362
NULL, SHA2Update, SHA2Final, CRYPTO_DO_SHA2 |
usr/src/uts/common/crypto/io/rsa.c
966
digest, SHA2Update, SHA2Final, flag | CRYPTO_DO_SHA2);
usr/src/uts/common/crypto/io/sha2_mod.c
1093
SHA2Update(ictx,
usr/src/uts/common/crypto/io/sha2_mod.c
1124
SHA2Update(octx, digest, sha_digest_len);
usr/src/uts/common/crypto/io/sha2_mod.c
1183
SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_icontext,
usr/src/uts/common/crypto/io/sha2_mod.c
1252
SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext, digest,
usr/src/uts/common/crypto/io/sha2_mod.c
1306
SHA2Update(&(ctx).hc_icontext, \
usr/src/uts/common/crypto/io/sha2_mod.c
1417
SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest,
usr/src/uts/common/crypto/io/sha2_mod.c
1420
SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest, sha_digest_len);
usr/src/uts/common/crypto/io/sha2_mod.c
1562
SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest,
usr/src/uts/common/crypto/io/sha2_mod.c
1565
SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest, sha_digest_len);
usr/src/uts/common/crypto/io/sha2_mod.c
332
SHA2Update(sha2_ctx, (uint8_t *)data->cd_uio->
usr/src/uts/common/crypto/io/sha2_mod.c
484
SHA2Update(sha2_ctx, mp->b_rptr + offset, cur_len);
usr/src/uts/common/crypto/io/sha2_mod.c
633
SHA2Update(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx,
usr/src/uts/common/crypto/io/sha2_mod.c
704
SHA2Update(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx,
usr/src/uts/common/crypto/io/sha2_mod.c
815
SHA2Update(&sha2_ctx, (uint8_t *)data->
usr/src/uts/common/crypto/io/sha2_mod.c
84
SHA2Update(ctx, key, len); \
usr/src/uts/common/crypto/io/sha2_mod.c
928
SHA2Update(&ctx->hc_icontext, (uint8_t *)ipad, block_size);
usr/src/uts/common/crypto/io/sha2_mod.c
932
SHA2Update(&ctx->hc_ocontext, (uint8_t *)opad, block_size);
usr/src/uts/common/fs/zfs/sha256.c
38
SHA2Update(ctx, buf, size);
usr/src/uts/common/fs/zfs/zio_crypt.c
1040
SHA2Update(ctx, &bab, bab_len);
usr/src/uts/common/sys/sha2.h
95
extern void SHA2Update(SHA2_CTX *, const void *, size_t);