Home
last modified time | relevance | path

Searched refs:OBJ_PRI (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObjectUtil.c161 rv = kernel_copy_private_key_attr(OBJ_PRI(old_object), in kernel_copy_object()
162 &(OBJ_PRI(new_objp)), new_objp->key_type); in kernel_copy_object()
H A DkernelObject.h338 #define OBJ_PRI(o) \ macro
H A DkernelAttributeUtil.c871 if (OBJ_PRI(object_p)) { in kernel_cleanup_object_bigint_attrs()
915 free(OBJ_PRI(object_p)); in kernel_cleanup_object_bigint_attrs()
916 OBJ_PRI(object_p) = NULL; in kernel_cleanup_object_bigint_attrs()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c177 rv = soft_copy_private_key_attr(OBJ_PRI(old_object), in soft_copy_object()
178 &(OBJ_PRI(new_objp)), new_objp->key_type); in soft_copy_object()
H A DsoftObject.h488 #define OBJ_PRI(o) \ macro
H A DsoftAttributeUtil.c1076 if (OBJ_PRI(object_p)) { in soft_cleanup_object_bigint_attrs()
1135 free(OBJ_PRI(object_p)); in soft_cleanup_object_bigint_attrs()
1136 OBJ_PRI(object_p) = NULL; in soft_cleanup_object_bigint_attrs()