Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.c44 struct handle_db object_handle_db; member
73 return &session->client->object_handle_db; in get_object_handle_db()
104 handle = handle_lookup_handle(&client->object_handle_db, obj); in token_invalidate_object_handles()
106 handle_invalidate(&client->object_handle_db, handle); in token_invalidate_object_handles()
121 handle_db_init(&client->object_handle_db); in register_client()
140 handle_db_destroy(&client->object_handle_db); in unregister_client()