Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.c197 object_copy.oc_new_attributes = NULL; in C_CopyObject()
200 &object_copy.oc_new_attributes, &is_token_obj); in C_CopyObject()
219 free_object_attributes(object_copy.oc_new_attributes, ulCount); in C_CopyObject()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h931 caddr_t oc_new_attributes; member
1000 caddr32_t oc_new_attributes; member
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c4713 caddr_t oc_new_attributes; in object_copy() local
4735 oc_new_attributes = STRUCT_FGETP(object_copy, oc_new_attributes); in object_copy()
4742 if (!copyin_attributes(mode, sp, count, oc_new_attributes, &k_attrs, in object_copy()