Home
last modified time | relevance | path

Searched refs:hc_ocontext (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dsha2_mod.c749 SHA2Init(ctx->hc_mech_type, &ctx->hc_ocontext); in sha2_mac_init_ctx()
750 SHA2Update(&ctx->hc_ocontext, (uint8_t *)opad, block_size); in sha2_mac_init_ctx()
925 SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext, digest, in sha2_mac_final()
941 &PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext); in sha2_mac_final()
947 &PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext); in sha2_mac_final()
952 &PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext, mac, in sha2_mac_final()
1081 SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest, in sha2_mac_atomic()
1098 SHA2Final(digest, &sha2_hmac_ctx.hc_ocontext); in sha2_mac_atomic()
1103 mac->cd_offset, &sha2_hmac_ctx.hc_ocontext); in sha2_mac_atomic()
1222 SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest, in sha2_mac_verify_atomic()
[all …]
H A Dsha1_mod.c681 SHA1Init(&ctx->hc_ocontext); in sha1_mac_init_ctx()
818 SHA1Update(&PROV_SHA1_HMAC_CTX(ctx)->hc_ocontext, digest, in sha1_mac_final()
834 &PROV_SHA1_HMAC_CTX(ctx)->hc_ocontext); in sha1_mac_final()
840 &PROV_SHA1_HMAC_CTX(ctx)->hc_ocontext); in sha1_mac_final()
845 &PROV_SHA1_HMAC_CTX(ctx)->hc_ocontext, mac, in sha1_mac_final()
951 SHA1Update(&sha1_hmac_ctx.hc_ocontext, digest, SHA1_DIGEST_LENGTH); in sha1_mac_atomic()
965 SHA1Final(digest, &sha1_hmac_ctx.hc_ocontext); in sha1_mac_atomic()
970 mac->cd_offset, &sha1_hmac_ctx.hc_ocontext); in sha1_mac_atomic()
974 ret = sha1_digest_final_uio(&sha1_hmac_ctx.hc_ocontext, mac, in sha1_mac_atomic()
1070 SHA1Update(&sha1_hmac_ctx.hc_ocontext, digest, SHA1_DIGEST_LENGTH); in sha1_mac_verify_atomic()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/include/sha2/
H A Dsha2_impl.h57 SHA2_CTX hc_ocontext; /* outer SHA2 context */ member
/f-stack/freebsd/contrib/openzfs/module/icp/include/sha1/
H A Dsha1_impl.h65 SHA1_CTX hc_ocontext; /* outer SHA1 context */ member