Home
last modified time | relevance | path

Searched refs:spi_boot_crypt_cnt (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/bootloader_support/src/esp32h2/
Dflash_encrypt.c156 static esp_err_t encrypt_flash_contents(uint32_t spi_boot_crypt_cnt, bool flash_crypt_wr_dis) in encrypt_flash_contents() argument
164 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()
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Defuse_struct.h62 uint32_t spi_boot_crypt_cnt: 3; member
151 uint32_t spi_boot_crypt_cnt: 3; member
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Defuse_struct.h51 …uint32_t spi_boot_crypt_cnt: 3; /*Set this bit to enable SPI boot encrypt/dec… member
132 … uint32_t spi_boot_crypt_cnt: 3; /*The value of SPI_BOOT_CRYPT_CNT.*/ member
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Defuse_struct.h51 …uint32_t spi_boot_crypt_cnt: 3; /*Set this bit to enable SPI boot encrypt/dec… member
135 … uint32_t spi_boot_crypt_cnt: 3; /*The value of SPI_BOOT_CRYPT_CNT.*/ member