Symbol: sha2_hmac_ctx
usr/src/uts/common/crypto/io/sha2_mod.c
1331
sha2_hmac_ctx_t sha2_hmac_ctx;
usr/src/uts/common/crypto/io/sha2_mod.c
1362
bcopy(ctx_template, &sha2_hmac_ctx, sizeof (sha2_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha2_mod.c
1364
sha2_hmac_ctx.hc_mech_type = mechanism->cm_type;
usr/src/uts/common/crypto/io/sha2_mod.c
1373
&sha2_hmac_ctx.hc_icontext,
usr/src/uts/common/crypto/io/sha2_mod.c
1375
sha2_mac_init_ctx(&sha2_hmac_ctx, digest,
usr/src/uts/common/crypto/io/sha2_mod.c
1378
sha2_mac_init_ctx(&sha2_hmac_ctx, key->ck_data,
usr/src/uts/common/crypto/io/sha2_mod.c
1398
SHA2_MAC_UPDATE(data, sha2_hmac_ctx, ret);
usr/src/uts/common/crypto/io/sha2_mod.c
1406
SHA2Final(digest, &sha2_hmac_ctx.hc_icontext);
usr/src/uts/common/crypto/io/sha2_mod.c
1417
SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest,
usr/src/uts/common/crypto/io/sha2_mod.c
1420
SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest, sha_digest_len);
usr/src/uts/common/crypto/io/sha2_mod.c
1434
SHA2Final(digest, &sha2_hmac_ctx.hc_ocontext);
usr/src/uts/common/crypto/io/sha2_mod.c
1439
mac->cd_offset, &sha2_hmac_ctx.hc_ocontext);
usr/src/uts/common/crypto/io/sha2_mod.c
1443
ret = sha2_digest_final_uio(&sha2_hmac_ctx.hc_ocontext, mac,
usr/src/uts/common/crypto/io/sha2_mod.c
1447
ret = sha2_digest_final_mblk(&sha2_hmac_ctx.hc_ocontext, mac,
usr/src/uts/common/crypto/io/sha2_mod.c
1459
bzero(&sha2_hmac_ctx, sizeof (sha2_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha2_mod.c
1473
sha2_hmac_ctx_t sha2_hmac_ctx;
usr/src/uts/common/crypto/io/sha2_mod.c
1504
bcopy(ctx_template, &sha2_hmac_ctx, sizeof (sha2_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha2_mod.c
1506
sha2_hmac_ctx.hc_mech_type = mechanism->cm_type;
usr/src/uts/common/crypto/io/sha2_mod.c
1515
&sha2_hmac_ctx.hc_icontext,
usr/src/uts/common/crypto/io/sha2_mod.c
1517
sha2_mac_init_ctx(&sha2_hmac_ctx, digest,
usr/src/uts/common/crypto/io/sha2_mod.c
1520
sha2_mac_init_ctx(&sha2_hmac_ctx, key->ck_data,
usr/src/uts/common/crypto/io/sha2_mod.c
1545
SHA2_MAC_UPDATE(data, sha2_hmac_ctx, ret);
usr/src/uts/common/crypto/io/sha2_mod.c
1551
SHA2Final(digest, &sha2_hmac_ctx.hc_icontext);
usr/src/uts/common/crypto/io/sha2_mod.c
1562
SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest,
usr/src/uts/common/crypto/io/sha2_mod.c
1565
SHA2Update(&sha2_hmac_ctx.hc_ocontext, digest, sha_digest_len);
usr/src/uts/common/crypto/io/sha2_mod.c
1571
SHA2Final(digest, &sha2_hmac_ctx.hc_ocontext);
usr/src/uts/common/crypto/io/sha2_mod.c
1675
bzero(&sha2_hmac_ctx, sizeof (sha2_hmac_ctx_t));