Searched defs:PROV_SHA1_CTX (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha1_mod.c68 #define PROV_SHA1_CTX(ctx) ((sha1_ctx_t *)(ctx)->cc_provider_private) macro
252 PROV_SHA1_CTX(ctx)->sc_mech_type = SHA1_MECH_INFO_TYPE;
253 SHA1Init(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx);
569 SHA1Update(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
574 ret = sha1_digest_update_uio(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
578 ret = sha1_digest_update_mblk(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
600 digest->cd_offset, &PROV_SHA1_CTX(ctx)->sc_sha1_ctx);
603 ret = sha1_digest_final_uio(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
607 ret = sha1_digest_final_mblk(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
641 SHA1Update(&PROV_SHA1_CTX(ct
[all...]

Completed in 75 milliseconds