Lines Matching defs:soft_object_t

338 } soft_object_t;
341 soft_object_t **objs_found;
765 object_p = (soft_object_t *)(hObject); \
800 void soft_cleanup_object(soft_object_t *objp);
805 void soft_delete_object(soft_session_t *sp, soft_object_t *objp,
808 void soft_cleanup_extra_attr(soft_object_t *object_p);
811 soft_object_t *object_p);
813 void soft_cleanup_object_bigint_attrs(soft_object_t *object_p);
816 CK_ULONG ulAttrNum, soft_object_t *new_object);
819 CK_ULONG ulAttrNum, soft_object_t *new_object, CK_ULONG mode,
822 CK_RV soft_copy_object(soft_object_t *old_object, soft_object_t **new_object,
825 void soft_merge_object(soft_object_t *old_object, soft_object_t *new_object);
827 CK_RV soft_get_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template);
829 CK_RV soft_set_attribute(soft_object_t *object_p, CK_ATTRIBUTE_PTR template,
832 CK_RV soft_set_common_storage_attribute(soft_object_t *object_p,
835 CK_RV soft_get_public_value(soft_object_t *key, CK_ATTRIBUTE_TYPE type,
838 CK_RV soft_get_private_value(soft_object_t *key, CK_ATTRIBUTE_TYPE type,
847 void soft_add_object_to_session(soft_object_t *objp, soft_session_t *sp);
850 soft_object_t *new_object, CK_OBJECT_CLASS class, CK_KEY_TYPE key_type,
880 boolean_t soft_find_match_attrs(soft_object_t *obj, CK_OBJECT_CLASS *pclasses,
883 CK_ATTRIBUTE_PTR get_extra_attr(CK_ATTRIBUTE_TYPE type, soft_object_t *obj);
889 void soft_cleanup_cert_object(soft_object_t *object_p);
891 CK_RV soft_get_certificate_attribute(soft_object_t *object_p,
894 CK_RV soft_set_certificate_attribute(soft_object_t *object_p,
905 void soft_add_token_object_to_slot(soft_object_t *objp);
907 void soft_remove_token_object_from_slot(soft_object_t *objp,
910 void soft_delete_token_object(soft_object_t *objp, boolean_t persistent,
917 CK_RV soft_object_write_access_check(soft_session_t *sp, soft_object_t *objp);
919 CK_RV soft_pin_expired_check(soft_object_t *objp);
921 CK_RV soft_copy_to_old_object(soft_object_t *new, soft_object_t *old);
923 CK_RV soft_keystore_load_latest_object(soft_object_t *old_obj);
929 CK_RV soft_add_extra_attr(CK_ATTRIBUTE_PTR template, soft_object_t *object_p);