Home
last modified time | relevance | path

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

/optee_os/core/tee/
H A Dtee_svc_storage.c178 void *oid_bbuf = NULL; in syscall_storage_obj_open() local
193 res = bb_memdup_user_private(object_id, object_id_len, &oid_bbuf); in syscall_storage_obj_open()
197 res = tee_pobj_get((void *)&sess->ctx->uuid, oid_bbuf, in syscall_storage_obj_open()
200 bb_free(oid_bbuf, object_id_len); in syscall_storage_obj_open()
328 void *oid_bbuf = NULL; in syscall_storage_obj_create() local
346 res = bb_memdup_user_private(object_id, object_id_len, &oid_bbuf); in syscall_storage_obj_create()
350 res = tee_pobj_get((void *)&sess->ctx->uuid, oid_bbuf, in syscall_storage_obj_create()
353 bb_free(oid_bbuf, object_id_len); in syscall_storage_obj_create()
486 void *oid_bbuf = NULL; in syscall_storage_obj_rename() local
510 res = bb_memdup_user_private(object_id, object_id_len, &oid_bbuf); in syscall_storage_obj_rename()
[all …]