Home
last modified time | relevance | path

Searched refs:SHA2Update (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/test/crypto-tests/tests/longhash/
H A Dlonghash.c73 SHA2Update(&ctx, buf, len); in test_update_32()
91 SHA2Update(&ctx, buf, pagesize); in test_update_32()
97 SHA2Update(&ctx, buf, len - pagesize); in test_update_32()
119 SHA2Update(&ctx, buf, len); in test_update_64()
137 SHA2Update(&ctx, buf, pagesize); in test_update_64()
143 SHA2Update(&ctx, buf, len - pagesize); in test_update_64()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c82 SHA2Update(ctx, key, len); \
328 SHA2Update(sha2_ctx, (uint8_t *)data->cd_uio-> in sha2_digest_update_uio()
480 SHA2Update(sha2_ctx, mp->b_rptr + offset, cur_len); in sha2_digest_update_mblk()
629 SHA2Update(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx, in sha2_digest()
700 SHA2Update(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx, in sha2_digest_update()
811 SHA2Update(&sha2_ctx, (uint8_t *)data-> in sha2_digest_atomic()
1049 SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_icontext, in sha2_mac_update()
1118 SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext, digest, in sha2_mac_final()
1172 SHA2Update(&(ctx).hc_icontext, \
1283 SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest, in sha2_mac_atomic()
[all …]
H A Drsa.c985 digest, SHA2Update, SHA2Final, flag | CRYPTO_DO_SHA2); in rsa_digest_svrfy_common()
1187 NULL, SHA2Update, SHA2Final, CRYPTO_DO_SHA2 | in rsa_sign_update()
1381 NULL, SHA2Update, SHA2Final, CRYPTO_DO_SHA2 | in rsa_verify_update()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/checksum/sha2/
H A Dsha2_test.c201 SHA2Update(&ctx, _m, strlen(_m)); \ in main()
227 SHA2Update(&ctx, block, sizeof (block)); \ in main()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.c525 SHA2Update(&(hmac_ctx->hc_ctx_u.sha2_ctx.hc_icontext), in soft_hmac_sign_verify_common()
536 SHA2Update(&(hmac_ctx->hc_ctx_u.sha2_ctx.hc_icontext), in soft_hmac_sign_verify_common()
549 SHA2Update(&(hmac_ctx->hc_ctx_u.sha2_ctx.hc_icontext), in soft_hmac_sign_verify_common()
680 SHA2Update(&ctx->hc_icontext, (uint8_t *)ipad, block_size); in sha2_hmac_ctx_init()
684 SHA2Update(&ctx->hc_ocontext, (uint8_t *)opad, block_size); in sha2_hmac_ctx_init()
H A DsoftDigestUtil.c304 SHA2Update((SHA2_CTX *)session_p->digest.context, in soft_digest_common()
412 SHA2Update((SHA2_CTX *)session_p->digest.context, in soft_digest_update()
H A DsoftMAC.h115 SHA2Update(&((mac_ctx)->hc_ocontext), (mac), HASH##_DIGEST_LENGTH); \
/illumos-gate/usr/src/lib/libmd/common/
H A Dmapfile-vers46 # weak aliases for SHA2Update.
98 SHA2Update;
/illumos-gate/usr/src/uts/common/sys/
H A Dsha2.h95 extern void SHA2Update(SHA2_CTX *, const void *, size_t);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsha256.c38 SHA2Update(ctx, buf, size); in sha_incremental()
H A Dzio_crypt.c1040 SHA2Update(ctx, &bab, bab_len); in zio_crypt_bp_do_indrect_checksum_updates()
/illumos-gate/usr/src/man/man3ext/
H A DMakefile56 SHA2Update.3ext \
212 SHA2Update.3ext := LINKSRC = sha2.3ext
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c59 #pragma weak SHA256Update = SHA2Update
60 #pragma weak SHA384Update = SHA2Update
61 #pragma weak SHA512Update = SHA2Update
790 SHA2Update(SHA2_CTX *ctx, const void *inptr, size_t input_len) in SHA2Update() function
937 SHA2Update(ctx, PADDING, ((index < 56) ? 56 : 120) - index); in SHA2Final()
938 SHA2Update(ctx, bitcount_be, sizeof (bitcount_be)); in SHA2Final()
944 SHA2Update(ctx, PADDING, ((index < 112) ? 112 : 240) - index); in SHA2Final()
945 SHA2Update(ctx, bitcount_be64, sizeof (bitcount_be64)); in SHA2Final()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3ext.inc34 link path=usr/share/man/man3ext/SHA2Update.3ext target=sha2.3ext