Home
last modified time | relevance | path

Searched refs:handle_lookup_handle (Results 1 – 4 of 4) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dhandle.h48 uint32_t handle_lookup_handle(struct handle_db *db, void *ptr);
H A Dhandle.c108 uint32_t handle_lookup_handle(struct handle_db *db, void *ptr) in handle_lookup_handle() function
H A Dobject.c62 return handle_lookup_handle(get_object_handle_db(session), obj); in pkcs11_object2handle()
H A Dpkcs11_token.c104 handle = handle_lookup_handle(&client->object_handle_db, obj); in token_invalidate_object_handles()