Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObjectUtil.c157 rv = kernel_copy_public_key_attr(OBJ_PUB(old_object), in kernel_copy_object()
158 &(OBJ_PUB(new_objp)), new_objp->key_type); in kernel_copy_object()
H A DkernelObject.h266 #define OBJ_PUB(o) \ macro
H A DkernelAttributeUtil.c833 if (OBJ_PUB(object_p)) { in kernel_cleanup_object_bigint_attrs()
865 free(OBJ_PUB(object_p)); in kernel_cleanup_object_bigint_attrs()
866 OBJ_PUB(object_p) = NULL; in kernel_cleanup_object_bigint_attrs()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c173 rv = soft_copy_public_key_attr(OBJ_PUB(old_object), in soft_copy_object()
174 &(OBJ_PUB(new_objp)), new_objp->key_type); in soft_copy_object()
H A DsoftObject.h395 #define OBJ_PUB(o) \ macro
H A DsoftAttributeUtil.c1024 if (OBJ_PUB(object_p)) { in soft_cleanup_object_bigint_attrs()
1070 free(OBJ_PUB(object_p)); in soft_cleanup_object_bigint_attrs()
1071 OBJ_PUB(object_p) = NULL; in soft_cleanup_object_bigint_attrs()