Searched defs:encr_tmpl (Results 1 - 1 of 1) 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,
91 if (encr_tmpl != NULL) {
97 ctx_encr_tmpl = (kcf_ctx_template_t *)encr_tmpl;
175 crypto_ctx_template_t encr_tmpl, crypto_ctx_template_t mac_tmpl,
222 if (encr_tmpl != NULL) {
223 ctx_encr_tmpl = (kcf_ctx_template_t *)encr_tmpl;
417 crypto_key_t *mac_key, crypto_ctx_template_t encr_tmpl,
458 if (encr_tmpl != NULL) {
464 ctx_encr_tmpl = (kcf_ctx_template_t *)encr_tmpl;
554 crypto_key_t *mac_key, crypto_ctx_template_t encr_tmpl,
50 crypto_encrypt_mac_prov(crypto_provider_t provider, crypto_session_id_t sid, crypto_mechanism_t *encr_mech, crypto_mechanism_t *mac_mech, crypto_data_t *pt, crypto_key_t *encr_key, crypto_key_t *mac_key, crypto_ctx_template_t encr_tmpl, crypto_ctx_template_t mac_tmpl, crypto_dual_data_t *ct, crypto_data_t *mac, crypto_call_req_t *crq) argument
172 crypto_encrypt_mac(crypto_mechanism_t *encr_mech, crypto_mechanism_t *mac_mech, crypto_data_t *pt, crypto_key_t *encr_key, crypto_key_t *mac_key, crypto_ctx_template_t encr_tmpl, crypto_ctx_template_t mac_tmpl, crypto_dual_data_t *ct, crypto_data_t *mac, crypto_call_req_t *crq) argument
414 crypto_encrypt_mac_init_prov(crypto_provider_t provider, crypto_session_id_t sid, crypto_mechanism_t *encr_mech, crypto_mechanism_t *mac_mech, crypto_key_t *encr_key, crypto_key_t *mac_key, crypto_ctx_template_t encr_tmpl, crypto_ctx_template_t mac_tmpl, crypto_context_t *ctxp, crypto_call_req_t *cr) argument
552 crypto_encrypt_mac_init(crypto_mechanism_t *encr_mech, crypto_mechanism_t *mac_mech, crypto_key_t *encr_key, crypto_key_t *mac_key, crypto_ctx_template_t encr_tmpl, crypto_ctx_template_t mac_tmpl, crypto_context_t *ctxp, crypto_call_req_t *cr) argument
[all...]

Completed in 58 milliseconds