Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c171 rv = soft_copy_public_key_attr(OBJ_PUB(old_object), in soft_copy_object()
172 &(OBJ_PUB(new_objp)), new_objp->key_type); in soft_copy_object()
H A DsoftObject.h391 #define OBJ_PUB(o) \ macro
H A DsoftAttributeUtil.c1033 if (OBJ_PUB(object_p)) { in soft_cleanup_object_bigint_attrs()
1079 free(OBJ_PUB(object_p)); in soft_cleanup_object_bigint_attrs()
1080 OBJ_PUB(object_p) = NULL; in soft_cleanup_object_bigint_attrs()