Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dobject.c38 object = handle_lookup(get_object_handle_db(session), handle); in pkcs11_handle2object()
62 return handle_lookup_handle(get_object_handle_db(session), obj); in pkcs11_object2handle()
145 handle_put(get_object_handle_db(session), in destroy_object()
160 handle_put(get_object_handle_db(session), in destroy_object()
166 handle_put(get_object_handle_db(session), in destroy_object()
232 obj_handle = handle_get(get_object_handle_db(session), obj); in create_object()
291 handle_put(get_object_handle_db(session), obj_handle); in create_object()
603 object_db = get_object_handle_db(session); in entry_find_objects_init()
H A Dpkcs11_token.h205 struct handle_db *get_object_handle_db(struct pkcs11_session *session);
H A Dpkcs11_token.c71 struct handle_db *get_object_handle_db(struct pkcs11_session *session) in get_object_handle_db() function
1383 handle_put(get_object_handle_db(sess), handle); in session_logout()