Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Dhandle.h10 struct handle_db { struct
22 void handle_db_destroy(struct handle_db *db); argument
31 int handle_get(struct handle_db *db, void *ptr);
37 void *handle_put(struct handle_db *db, int handle);
44 void *handle_lookup(struct handle_db *db, int handle);
H A Dhandle.c17 void handle_db_destroy(struct handle_db *db) in handle_db_destroy()
26 int handle_get(struct handle_db *db, void *ptr) in handle_get()
61 void *handle_put(struct handle_db *db, int handle) in handle_put()
73 void *handle_lookup(struct handle_db *db, int handle) in handle_lookup()
H A Darith_taf.c29 static struct handle_db hdb = HANDLE_DB_INITIALIZER;