Home
last modified time | relevance | path

Searched defs:db (Results 1 – 4 of 4) sorted by relevance

/optee_os/ta/pkcs11/src/
A Dhandle.c20 void handle_db_init(struct handle_db *db) in handle_db_init()
25 void handle_db_destroy(struct handle_db *db) in handle_db_destroy()
34 uint32_t handle_get(struct handle_db *db, void *ptr) in handle_get()
70 void *handle_put(struct handle_db *db, uint32_t handle) in handle_put()
82 void *handle_lookup(struct handle_db *db, uint32_t handle) in handle_lookup()
90 uint32_t handle_lookup_handle(struct handle_db *db, void *ptr) in handle_lookup_handle()
/optee_os/core/kernel/
A Dhandle.c18 void handle_db_destroy(struct handle_db *db, void (*ptr_destructor)(void *ptr)) in handle_db_destroy()
34 bool handle_db_is_empty(struct handle_db *db) in handle_db_is_empty()
47 int handle_get(struct handle_db *db, void *ptr) in handle_get()
82 void *handle_put(struct handle_db *db, int handle) in handle_put()
94 void *handle_lookup(struct handle_db *db, int handle) in handle_lookup()
/optee_os/core/tee/
A Dtadb.c59 struct tee_tadb_dir *db; member
67 struct tee_tadb_dir *db; member
161 static TEE_Result set_file(struct tee_tadb_dir *db, int idx) in set_file()
171 static void clear_file(struct tee_tadb_dir *db, int idx) in clear_file()
181 static bool test_file(struct tee_tadb_dir *db, int idx) in test_file()
216 struct tee_tadb_dir *db = calloc(1, sizeof(*db)); in tadb_open() local
240 static TEE_Result tee_tadb_open(struct tee_tadb_dir **db) in tee_tadb_open()
258 static void tadb_put(struct tee_tadb_dir *db) in tadb_put()
273 static void tee_tadb_close(struct tee_tadb_dir *db) in tee_tadb_close()
313 static TEE_Result populate_files(struct tee_tadb_dir *db) in populate_files()
[all …]
/optee_os/core/include/kernel/
A Dldelf_syscalls.h18 struct handle_db db; member

Completed in 6 milliseconds