Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/icp/io/
H A Dsha2_mod.c356 SHA2Init(ctx->hc_mech_type, &ctx->hc_icontext); in sha2_mac_init_ctx()
357 SHA2Update(&ctx->hc_icontext, (uint8_t *)ipad, block_size); in sha2_mac_init_ctx()
409 &hmac_ctx->hc_icontext, in sha2_mac_init()
441 SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_icontext, in sha2_mac_update()
447 &PROV_SHA2_HMAC_CTX(ctx)->hc_icontext, data); in sha2_mac_update()
486 SHA2Final(digest, &PROV_SHA2_HMAC_CTX(ctx)->hc_icontext); in sha2_mac_final()
541 SHA2Update(&(ctx).hc_icontext, \
546 ret = sha2_digest_update_uio(&(ctx).hc_icontext, data); \
590 &sha2_hmac_ctx.hc_icontext, in sha2_mac_atomic()
609 SHA2Final(digest, &sha2_hmac_ctx.hc_icontext); in sha2_mac_atomic()
[all …]
/freebsd/sys/contrib/openzfs/module/icp/include/sha2/
H A Dsha2_impl.h79 SHA2_CTX hc_icontext; /* inner SHA2 context */ member