Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/io/
H A Dsha2_mod.c360 SHA2Init(ctx->hc_mech_type, &ctx->hc_ocontext); in sha2_mac_init_ctx()
361 SHA2Update(&ctx->hc_ocontext, (uint8_t *)opad, block_size); in sha2_mac_init_ctx()
492 SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext, digest, in sha2_mac_final()
508 &PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext); in sha2_mac_final()
514 &PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext); in sha2_mac_final()
519 &PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext, mac, in sha2_mac_final()
616 SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest, sha_digest_len); in sha2_mac_atomic()
630 SHA2Final(digest, &sha2_hmac_ctx.hc_ocontext); in sha2_mac_atomic()
635 mac->cd_offset, &sha2_hmac_ctx.hc_ocontext); in sha2_mac_atomic()
639 ret = sha2_digest_final_uio(&sha2_hmac_ctx.hc_ocontext, mac, in sha2_mac_atomic()
[all …]
/freebsd/sys/contrib/openzfs/module/icp/include/sha2/
H A Dsha2_impl.h80 SHA2_CTX hc_ocontext; /* outer SHA2 context */ member