Symbol: sha1_hmac_ctx_t
usr/src/uts/common/crypto/io/sha1_mod.c
1012
kmem_free(ctx->cc_provider_private, sizeof (sha1_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha1_mod.c
1127
bzero(ctx->cc_provider_private, sizeof (sha1_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha1_mod.c
1128
kmem_free(ctx->cc_provider_private, sizeof (sha1_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha1_mod.c
1162
sha1_hmac_ctx_t sha1_hmac_ctx;
usr/src/uts/common/crypto/io/sha1_mod.c
1176
bcopy(ctx_template, &sha1_hmac_ctx, sizeof (sha1_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha1_mod.c
1264
bzero(&sha1_hmac_ctx, sizeof (sha1_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha1_mod.c
1268
bzero(&sha1_hmac_ctx, sizeof (sha1_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha1_mod.c
1282
sha1_hmac_ctx_t sha1_hmac_ctx;
usr/src/uts/common/crypto/io/sha1_mod.c
1296
bcopy(ctx_template, &sha1_hmac_ctx, sizeof (sha1_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha1_mod.c
1455
bzero(&sha1_hmac_ctx, sizeof (sha1_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha1_mod.c
1458
bzero(&sha1_hmac_ctx, sizeof (sha1_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha1_mod.c
1474
sha1_hmac_ctx_t *sha1_hmac_ctx_tmpl;
usr/src/uts/common/crypto/io/sha1_mod.c
1489
sha1_hmac_ctx_tmpl = kmem_alloc(sizeof (sha1_hmac_ctx_t),
usr/src/uts/common/crypto/io/sha1_mod.c
1513
*ctx_template_size = sizeof (sha1_hmac_ctx_t);
usr/src/uts/common/crypto/io/sha1_mod.c
1539
ctx_len = sizeof (sha1_hmac_ctx_t);
usr/src/uts/common/crypto/io/sha1_mod.c
71
#define PROV_SHA1_HMAC_CTX(ctx) ((sha1_hmac_ctx_t *)(ctx)->cc_provider_private)
usr/src/uts/common/crypto/io/sha1_mod.c
818
sha1_mac_init_ctx(sha1_hmac_ctx_t *ctx, void *keyval, uint_t length_in_bytes)
usr/src/uts/common/crypto/io/sha1_mod.c
863
ctx->cc_provider_private = kmem_alloc(sizeof (sha1_hmac_ctx_t),
usr/src/uts/common/crypto/io/sha1_mod.c
871
sizeof (sha1_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha1_mod.c
876
sha1_hmac_ctx_t *hmac_ctx = ctx->cc_provider_private;
usr/src/uts/common/crypto/io/sha1_mod.c
912
bzero(ctx->cc_provider_private, sizeof (sha1_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha1_mod.c
913
kmem_free(ctx->cc_provider_private, sizeof (sha1_hmac_ctx_t));
usr/src/uts/common/crypto/io/sha1_mod.c
963
kmem_free(ctx->cc_provider_private, sizeof (sha1_hmac_ctx_t));