Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/tee/
A Dtee_pobj.h14 struct tee_pobj { struct
15 TAILQ_ENTRY(tee_pobj) link;
37 struct tee_pobj **obj); argument
39 void tee_pobj_create_final(struct tee_pobj *obj);
41 TEE_Result tee_pobj_release(struct tee_pobj *obj);
43 TEE_Result tee_pobj_rename(struct tee_pobj *obj, void *obj_id,
A Dtee_fs.h26 struct tee_pobj;
32 TEE_Result (*open)(struct tee_pobj *po, size_t *size,
34 TEE_Result (*create)(struct tee_pobj *po, bool overwrite,
44 TEE_Result (*rename)(struct tee_pobj *old_po, struct tee_pobj *new_po,
46 TEE_Result (*remove)(struct tee_pobj *po);
A Dtee_obj.h23 struct tee_pobj *pobj; /* ptr to persistant object */
/optee_os-3.20.0/core/tee/
A Dtee_pobj.c12 static TAILQ_HEAD(tee_pobjs, tee_pobj) tee_pobjs =
63 struct tee_pobj **obj) in tee_pobj_get()
66 struct tee_pobj *o = NULL; in tee_pobj_get()
98 o = calloc(1, sizeof(struct tee_pobj)); in tee_pobj_get()
134 void tee_pobj_create_final(struct tee_pobj *po) in tee_pobj_create_final()
142 TEE_Result tee_pobj_release(struct tee_pobj *obj) in tee_pobj_release()
159 TEE_Result tee_pobj_rename(struct tee_pobj *obj, void *obj_id, in tee_pobj_rename()
A Dsub.mk46 srcs-y += tee_pobj.c
A Dtee_ree_fs.c617 static TEE_Result ree_fs_open(struct tee_pobj *po, size_t *size, in ree_fs_open()
657 struct tee_fs_fd *fdp, struct tee_pobj *po, in set_name()
705 static TEE_Result ree_fs_create(struct tee_pobj *po, bool overwrite, in ree_fs_create()
804 static TEE_Result ree_fs_rename(struct tee_pobj *old, struct tee_pobj *new, in ree_fs_rename()
858 static TEE_Result ree_fs_remove(struct tee_pobj *po) in ree_fs_remove()
A Dtee_rpmb_fs.c1925 static TEE_Result create_filename(void *buf, size_t blen, struct tee_pobj *po, in create_filename()
1969 static struct rpmb_file_handle *alloc_file_handle(struct tee_pobj *po, in alloc_file_handle()
2614 static TEE_Result rpmb_fs_remove(struct tee_pobj *po) in rpmb_fs_remove()
2632 static TEE_Result rpmb_fs_rename_internal(struct tee_pobj *old, in rpmb_fs_rename_internal()
2633 struct tee_pobj *new, in rpmb_fs_rename_internal()
2694 static TEE_Result rpmb_fs_rename(struct tee_pobj *old, struct tee_pobj *new, in rpmb_fs_rename()
2954 static TEE_Result rpmb_fs_open(struct tee_pobj *po, size_t *size, in rpmb_fs_open()
2979 static TEE_Result rpmb_fs_create(struct tee_pobj *po, bool overwrite, in rpmb_fs_create()
A Dtee_svc_storage.c179 struct tee_pobj *po = NULL; in syscall_storage_obj_open()
325 struct tee_pobj *po = NULL; in syscall_storage_obj_create()
462 struct tee_pobj *po = NULL; in syscall_storage_obj_rename()
A Dtadb.c217 struct tee_pobj po = { in tadb_open()
/optee_os-3.20.0/core/pta/
A Dattestation.c214 struct tee_pobj *po = NULL; in sec_storage_obj_read()
260 struct tee_pobj *po = NULL; in sec_storage_obj_write()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dstmm_sp.c646 struct tee_pobj *po = NULL; in sec_storage_obj_read()
707 struct tee_pobj *po = NULL; in sec_storage_obj_write()
/optee_os-3.20.0/core/kernel/
A Dree_fs_ta.c97 struct tee_pobj pobj = { in check_update_version()

Completed in 21 milliseconds