Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/tee/
A Dtee_svc_storage.h16 TEE_Result syscall_storage_obj_open(unsigned long storage_id, void *object_id,
20 TEE_Result syscall_storage_obj_create(unsigned long storage_id, void *object_id,
27 TEE_Result syscall_storage_obj_rename(unsigned long obj, void *object_id,
/optee_os-3.20.0/core/tee/
A Dtee_svc_storage.c195 object_id = memtag_strip_tag(object_id); in syscall_storage_obj_open()
198 (uaddr_t)object_id, object_id_len); in syscall_storage_obj_open()
203 res = tee_pobj_get((void *)&sess->ctx->uuid, object_id, in syscall_storage_obj_open()
337 object_id = memtag_strip_tag(object_id); in syscall_storage_obj_create()
342 (uaddr_t)object_id, object_id_len); in syscall_storage_obj_create()
347 res = tee_pobj_get((void *)&sess->ctx->uuid, object_id, in syscall_storage_obj_create()
455 TEE_Result syscall_storage_obj_rename(unsigned long obj, void *object_id, in syscall_storage_obj_rename() argument
489 object_id = memtag_strip_tag(object_id); in syscall_storage_obj_rename()
492 (uaddr_t)object_id, object_id_len); in syscall_storage_obj_rename()
499 res = tee_pobj_get((void *)&sess->ctx->uuid, object_id, in syscall_storage_obj_rename()
[all …]
/optee_os-3.20.0/lib/libutee/include/
A Dutee_syscalls.h166 const void *object_id, size_t object_id_len,
174 const void *object_id,

Completed in 5 milliseconds