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

/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1_impl.h67 } sha1_hmac_ctx_t; typedef in typeref:struct:sha1_hmac_ctx
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha1_mod.c69 #define PROV_SHA1_HMAC_CTX(ctx) ((sha1_hmac_ctx_t *)(ctx)->cc_provider_private)
814 sha1_mac_init_ctx(sha1_hmac_ctx_t *ctx, void *keyval, uint_t length_in_bytes)
859 ctx->cc_provider_private = kmem_alloc(sizeof (sha1_hmac_ctx_t),
867 sizeof (sha1_hmac_ctx_t));
872 sha1_hmac_ctx_t *hmac_ctx = ctx->cc_provider_private;
905 bzero(ctx->cc_provider_private, sizeof (sha1_hmac_ctx_t));
906 kmem_free(ctx->cc_provider_private, sizeof (sha1_hmac_ctx_t));
1023 bzero(ctx->cc_provider_private, sizeof (sha1_hmac_ctx_t));
1024 kmem_free(ctx->cc_provider_private, sizeof (sha1_hmac_ctx_t));
1058 sha1_hmac_ctx_t sha1_hmac_ct
[all...]

Completed in 86 milliseconds