Searched refs:verified (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-latest/components/bootloader_support/src/secure_boot_v2/ |
D | secure_boot.c | 113 …bool verified = ets_rsa_pss_verify(&block->key, block->signature, image_digest, temp_verified_dige… in s_calculate_image_public_key_digests() local 115 …bool verified = ets_ecdsa_verify(&block->ecdsa.key.point[0], block->ecdsa.signature, block->ecdsa.… in s_calculate_image_public_key_digests() local 118 if (!verified) { in s_calculate_image_public_key_digests()
|
D | secure_boot_signatures_app.c | 94 …bool verified = ets_rsa_pss_verify(&block.key, block.signature, image_digest, temp_verified_digest… in calculate_image_public_key_digests() local 96 …bool verified = ets_ecdsa_verify(&block.ecdsa.key.point[0], block.ecdsa.signature, block.ecdsa.key… in calculate_image_public_key_digests() local 98 if (!verified) { in calculate_image_public_key_digests()
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | flashing-firmware.rst | 96 Hash of data verified. 99 Hash of data verified. 102 Hash of data verified.
|
/hal_espressif-latest/components/esp_phy/ |
D | Kconfig | 41 it cannot be verified successfully to avoid endless bootloops.
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble.c | 2385 BOOLEAN verified = FALSE; local 2402 verified = TRUE; 2406 return verified;
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 384 is read from flash and verified which takes up a significant portion of the boot time. 628 …If this option is set, any OTA updated apps will have the signature verified before being consider… 647 …table or boot an app if the data has a verified digital signature. There are implications for refl… 694 …digest is generated from the bootloader image itself. This digest will be verified on each subsequ…
|
/hal_espressif-latest/components/spi_flash/ |
D | Kconfig | 127 back and verified. This can catch hardware problems with SPI flash, or flash which
|
/hal_espressif-latest/components/esp_rom/esp32/ld/ |
D | esp32.rom.ld | 1497 /* These are still part of that driver, but have been verified not to use static RAM, so they can b…
|