Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_callprov.c1037 kops->ko_key_template, kops->ko_key_attribute_count, in common_submit_request()
1044 kops->ko_key_template, kops->ko_key_attribute_count, in common_submit_request()
1054 kops->ko_key, kops->ko_key_object_id_ptr, in common_submit_request()
1055 kops->ko_wrapped_key, kops->ko_wrapped_key_len_ptr, in common_submit_request()
1062 kops->ko_key, kops->ko_wrapped_key, in common_submit_request()
1064 kops->ko_key_template, kops->ko_key_attribute_count, in common_submit_request()
1071 kops->ko_key, kops->ko_key_template, in common_submit_request()
1266 &kops->ko_mech, kops->ko_key_template, in common_submit_request()
1274 kops->ko_sid, &kops->ko_mech, in common_submit_request()
1275 kops->ko_key_template, kops->ko_key_attribute_count, in common_submit_request()
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dops_impl.h561 kops->ko_sid = _sid; \
563 kops->ko_mech = *mechp; \
566 kops->ko_key_template = _key_template; \
572 kops->ko_key = _key; \
573 kops->ko_wrapped_key = _wrapped_key; \
602 kops->ko_sid = _sid; \
604 kops->ko_mech = *mechp; \
609 kops->ko_key_object_id_ptr = NULL; \
613 kops->ko_key = _key; \
614 kops->ko_wrapped_key = NULL; \
[all …]
/f-stack/freebsd/mips/broadcom/
H A Dbcm_machdep.c294 struct kobj_ops kops; in bcm_erom_probe_and_attach() local
299 kobj_class_compile_static(cls, &kops); in bcm_erom_probe_and_attach()