Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dhandle.h19 void handle_db_init(struct handle_db *db);
H A Dhandle.c22 void handle_db_init(struct handle_db *db) in handle_db_init() function
H A Dpkcs11_token.c120 handle_db_init(&client->session_handle_db); in register_client()
121 handle_db_init(&client->object_handle_db); in register_client()