Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/io/
H A Dsha1_mod.c677 SHA1Init(&ctx->hc_icontext); in sha1_mac_init_ctx()
723 PROV_SHA1_DIGEST_KEY(&hmac_ctx->hc_icontext, in sha1_mac_init()
771 SHA1Update(&PROV_SHA1_HMAC_CTX(ctx)->hc_icontext, in sha1_mac_update()
777 &PROV_SHA1_HMAC_CTX(ctx)->hc_icontext, data); in sha1_mac_update()
812 SHA1Final(digest, &PROV_SHA1_HMAC_CTX(ctx)->hc_icontext); in sha1_mac_final()
868 SHA1Update(&(ctx).hc_icontext, \
912 PROV_SHA1_DIGEST_KEY(&sha1_hmac_ctx.hc_icontext, in sha1_mac_atomic()
945 SHA1Final(digest, &sha1_hmac_ctx.hc_icontext); in sha1_mac_atomic()
1028 PROV_SHA1_DIGEST_KEY(&sha1_hmac_ctx.hc_icontext, in sha1_mac_verify_atomic()
1064 SHA1Final(digest, &sha1_hmac_ctx.hc_icontext); in sha1_mac_verify_atomic()
[all …]
H A Dsha2_mod.c745 SHA2Init(ctx->hc_mech_type, &ctx->hc_icontext); in sha2_mac_init_ctx()
811 &hmac_ctx->hc_icontext, in sha2_mac_init()
858 SHA2Update(&PROV_SHA2_HMAC_CTX(ctx)->hc_icontext, in sha2_mac_update()
864 &PROV_SHA2_HMAC_CTX(ctx)->hc_icontext, data); in sha2_mac_update()
919 SHA2Final(digest, &PROV_SHA2_HMAC_CTX(ctx)->hc_icontext); in sha2_mac_final()
974 SHA2Update(&(ctx).hc_icontext, \
1037 &sha2_hmac_ctx.hc_icontext, in sha2_mac_atomic()
1070 SHA2Final(digest, &sha2_hmac_ctx.hc_icontext); in sha2_mac_atomic()
1175 &sha2_hmac_ctx.hc_icontext, in sha2_mac_verify_atomic()
1211 SHA2Final(digest, &sha2_hmac_ctx.hc_icontext); in sha2_mac_verify_atomic()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/include/sha2/
H A Dsha2_impl.h56 SHA2_CTX hc_icontext; /* inner SHA2 context */ member
/f-stack/freebsd/contrib/openzfs/module/icp/include/sha1/
H A Dsha1_impl.h64 SHA1_CTX hc_icontext; /* inner SHA1 context */ member