Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dmd5_mod.c1429 md5_hmac_ctx_t *md5_hmac_ctx_tmpl; in md5_create_ctx_template() local
1443 md5_hmac_ctx_tmpl = kmem_alloc(sizeof (md5_hmac_ctx_t), in md5_create_ctx_template()
1445 if (md5_hmac_ctx_tmpl == NULL) in md5_create_ctx_template()
1456 PROV_MD5_DIGEST_KEY(&md5_hmac_ctx_tmpl->hc_icontext, in md5_create_ctx_template()
1458 md5_mac_init_ctx(md5_hmac_ctx_tmpl, digested_key, in md5_create_ctx_template()
1461 md5_mac_init_ctx(md5_hmac_ctx_tmpl, key->ck_data, in md5_create_ctx_template()
1465 md5_hmac_ctx_tmpl->hc_mech_type = mechanism->cm_type; in md5_create_ctx_template()
1466 *ctx_template = (crypto_spi_ctx_template_t)md5_hmac_ctx_tmpl; in md5_create_ctx_template()