PROV_SHA1_CTX
mech_type = PROV_SHA1_CTX(ctx)->sc_mech_type;
PROV_SHA1_CTX(ctx)->sc_mech_type = SHA1_MECH_INFO_TYPE;
SHA1Init(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx);
SHA1Update(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
ret = sha1_digest_update_uio(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
ret = sha1_digest_update_mblk(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
digest->cd_offset, &PROV_SHA1_CTX(ctx)->sc_sha1_ctx);
ret = sha1_digest_final_uio(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
ret = sha1_digest_final_mblk(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
SHA1Update(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
ret = sha1_digest_update_uio(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
ret = sha1_digest_update_mblk(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
digest->cd_offset, &PROV_SHA1_CTX(ctx)->sc_sha1_ctx);
ret = sha1_digest_final_uio(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,
ret = sha1_digest_final_mblk(&PROV_SHA1_CTX(ctx)->sc_sha1_ctx,