Searched refs:spi_boot_crypt_cnt (Results 1 – 4 of 4) sorted by relevance
156 static esp_err_t encrypt_flash_contents(uint32_t spi_boot_crypt_cnt, bool flash_crypt_wr_dis) in encrypt_flash_contents() argument164 if (flash_crypt_wr_dis || spi_boot_crypt_cnt == EFUSE_SPI_BOOT_CRYPT_CNT) { in encrypt_flash_contents()165 …nnot re-encrypt data SPI_BOOT_CRYPT_CNT 0x%02x write disabled %d", spi_boot_crypt_cnt, flash_crypt… in encrypt_flash_contents()169 if (spi_boot_crypt_cnt == 0) { in encrypt_flash_contents()201 int ffs_inv = __builtin_ffs((~spi_boot_crypt_cnt) & 0x7); in encrypt_flash_contents()204 …LOGD(TAG, "SPI_BOOT_CRYPT_CNT 0x%x -> 0x%x", spi_boot_crypt_cnt, new_spi_boot_crypt_cnt + spi_boot… in encrypt_flash_contents()
62 uint32_t spi_boot_crypt_cnt: 3; member151 uint32_t spi_boot_crypt_cnt: 3; member
51 …uint32_t spi_boot_crypt_cnt: 3; /*Set this bit to enable SPI boot encrypt/dec… member132 … uint32_t spi_boot_crypt_cnt: 3; /*The value of SPI_BOOT_CRYPT_CNT.*/ member
51 …uint32_t spi_boot_crypt_cnt: 3; /*Set this bit to enable SPI boot encrypt/dec… member135 … uint32_t spi_boot_crypt_cnt: 3; /*The value of SPI_BOOT_CRYPT_CNT.*/ member