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.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()
/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()