Searched refs:kops (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/sys/crypto/ |
H A D | ops_impl.h | 558 kcf_key_ops_params_t *kops = &(req)->rp_u.key_params; \ 563 kops->ko_sid = _sid; \ 565 kops->ko_mech = *mechp; \ 566 kops->ko_framework_mechtype = mechp->cm_type; \ 568 kops->ko_key_template = _key_template; \ 569 kops->ko_key_attribute_count = _key_attribute_count; \ 570 kops->ko_key_object_id_ptr = _key_object_id_ptr; \ 571 kops->ko_private_key_template = _private_key_template; \ 572 kops->ko_private_key_attribute_count = _private_key_attribute_count; \ 573 kops->ko_private_key_object_id_ptr = _private_key_object_id_ptr; \ [all …]
|
/titanic_50/usr/src/uts/common/crypto/core/ |
H A D | kcf_callprov.c | 1364 kcf_key_ops_params_t *kops = ¶ms->rp_u.key_params; in common_submit_request() local 1367 KCF_SET_PROVIDER_MECHNUM(kops->ko_framework_mechtype, pd, in common_submit_request() 1368 &kops->ko_mech); in common_submit_request() 1372 err = KCF_PROV_KEY_GENERATE(pd, kops->ko_sid, in common_submit_request() 1373 &kops->ko_mech, in common_submit_request() 1374 kops->ko_key_template, kops->ko_key_attribute_count, in common_submit_request() 1375 kops->ko_key_object_id_ptr, rhndl); in common_submit_request() 1379 err = KCF_PROV_KEY_GENERATE_PAIR(pd, kops->ko_sid, in common_submit_request() 1380 &kops->ko_mech, in common_submit_request() 1381 kops->ko_key_template, kops->ko_key_attribute_count, in common_submit_request() [all …]
|