Home
last modified time | relevance | path

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

/titanic_50/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) in sha1_mac_init_ctx()
859 ctx->cc_provider_private = kmem_alloc(sizeof (sha1_hmac_ctx_t), in sha1_mac_init()
867 sizeof (sha1_hmac_ctx_t)); in sha1_mac_init()
872 sha1_hmac_ctx_t *hmac_ctx = ctx->cc_provider_private; in sha1_mac_init()
905 bzero(ctx->cc_provider_private, sizeof (sha1_hmac_ctx_t)); in sha1_mac_init()
906 kmem_free(ctx->cc_provider_private, sizeof (sha1_hmac_ctx_t)); in sha1_mac_init()
1023 bzero(ctx->cc_provider_private, sizeof (sha1_hmac_ctx_t)); in sha1_mac_final()
1024 kmem_free(ctx->cc_provider_private, sizeof (sha1_hmac_ctx_t)); in sha1_mac_final()
1058 sha1_hmac_ctx_t sha1_hmac_ctx; in sha1_mac_atomic()
[all …]
/titanic_50/usr/src/common/crypto/sha1/
H A Dsha1_impl.h67 } sha1_hmac_ctx_t; typedef