Lines Matching refs:software
20 …order for secure boot to function, because critical data is stored (non-software-accessible) in Ef…
26 - Both stages of the boot process (initial software bootloader load, and subsequent partition & app…
37 …software bootloader image is built by esp-idf with secure boot support enabled and the public key …
39 4. On first boot, the software bootloader follows the following process to enable secure boot:
44 …- Bootloader permanently enables secure boot by burning the ABS_DONE_0 efuse. The software bootloa…
46 …rmed entirely by hardware, and the calculated digest is not readable by software. For technical de…
48 6. When running in secure boot mode, the software bootloader uses the secure boot signing key (the …
55 …ble`). The Efuse holding this key is read & write protected (preventing software access) before se…
67 …signature verification but not signature creation) is compiled into the software bootloader and us…
105 8. Reset the {IDF_TARGET_NAME} and it will boot the software bootloader you flashed. The software b…
111 … boot hardware will verify the software bootloader has not changed (using the secure bootloader ke…
199 The first stage of secure boot verification (checking the software bootloader) is done via hardware…
203 …events software access. For full details of this algorithm see `Secure Bootloader Digest Algorithm…
205 … returns a true/false comparison without making the digest available to software. This function is…