Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c82 SHA2Update(ctx, key, len); \
320 SHA2Update(sha2_ctx, (uint8_t *)data->cd_uio-> in sha2_digest_update_uio()
472 SHA2Update(sha2_ctx, mp->b_rptr + offset, cur_len); in sha2_digest_update_mblk()
615 SHA2Update(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx, in sha2_digest()
686 SHA2Update(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx, in sha2_digest_update()
791 SHA2Update(&sha2_ctx, (uint8_t *)data-> in sha2_digest_atomic()
904 SHA2Update(&ctx->hc_icontext, (uint8_t *)ipad, block_size); in sha2_mac_init_ctx()
908 SHA2Update(&ctx->hc_ocontext, (uint8_t *)opad, block_size); in sha2_mac_init_ctx()
1016 SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_icontext, in sha2_mac_update()
1085 SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext, digest, in sha2_mac_final()
[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()
/titanic_41/usr/src/lib/libmd/common/
H A Dmapfile-vers44 # weak aliases for SHA2Update.
71 SHA2Update;
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.c526 SHA2Update(&(hmac_ctx->hc_ctx_u.sha2_ctx.hc_icontext), in soft_hmac_sign_verify_common()
537 SHA2Update(&(hmac_ctx->hc_ctx_u.sha2_ctx.hc_icontext), in soft_hmac_sign_verify_common()
550 SHA2Update(&(hmac_ctx->hc_ctx_u.sha2_ctx.hc_icontext), in soft_hmac_sign_verify_common()
683 SHA2Update(&ctx->hc_icontext, (uint8_t *)ipad, block_size); in sha2_hmac_ctx_init()
687 SHA2Update(&ctx->hc_ocontext, (uint8_t *)opad, block_size); in sha2_hmac_ctx_init()
H A DsoftDigestUtil.c286 SHA2Update((SHA2_CTX *)session_p->digest.context, in soft_digest_common()
392 SHA2Update((SHA2_CTX *)session_p->digest.context, in soft_digest_update()
H A DsoftMAC.h117 SHA2Update(&((mac_ctx)->hc_ocontext), (mac), HASH##_DIGEST_LENGTH); \
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dsha256.c36 SHA2Update(&ctx, buf, size); in zio_checksum_SHA256()
/titanic_41/usr/src/uts/common/sys/
H A Dsha2.h88 extern void SHA2Update(SHA2_CTX *, const void *, size_t);
/titanic_41/usr/src/man/man3ext/
H A DMakefile57 SHA2Update.3ext \
223 SHA2Update.3ext := LINKSRC = sha2.3ext
/titanic_41/usr/src/common/crypto/sha2/
H A Dsha2.c55 #pragma weak SHA256Update = SHA2Update
56 #pragma weak SHA384Update = SHA2Update
57 #pragma weak SHA512Update = SHA2Update
766 SHA2Update(SHA2_CTX *ctx, const void *inptr, size_t input_len) in SHA2Update() function
901 SHA2Update(ctx, PADDING, ((index < 56) ? 56 : 120) - index); in SHA2Final()
902 SHA2Update(ctx, bitcount_be, sizeof (bitcount_be)); in SHA2Final()
909 SHA2Update(ctx, PADDING, ((index < 112) ? 112 : 240) - index); in SHA2Final()
910 SHA2Update(ctx, bitcount_be64, sizeof (bitcount_be64)); in SHA2Final()
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3ext.inc52 link path=usr/share/man/man3ext/SHA2Update.3ext target=sha2.3ext
/titanic_41/
H A D.gitignore6198 usr/src/man/man3ext/SHA2Update.3ext