Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c959 eops->eo_key, eops->eo_templ, rhndl); in common_submit_request()
983 &eops->eo_mech, eops->eo_key, eops->eo_plaintext, in common_submit_request()
1195 &eops->em_encr_mech, eops->em_encr_key, in common_submit_request()
1196 &eops->em_mac_mech, eops->em_mac_key, in common_submit_request()
1197 eops->em_encr_templ, eops->em_mac_templ, in common_submit_request()
1204 eops->em_plaintext, eops->em_ciphertext, in common_submit_request()
1227 eops->em_ciphertext, eops->em_mac, rhndl); in common_submit_request()
1242 &eops->em_encr_mech, eops->em_encr_key, in common_submit_request()
1243 &eops->em_mac_mech, eops->em_mac_key, in common_submit_request()
1244 eops->em_plaintext, eops->em_ciphertext, 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()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_loclists.c967 Dwarf_Block_c eops; in build_array_of_lle() local
969 memset(&eops,0,sizeof(eops)); in build_array_of_lle()
983 eops.bl_len =opsblocksize; in build_array_of_lle()
984 eops.bl_data = ops; in build_array_of_lle()
985 eops.bl_kind = rctx->ll_kind; in build_array_of_lle()
986 eops.bl_section_offset = opsoffset; in build_array_of_lle()
987 eops.bl_locdesc_offset = dataoffset; in build_array_of_lle()
993 e->ld_opsblock = eops; in build_array_of_lle()