Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/icp/io/
H A Dsha2_mod.c667 SHA2Init(ctx->hc_mech_type, &ctx->hc_ocontext); in sha2_mac_init_ctx()
668 SHA2Update(&ctx->hc_ocontext, (uint8_t *)opad, block_size); in sha2_mac_init_ctx()
838 SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext, digest, in sha2_mac_final()
854 &PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext); in sha2_mac_final()
860 &PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext); in sha2_mac_final()
865 &PROV_SHA2_HMAC_CTX(ctx)->hc_ocontext, mac, in sha2_mac_final()
988 SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest, in sha2_mac_atomic()
1005 SHA2Final(digest, &sha2_hmac_ctx.hc_ocontext); in sha2_mac_atomic()
1010 mac->cd_offset, &sha2_hmac_ctx.hc_ocontext); in sha2_mac_atomic()
1123 SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest, in sha2_mac_verify_atomic()
[all …]
/freebsd-14.2/sys/contrib/openzfs/module/icp/include/sha2/
H A Dsha2_impl.h80 SHA2_CTX hc_ocontext; /* outer SHA2 context */ member