Home
last modified time | relevance | path

Searched refs:og_attributes (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.c461 &obj_get_attr.og_attributes, NULL); in C_GetAttributeValue()
492 obj_get_attr.og_attributes); in C_GetAttributeValue()
499 free_object_attributes(obj_get_attr.og_attributes, ulCount); in C_GetAttributeValue()
H A DkernelUtil.c854 rv = process_object_attributes(pTemplate, 2, &obj_ga.og_attributes, in create_new_tobj_in_lib()
872 rv = get_object_attributes(pTemplate, 2, obj_ga.og_attributes); in create_new_tobj_in_lib()
879 free_object_attributes(obj_ga.og_attributes, 2); in create_new_tobj_in_lib()
1094 obj_ga.og_attributes = (char *)&obj_attr; in get_cka_private_value()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h945 caddr_t og_attributes; member
1014 caddr32_t og_attributes; member
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c4881 caddr_t og_attributes; in object_get_attribute_value() local
4906 og_attributes = STRUCT_FGETP(get_attribute_value, og_attributes); in object_get_attribute_value()
4913 if (!copyin_attributes(mode, sp, count, og_attributes, &k_attrs, in object_get_attribute_value()
4939 STRUCT_FGETP(get_attribute_value, og_attributes), in object_get_attribute_value()