Searched refs:sha2_hmac_ctx (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/contrib/openzfs/module/icp/io/
H A Dsha2_mod.c906 sha2_hmac_ctx_t sha2_hmac_ctx; local
933 memcpy(&sha2_hmac_ctx, ctx_template, sizeof (sha2_hmac_ctx_t));
935 sha2_hmac_ctx.hc_mech_type = mechanism->cm_type;
944 &sha2_hmac_ctx.hc_icontext,
946 sha2_mac_init_ctx(&sha2_hmac_ctx, digest,
949 sha2_mac_init_ctx(&sha2_hmac_ctx, key->ck_data,
969 SHA2_MAC_UPDATE(data, sha2_hmac_ctx, ret);
977 SHA2Final(digest, &sha2_hmac_ctx.hc_icontext);
988 SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest,
991 SHA2Update(&sha2_hmac_ctx
1038 sha2_hmac_ctx_t sha2_hmac_ctx; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/include/sha2/
H A Dsha2_impl.h76 typedef struct sha2_hmac_ctx { struct

Completed in 110 milliseconds