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; local
1443 md5_hmac_ctx_tmpl = kmem_alloc(sizeof (md5_hmac_ctx_t),
1445 if (md5_hmac_ctx_tmpl == NULL)
1456 PROV_MD5_DIGEST_KEY(&md5_hmac_ctx_tmpl->hc_icontext,
1458 md5_mac_init_ctx(md5_hmac_ctx_tmpl, digested_key,
1461 md5_mac_init_ctx(md5_hmac_ctx_tmpl, key->ck_data,
1465 md5_hmac_ctx_tmpl->hc_mech_type = mechanism->cm_type;
1466 *ctx_template = (crypto_spi_ctx_template_t)md5_hmac_ctx_tmpl;

Completed in 60 milliseconds