Searched refs:flash_crypt_cnt_wr_dis (Results 1 – 1 of 1) sorted by relevance
44 bool flash_crypt_cnt_wr_dis = esp_efuse_read_field_bit(WR_DIS_CRYPT_CNT); in esp_flash_encryption_init_checks() local45 if (!flash_crypt_cnt_wr_dis) { in esp_flash_encryption_init_checks()113 bool flash_crypt_cnt_wr_dis = false; in esp_get_flash_encryption_mode() local119 flash_crypt_cnt_wr_dis = esp_efuse_read_field_bit(WR_DIS_CRYPT_CNT); in esp_get_flash_encryption_mode()120 if (!flash_crypt_cnt_wr_dis) { in esp_get_flash_encryption_mode()124 flash_crypt_cnt_wr_dis = true; in esp_get_flash_encryption_mode()128 if (flash_crypt_cnt_wr_dis) { in esp_get_flash_encryption_mode()