Home
last modified time | relevance | path

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

/optee_os/core/include/tee/
H A Dtee_obj.h38 struct tee_obj *tee_obj_alloc(void);
/optee_os/core/tee/
H A Dtee_obj.c74 struct tee_obj *tee_obj_alloc(void) in tee_obj_alloc() function
H A Dtee_svc_storage.c204 o = tee_obj_alloc(); in syscall_storage_obj_open()
393 o = tee_obj_alloc(); in syscall_storage_obj_create()
662 o = tee_obj_alloc(); in syscall_storage_next_enum()
H A Dtee_svc_cryp.c1665 o = tee_obj_alloc(); in syscall_cryp_obj_alloc()