Searched defs:fh (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/tee/ |
| H A D | tee_ree_fs.c | 309 static TEE_Result ree_fs_read_primitive(struct tee_file_handle *fh, size_t pos, in ree_fs_read_primitive() 382 static TEE_Result ree_fs_read(struct tee_file_handle *fh, size_t pos, in ree_fs_read() 394 static TEE_Result ree_fs_write_primitive(struct tee_file_handle *fh, size_t pos, in ree_fs_write_primitive() 426 struct tee_file_handle **fh) in ree_fs_open_primitive() 468 static void ree_fs_close_primitive(struct tee_file_handle *fh) in ree_fs_close_primitive() 479 static TEE_Result ree_dirf_commit_writes(struct tee_file_handle *fh, in ree_dirf_commit_writes() 493 static TEE_Result dirf_read(struct tee_file_handle *fh, size_t pos, void *buf, in dirf_read() 499 static TEE_Result dirf_write(struct tee_file_handle *fh, size_t pos, in dirf_write() 708 struct tee_file_handle **fh) in ree_fs_open() 783 static void ree_fs_close(struct tee_file_handle **fh) in ree_fs_close() [all …]
|
| H A D | tee_rpmb_fs.c | 1955 static void dump_fh(struct rpmb_file_handle *fh) in dump_fh() 2016 struct rpmb_file_handle *fh = NULL; in alloc_file_handle() local 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() local 2201 static TEE_Result read_fat(struct rpmb_file_handle *fh, tee_mm_pool_t *p) in read_fat() 2338 static TEE_Result rpmb_fs_open_internal(struct rpmb_file_handle *fh, in rpmb_fs_open_internal() 2410 struct rpmb_file_handle *fh = (struct rpmb_file_handle *)*tfh; in rpmb_fs_close() local 2420 struct rpmb_file_handle *fh = (struct rpmb_file_handle *)tfh; in rpmb_fs_read() local 2472 static TEE_Result update_write_helper(struct rpmb_file_handle *fh, in update_write_helper() 2544 static TEE_Result rpmb_fs_write_primitive(struct rpmb_file_handle *fh, in rpmb_fs_write_primitive() [all …]
|
| H A D | tee_obj.c | 58 struct tee_file_handle *fh = NULL; in tee_obj_verify() local
|
| H A D | fs_dirfile.c | 16 struct tee_file_handle *fh; member
|
| H A D | tadb.c | 32 struct tee_file_handle *fh; member
|
| /optee_os/core/include/tee/ |
| H A D | tee_obj.h | 24 struct tee_file_handle *fh; member
|
| /optee_os/core/pta/ |
| H A D | attestation.c | 219 struct tee_file_handle *fh = NULL; in sec_storage_obj_read() local 264 struct tee_file_handle *fh = NULL; in sec_storage_obj_write() local
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | stmm_sp.c | 680 struct tee_file_handle *fh = NULL; in sec_storage_obj_read() local 732 struct tee_file_handle *fh = NULL; in sec_storage_obj_write() local
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | aesni.c | 196 __m128i fh = _mm_slli_epi64(dx, 62); // d<<62:stuff in gcm_mix() local
|
| /optee_os/core/kernel/ |
| H A D | ree_fs_ta.c | 92 struct tee_file_handle *fh = NULL; in check_update_version() local
|