Home
last modified time | relevance | path

Searched defs:mac_tmpl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_dual.c53 crypto_ctx_template_t encr_tmpl, crypto_ctx_template_t mac_tmpl, in crypto_encrypt_mac_prov()
175 crypto_ctx_template_t encr_tmpl, crypto_ctx_template_t mac_tmpl, in crypto_encrypt_mac()
418 crypto_ctx_template_t mac_tmpl, crypto_context_t *ctxp, in crypto_encrypt_mac_init_prov()
555 crypto_ctx_template_t mac_tmpl, crypto_context_t *ctxp, in crypto_encrypt_mac_init()
1072 crypto_ctx_template_t mac_tmpl, crypto_ctx_template_t decr_tmpl, in crypto_mac_decrypt()
1083 crypto_ctx_template_t mac_tmpl, crypto_ctx_template_t decr_tmpl, in crypto_mac_decrypt_prov()
1101 crypto_ctx_template_t mac_tmpl, crypto_ctx_template_t decr_tmpl, in crypto_mac_verify_decrypt()
1113 crypto_ctx_template_t mac_tmpl, crypto_ctx_template_t decr_tmpl, in crypto_mac_verify_decrypt_prov()
1129 crypto_ctx_template_t mac_tmpl, crypto_ctx_template_t decr_tmpl, in crypto_mac_decrypt_common()
1522 crypto_key_t *decr_key, crypto_ctx_template_t mac_tmpl, in crypto_mac_decrypt_init()
[all …]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1793 crypto_ctx_template_t mac_tmpl; in kcf_next_req() local