Home
last modified time | relevance | path

Searched refs:storage_id (Results 1 – 6 of 6) 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,
40 unsigned long storage_id);
A Dtee_fs.h77 tee_svc_storage_file_ops(uint32_t storage_id) in tee_svc_storage_file_ops() argument
79 switch (storage_id) { in tee_svc_storage_file_ops()
/optee_os-3.20.0/lib/libutee/include/
A Dutee_syscalls.h165 TEE_Result _utee_storage_obj_open(unsigned long storage_id,
173 TEE_Result _utee_storage_obj_create(unsigned long storage_id,
199 unsigned long storage_id);
/optee_os-3.20.0/core/tee/
A Dtee_svc_storage.c165 TEE_Result syscall_storage_obj_open(unsigned long storage_id, void *object_id, in syscall_storage_obj_open() argument
175 tee_svc_storage_file_ops(storage_id); in syscall_storage_obj_open()
308 TEE_Result syscall_storage_obj_create(unsigned long storage_id, void *object_id, in syscall_storage_obj_create() argument
320 tee_svc_storage_file_ops(storage_id); in syscall_storage_obj_create()
578 unsigned long storage_id) in syscall_storage_start_enum() argument
584 tee_svc_storage_file_ops(storage_id); in syscall_storage_start_enum()
/optee_os-3.20.0/core/pta/
A Dattestation.c205 static TEE_Result sec_storage_obj_read(TEE_UUID *uuid, uint32_t storage_id, in sec_storage_obj_read() argument
218 fops = tee_svc_storage_file_ops(storage_id); in sec_storage_obj_read()
250 static TEE_Result sec_storage_obj_write(TEE_UUID *uuid, uint32_t storage_id, in sec_storage_obj_write() argument
262 fops = tee_svc_storage_file_ops(storage_id); in sec_storage_obj_write()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dstmm_sp.c636 static TEE_Result sec_storage_obj_read(unsigned long storage_id, char *obj_id, in sec_storage_obj_read() argument
650 fops = tee_svc_storage_file_ops(storage_id); in sec_storage_obj_read()
696 static TEE_Result sec_storage_obj_write(unsigned long storage_id, char *obj_id, in sec_storage_obj_write() argument
709 fops = tee_svc_storage_file_ops(storage_id); in sec_storage_obj_write()

Completed in 8 milliseconds