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

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2_impl.h53 typedef struct sha2_hmac_ctx { struct
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c1164 sha2_hmac_ctx_t sha2_hmac_ctx; local
1195 bcopy(ctx_template, &sha2_hmac_ctx, sizeof (sha2_hmac_ctx_t));
1197 sha2_hmac_ctx.hc_mech_type = mechanism->cm_type;
1206 &sha2_hmac_ctx.hc_icontext,
1208 sha2_mac_init_ctx(&sha2_hmac_ctx, digest,
1211 sha2_mac_init_ctx(&sha2_hmac_ctx, key->ck_data,
1231 SHA2_MAC_UPDATE(data, sha2_hmac_ctx, ret);
1239 SHA2Final(digest, &sha2_hmac_ctx.hc_icontext);
1250 SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest,
1253 SHA2Update(&sha2_hmac_ctx
1306 sha2_hmac_ctx_t sha2_hmac_ctx; local
[all...]

Completed in 45 milliseconds