Searched refs:dataSize (Results 1 – 8 of 8) sorted by relevance
152 o->info.dataSize = size - sizeof(head) - head.attr_size; in tee_svc_storage_read_head()301 o->info.dataSize = len; in tee_svc_storage_init_file()439 len = o->info.dataSize; in syscall_storage_obj_del()776 if (o->info.dataPosition > o->info.dataSize) in syscall_storage_obj_write()777 o->info.dataSize = o->info.dataPosition; in syscall_storage_obj_write()821 o->info.dataSize = len; in syscall_storage_obj_trunc()860 if (ADD_OVERFLOW(o->info.dataSize, offset, &new_pos)) in syscall_storage_obj_seek()
498 attr = TEE_Malloc(info.dataSize, TEE_MALLOC_FILL_ZERO); in load_persistent_object_attributes()504 res = TEE_ReadObjectData(hdl, attr, info.dataSize, &read_bytes); in load_persistent_object_attributes()517 if (read_bytes != info.dataSize) { in load_persistent_object_attributes()519 read_bytes, info.dataSize); in load_persistent_object_attributes()
51 objectInfo->dataSize = 0; in TEE_GetObjectInfo()744 ((uint32_t)offset + info.dataSize > TEE_DATA_MAX_POSITION || in TEE_SeekObjectData()745 (uint32_t)offset + info.dataSize < info.dataSize)) { in TEE_SeekObjectData()
94 uint32_t dataSize; member
Completed in 12 milliseconds