Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c951 kcf_encrypt_ops_params_t *eops = &params->rp_u.encrypt_params; in common_submit_request() local
955 KCF_SET_PROVIDER_MECHNUM(eops->eo_framework_mechtype, in common_submit_request()
956 pd, &eops->eo_mech); in common_submit_request()
958 err = KCF_PROV_ENCRYPT_INIT(pd, ctx, &eops->eo_mech, in common_submit_request()
959 eops->eo_key, eops->eo_templ, rhndl); in common_submit_request()
963 err = KCF_PROV_ENCRYPT(pd, ctx, eops->eo_plaintext, in common_submit_request()
964 eops->eo_ciphertext, rhndl); in common_submit_request()
969 eops->eo_plaintext, eops->eo_ciphertext, rhndl); in common_submit_request()
974 eops->eo_ciphertext, rhndl); in common_submit_request()
979 KCF_SET_PROVIDER_MECHNUM(eops->eo_framework_mechtype, in common_submit_request()
[all …]
H A Dkcf_sched.c433 kcf_encrypt_ops_params_t *eops = &params->rp_u.encrypt_params; in can_resubmit() local
435 eops->eo_mech.cm_type = eops->eo_framework_mechtype; in can_resubmit()
436 *mech1 = &eops->eo_mech; in can_resubmit()
453 kcf_encrypt_mac_ops_params_t *eops = in can_resubmit() local
456 eops->em_encr_mech.cm_type = eops->em_framework_encr_mechtype; in can_resubmit()
457 *mech1 = &eops->em_encr_mech; in can_resubmit()
458 eops->em_mac_mech.cm_type = eops->em_framework_mac_mechtype; in can_resubmit()
459 *mech2 = &eops->em_mac_mech; in can_resubmit()