Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.c463 &obj_get_attr.og_attributes, NULL); in C_GetAttributeValue()
494 obj_get_attr.og_attributes); in C_GetAttributeValue()
501 free_object_attributes(obj_get_attr.og_attributes, ulCount); in C_GetAttributeValue()
H A DkernelUtil.c965 rv = process_object_attributes(pTemplate, 2, &obj_ga.og_attributes, in create_new_tobj_in_lib()
983 rv = get_object_attributes(pTemplate, 2, obj_ga.og_attributes); in create_new_tobj_in_lib()
990 free_object_attributes(obj_ga.og_attributes, 2); in create_new_tobj_in_lib()
1205 obj_ga.og_attributes = (char *)&obj_attr; in get_cka_private_value()
/titanic_44/usr/src/uts/common/sys/crypto/
H A Dioctl.h945 caddr_t og_attributes; member
1014 caddr32_t og_attributes; member
/titanic_44/usr/src/uts/common/crypto/io/
H A Dcrypto.c4794 caddr_t og_attributes; in object_get_attribute_value() local
4819 og_attributes = STRUCT_FGETP(get_attribute_value, og_attributes); in object_get_attribute_value()
4826 if (!copyin_attributes(mode, sp, count, og_attributes, &k_attrs, in object_get_attribute_value()
4852 STRUCT_FGETP(get_attribute_value, og_attributes), in object_get_attribute_value()