Searched refs:sc_sha2_ctx (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2_impl.h47 SHA2_CTX sc_sha2_ctx; /* SHA2 context */ member in struct:sha2_ctx
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c277 SHA2Init(mechanism->cm_type, &PROV_SHA2_CTX(ctx)->sc_sha2_ctx);
615 SHA2Update(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx,
620 ret = sha2_digest_update_uio(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx,
624 ret = sha2_digest_update_mblk(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx,
646 digest->cd_offset, &PROV_SHA2_CTX(ctx)->sc_sha2_ctx);
649 ret = sha2_digest_final_uio(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx,
653 ret = sha2_digest_final_mblk(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx,
686 SHA2Update(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx,
691 ret = sha2_digest_update_uio(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx,
695 ret = sha2_digest_update_mblk(&PROV_SHA2_CTX(ctx)->sc_sha2_ctx,
[all...]

Completed in 53 milliseconds