Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtadb.c30 struct tee_tadb_dir { struct
59 struct tee_tadb_dir *db;
67 struct tee_tadb_dir *db;
77 static struct tee_tadb_dir *tadb_db;
143 static TEE_Result maybe_grow_files(struct tee_tadb_dir *db, int idx) in maybe_grow_files()
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()
193 static TEE_Result read_ent(struct tee_tadb_dir *db, size_t idx, in read_ent()
205 static TEE_Result write_ent(struct tee_tadb_dir *db, size_t idx, in write_ent()
[all …]