Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c87 soft_cleanup_extra_attr(objp); in soft_cleanup_object()
132 soft_cleanup_extra_attr(new_objp); in soft_copy_object()
202 soft_cleanup_extra_attr(new_objp); in soft_copy_object()
221 soft_cleanup_extra_attr(old_object); in soft_merge_object()
1133 soft_cleanup_extra_attr(old); in soft_copy_to_old_object()
1138 soft_cleanup_extra_attr(old); in soft_copy_to_old_object()
H A DsoftObject.h788 void soft_cleanup_extra_attr(soft_object_t *object_p);
H A DsoftAttributeUtil.c412 soft_cleanup_extra_attr(soft_object_t *object_p) in soft_cleanup_extra_attr() function