Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/crypto/io/
H A Dsha2_mod.c1524 sha2_hmac_ctx_t *sha2_hmac_ctx_tmpl; in sha2_create_ctx_template() local
1556 sha2_hmac_ctx_tmpl = kmem_alloc(sizeof (sha2_hmac_ctx_t), in sha2_create_ctx_template()
1558 if (sha2_hmac_ctx_tmpl == NULL) in sha2_create_ctx_template()
1561 sha2_hmac_ctx_tmpl->hc_mech_type = mechanism->cm_type; in sha2_create_ctx_template()
1572 &sha2_hmac_ctx_tmpl->hc_icontext, in sha2_create_ctx_template()
1574 sha2_mac_init_ctx(sha2_hmac_ctx_tmpl, digested_key, in sha2_create_ctx_template()
1577 sha2_mac_init_ctx(sha2_hmac_ctx_tmpl, key->ck_data, in sha2_create_ctx_template()
1581 *ctx_template = (crypto_spi_ctx_template_t)sha2_hmac_ctx_tmpl; in sha2_create_ctx_template()