Searched refs:tee_pobj_get (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/include/tee/ |
A D | tee_pobj.h | 34 TEE_Result tee_pobj_get(TEE_UUID *uuid, void *obj_id, uint32_t obj_id_len,
|
/optee_os-3.20.0/core/tee/ |
A D | tee_pobj.c | 60 TEE_Result tee_pobj_get(TEE_UUID *uuid, void *obj_id, uint32_t obj_id_len, in tee_pobj_get() function
|
A D | tee_svc_storage.c | 203 res = tee_pobj_get((void *)&sess->ctx->uuid, object_id, in syscall_storage_obj_open() 347 res = tee_pobj_get((void *)&sess->ctx->uuid, object_id, in syscall_storage_obj_create() 499 res = tee_pobj_get((void *)&sess->ctx->uuid, object_id, in syscall_storage_obj_rename() 649 res = tee_pobj_get(&sess->ctx->uuid, d->oid, d->oidlen, 0, in syscall_storage_next_enum()
|
/optee_os-3.20.0/core/pta/ |
A D | attestation.c | 225 res = tee_pobj_get(uuid, (void *)obj_id, obj_id_len, flags, false, fops, in sec_storage_obj_read() 269 res = tee_pobj_get(uuid, (void *)obj_id, obj_id_len, flags, false, in sec_storage_obj_write()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | stmm_sp.c | 666 res = tee_pobj_get(&sess->ctx->uuid, obj_id, obj_id_len, flags, in sec_storage_obj_read() 725 res = tee_pobj_get(&sess->ctx->uuid, obj_id, obj_id_len, flags, in sec_storage_obj_write()
|
Completed in 7 milliseconds