Searched refs:object_id (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/include/tee/ |
| H A D | tee_svc_storage.h | 18 TEE_Result syscall_storage_obj_open(unsigned long storage_id, void *object_id, 22 TEE_Result syscall_storage_obj_create(unsigned long storage_id, void *object_id, 29 TEE_Result syscall_storage_obj_rename(unsigned long obj, void *object_id,
|
| /optee_os/core/tee/ |
| H A D | tee_svc_storage.c | 162 TEE_Result syscall_storage_obj_open(unsigned long storage_id, void *object_id, in syscall_storage_obj_open() argument 193 res = bb_memdup_user_private(object_id, object_id_len, &oid_bbuf); in syscall_storage_obj_open() 309 TEE_Result syscall_storage_obj_create(unsigned long storage_id, void *object_id, in syscall_storage_obj_create() argument 339 object_id = memtag_strip_tag(object_id); in syscall_storage_obj_create() 346 res = bb_memdup_user_private(object_id, object_id_len, &oid_bbuf); in syscall_storage_obj_create() 475 TEE_Result syscall_storage_obj_rename(unsigned long obj, void *object_id, in syscall_storage_obj_rename() argument 510 res = bb_memdup_user_private(object_id, object_id_len, &oid_bbuf); in syscall_storage_obj_rename()
|
| /optee_os/lib/libutee/include/ |
| H A D | utee_syscalls.h | 166 const void *object_id, size_t object_id_len, 174 const void *object_id,
|