for (i=0; i<cant_reg; i++){
memcpy(&tam_reg, bloque+sizeof(EMUFS_REG_ID), sizeof(EMUFS_REG_SIZE));
keys->claves[i] = emufs_indice_generar_clave(emu->indices, bloque+sizeof(EMUFS_TIPO1_REG_HEADER));
bloque += tam_reg+sizeof(EMUFS_TIPO1_REG_HEADER);
}
for (i=0; i<cant_reg; i++){
memcpy(&tam_reg, bloque+sizeof(EMUFS_REG_ID), sizeof(EMUFS_REG_SIZE));
keys->claves[i] = emufs_indice_generar_clave(emu->indices, bloque+sizeof(EMUFS_TIPO1_REG_HEADER));
bloque += tam_reg+sizeof(EMUFS_TIPO1_REG_HEADER);
}