Lines Matching refs:signature
127 … image being booted, see the section [MCUboot image signature verification](#mcuboot-image-signatu…
161 …ip flash memory, so to ensure a security chain along with MCUboot image signature verification, th…
163 ## [MCUboot image signature verification](#mcuboot-image-signature-verification)
219 …ed code will be executed on the device. This is done through bootloader signature checking by the …
293 … uses a signature block appended to the bootloader image in order to verify the authenticity. The …
307 2. ROM bootloader verifies the bootloader's signature block integrity (magic number and CRC). Inter…
309 3.1. Compare the SHA-256 hash digest of the public key embedded in the bootloader’s signature block…
310 3.2. Generate the application image digest and match it with the image digest in the signature bloc…
311 3.3. Use the public key to verify the signature of the bootloader image, using RSA-PSS with the ima…
470 Using the 3 features, Secure Boot, Image signature verification and Flash Encryption, a Security Ch…
473 1. ROM bootloader validates the MCUboot bootloader using RSA signature verification.