Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObjectUtil.c239 &objc.oc_attributes, &is_token_obj); in kernel_add_object()
246 free_object_attributes(objc.oc_attributes, ulCount); in kernel_add_object()
262 free_object_attributes(objc.oc_attributes, ulCount); in kernel_add_object()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dioctl.h922 caddr_t oc_attributes; member
991 caddr32_t oc_attributes; member
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c2262 uint_t count, caddr_t oc_attributes, in copyin_attributes() argument
2299 if (copyin(oc_attributes, attrs, len) != 0) { in copyin_attributes()
4619 caddr_t oc_attributes; in object_create() local
4641 oc_attributes = STRUCT_FGETP(object_create, oc_attributes); in object_create()
4647 if (!copyin_attributes(mode, sp, count, oc_attributes, &k_attrs, in object_create()