Home
last modified time | relevance | path

Searched refs:verify (Results 1 – 15 of 15) sorted by relevance

/mcuboot-latest/docs/release-notes.d/
Dbootutil-image-verification.md1 - Changed bootutil's order of events to verify the image header
/mcuboot-latest/scripts/imgtool/keys/
Decdsa.py175 def verify(self, signature, payload): member in ECDSA256P1Public
181 return k.verify(signature=signature, data=payload,
248 def verify(self, signature, payload): member in ECDSA384P1Public
254 return k.verify(signature=signature, data=payload,
Decdsa_test.py107 k.key.public_key().verify(
114 k.key.public_key().verify,
Ded25519_test.py111 k.key.public_key().verify(signature=sig, data=digest)
118 k.key.public_key().verify,
Drsa_test.py120 k.key.public_key().verify(
128 k.key.public_key().verify,
Drsa.py76 def verify(self, signature, payload): member in RSAPublic
80 return k.verify(signature=signature, data=payload,
Ded25519.py69 return k.verify(signature=signature, data=digest)
Dx25519.py119 return k.verify(signature=signature, data=digest)
/mcuboot-latest/scripts/imgtool/
Dmain.py227 def verify(key, imgfile): function
229 ret, version, digest, signature = image.Image.verify(imgfile, key)
619 imgtool.add_command(verify)
Dimage.py800 def verify(imgfile, key): member in Image
868 key.verify(tlv_sig, payload)
/mcuboot-latest/docs/
Dcompression_format.md171 This program demonstrates how to independently verify the integrity and
Dreadme-espressif.md208 MCUboot will then verify and compare the new image version number with the current one before
410 Secure boot uses a signature block appended to the bootloader image in order to verify the
417 1. On startup, since it is the first boot, the ROM bootloader will not verify the bootloader image
426 will verify the MCUboot bootloader image. The process of an usual boot:
437 3. Use the public key to verify the signature of the bootloader image, using RSA-PSS with the
Dimgtool.md21 should match what MCUboot is configured to verify.
Drelease-notes.md257 - imgtool: Print image digest during verify.
/mcuboot-latest/boot/mbed/
Dmcuboot_imgtool.cmake95 …NING_KEY_ABSPATH} # this specifies the file containing the keys used to sign/verify the application