Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/tee/
A Dtee_svc_storage.c667 .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 Dtee_svc_cryp.c1128 o_info.data_pos = o->info.dataPosition; in syscall_cryp_obj_get_info()
/optee_os-3.20.0/core/drivers/crypto/se050/core/
A Dstorage.c41 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 Dtee_api_types.h95 uint32_t dataPosition; member
/optee_os-3.20.0/lib/libutee/
A Dtee_api_objects.c53 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 14 milliseconds