Searched refs:dataSize (Results 1 – 6 of 6) sorted by relevance
99 size_t dataSize; member115 uint32_t dataSize; member
70 objectInfo->dataSize = 0; in TEE_GetObjectInfo()78 objectInfo->dataSize = info.data_size; in TEE_GetObjectInfo()99 objectInfo->dataSize = 0; in __GP11_TEE_GetObjectInfo()107 objectInfo->dataSize = info.data_size; in __GP11_TEE_GetObjectInfo()130 objectInfo->dataSize = info.data_size; in TEE_GetObjectInfo1()154 objectInfo->dataSize = info.data_size; in __GP11_TEE_GetObjectInfo1()834 objectInfo->dataSize = info.data_size; in TEE_GetNextPersistentObject()876 objectInfo->dataSize = info.data_size; in __GP11_TEE_GetNextPersistentObject()
30 len = o->info.dataSize; in crypto_storage_obj_del()
150 o->info.dataSize = size - sizeof(head) - head.attr_size; in tee_svc_storage_read_head()303 o->info.dataSize = len; in tee_svc_storage_init_file()683 .data_size = o->info.dataSize, in syscall_storage_next_enum()813 if (o->info.dataPosition > o->info.dataSize) in syscall_storage_obj_write()814 o->info.dataSize = o->info.dataPosition; in syscall_storage_obj_write()865 o->info.dataSize = len; in syscall_storage_obj_trunc()904 if (ADD_OVERFLOW(o->info.dataSize, offset, &new_pos)) in syscall_storage_obj_seek()
1196 o_info.data_size = o->info.dataSize; in syscall_cryp_obj_get_info()
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()