Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_rpmb_fs.c110 struct rpmb_file_handle { struct
1955 static void dump_fh(struct rpmb_file_handle *fh) in dump_fh()
1963 static void dump_fh(struct rpmb_file_handle *fh __unused) in dump_fh()
2013 static struct rpmb_file_handle *alloc_file_handle(struct tee_pobj *po, in alloc_file_handle()
2016 struct rpmb_file_handle *fh = NULL; in alloc_file_handle()
2018 fh = calloc(1, sizeof(struct rpmb_file_handle)); in alloc_file_handle()
2032 static TEE_Result write_fat_entry(struct rpmb_file_handle *fh) in write_fat_entry()
2070 struct rpmb_file_handle *fh = NULL; in rpmb_fs_setup()
2201 static TEE_Result read_fat(struct rpmb_file_handle *fh, tee_mm_pool_t *p) in read_fat()
2209 struct rpmb_file_handle last_fh; in read_fat()
[all …]