Searched refs:dataPosition (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/tee/ |
A D | tee_svc_storage.c | 667 .data_pos = o->info.dataPosition, in syscall_storage_next_enum() 713 if (ADD_OVERFLOW(o->info.dataPosition, len, &pos_tmp)) { in syscall_storage_obj_read() 726 if (ADD_OVERFLOW(o->ds_pos, o->info.dataPosition, &pos_tmp)) { in syscall_storage_obj_read() 739 o->info.dataPosition += bytes; in syscall_storage_obj_read() 770 if (ADD_OVERFLOW(o->info.dataPosition, len, &pos_tmp)) { in syscall_storage_obj_write() 782 if (ADD_OVERFLOW(o->ds_pos, o->info.dataPosition, &pos_tmp)) { in syscall_storage_obj_write() 795 o->info.dataPosition += len; in syscall_storage_obj_write() 796 if (o->info.dataPosition > o->info.dataSize) in syscall_storage_obj_write() 797 o->info.dataSize = o->info.dataPosition; in syscall_storage_obj_write() 876 if (ADD_OVERFLOW(o->info.dataPosition, offset, &new_pos)) in syscall_storage_obj_seek() [all …]
|
A D | tee_svc_cryp.c | 1128 o_info.data_pos = o->info.dataPosition; in syscall_cryp_obj_get_info()
|
/optee_os-3.20.0/core/drivers/crypto/se050/core/ |
A D | storage.c | 41 ret = o->pobj->fops->read(o->fh, o->info.dataPosition, data, &len); in crypto_storage_obj_del()
|
/optee_os-3.20.0/lib/libutee/include/ |
A D | tee_api_types.h | 95 uint32_t dataPosition; member
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_objects.c | 53 objectInfo->dataPosition = 0; in TEE_GetObjectInfo() 61 objectInfo->dataPosition = info.data_pos; in TEE_GetObjectInfo() 83 objectInfo->dataPosition = info.data_pos; in TEE_GetObjectInfo1() 628 objectInfo->dataPosition = info.data_pos; in TEE_GetNextPersistentObject()
|
Completed in 13 milliseconds