Searched refs:tee_tadb_dir (Results 1 – 1 of 1) sorted by relevance
30 struct tee_tadb_dir { struct59 struct tee_tadb_dir *db;67 struct tee_tadb_dir *db;77 static struct tee_tadb_dir *tadb_db;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()213 static TEE_Result tadb_open(struct tee_tadb_dir **db_ret) in tadb_open()216 struct tee_tadb_dir *db = calloc(1, sizeof(*db)); in 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()[all …]
Completed in 3 milliseconds