Searched refs:read_bytes (Results 1 – 1 of 1) sorted by relevance
475 uint32_t read_bytes = 0; in load_persistent_object_attributes() local504 res = TEE_ReadObjectData(hdl, attr, info.dataSize, &read_bytes); in load_persistent_object_attributes()514 read_bytes, res); 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()
Completed in 5 milliseconds