Expand description
Default keys used to sign and verify images/ partition tables.
Structs§
- Const
KeyPair - Represents a pair of cryptographic keys: a private key and a public key.
Constants§
- APP_
DEFAULT_ USER_ KEY2 - Default second key used in the application subimage.
- BOOT_
DEFAULT_ USER_ KEY1 - Default first key used in the boot image.
- DEFAULT_
IV - The default Initialization Vector (IV) used for encryption/decryption operations.
- DEFAULT_
VALID_ PATTERN - FLASH_
PATTERN - Default flash calibration pattern used in flash
- HASH_
KEY - The default hash key used to generate signatures for the partition table.
- KEY_
PAIR_ 000 - Default cryptographic key pair for general use in encryption/decryption images.
- KEY_
PAIR_ 001 - Default hash key pair used for hashing operations (not seen).
- KEY_
PAIR_ 002 - Unused key pair; not seen
- KEY_
PAIR_ 003 - Default key pair used for firmware signature generation (used in OTA operations).
- XIP_IV
- Default IV used for encrypting/decrypting XIP section data.
- XIP_KEY
- Default AES encryption key used for encrypting/decrypting XIP section data.