Searched refs:esp_flash_encryption (Results 1 – 1 of 1) sorted by relevance
506 spi_flash_encryption_t *esp_flash_encryption = &esp_flash_encryption_default; in spi_flash_chip_generic_write_encrypted() local514 if (esp_flash_encryption->flash_encryption_check(address, length) != true) { in spi_flash_chip_generic_write_encrypted()519 esp_flash_encryption->flash_encryption_enable(); in spi_flash_chip_generic_write_encrypted()531 … esp_flash_encryption->flash_encryption_data_prepare(address, (uint32_t *)data_bytes, block_size); in spi_flash_chip_generic_write_encrypted()537 esp_flash_encryption->flash_encryption_done(); in spi_flash_chip_generic_write_encrypted()556 esp_flash_encryption->flash_encryption_destroy(); in spi_flash_chip_generic_write_encrypted()563 esp_flash_encryption->flash_encryption_disable(); in spi_flash_chip_generic_write_encrypted()