Home
last modified time | relevance | path

Searched refs:ks_obj_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.h72 } ks_obj_t; typedef
88 ks_obj_t **result_objs, boolean_t lock_held);
90 ks_obj_t **result_obj, boolean_t lock_held);
H A DsoftKeystore.h99 CK_RV soft_keystore_unpack_obj(struct object *obj, ks_obj_t *ks_obj);
H A DsoftObjectUtil.c1092 soft_update_object(ks_obj_t *ks_obj, soft_object_t *old_obj) in soft_update_object()
1121 ks_obj_t *ks_obj = NULL; in soft_keystore_load_latest_object()
1261 ks_obj_t *on_disk_list = NULL, *tmp_on_disk, *next_on_disk; in refresh_token_objects()
1347 ks_obj_t *ondisk_obj, *prev_ondisk_obj; in refresh_token_objects()
H A DsoftKeystoreUtil.c793 ks_obj_t **result_obj_list, boolean_t lock_held) in get_all_objs_in_dir()
796 ks_obj_t *obj; in get_all_objs_in_dir()
1900 ks_obj_t **result_obj_list, boolean_t lock_held) in soft_keystore_get_objs()
1905 ks_obj_t *tmp; in soft_keystore_get_objs()
2022 ks_obj_t **return_obj, boolean_t lock_held) in soft_keystore_get_single_obj()
2025 ks_obj_t *obj; in soft_keystore_get_single_obj()
2044 obj = malloc(sizeof (ks_obj_t)); in soft_keystore_get_single_obj()
H A DsoftKeystore.c422 soft_keystore_unpack_obj(soft_object_t *obj, ks_obj_t *ks_obj) in soft_keystore_unpack_obj()
1915 ks_obj_t *ks_obj = NULL, *ks_obj_next; in soft_get_token_objects_from_keystore()