Description
Manufacturing token handling for the bootloader.
Functions |
|
const uint8_t * | btl_getSignedBootloaderKeyXPtr (void) |
const uint8_t * | btl_getSignedBootloaderKeyYPtr (void) |
const uint8_t * | btl_getImageFileEncryptionKeyPtr (void) |
Function Documentation
const uint8_t* btl_getSignedBootloaderKeyXPtr | ( | void |
|
) |
Get the X component of the ECDSA secp256r1 public key.
- Returns
- Pointer to X component of the public key
const uint8_t* btl_getSignedBootloaderKeyYPtr | ( | void |
|
) |
Get the Y component of the ECDSA secp256r1 public key.
- Returns
- Pointer to Y component of the public key
const uint8_t* btl_getImageFileEncryptionKeyPtr | ( | void |
|
) |
Get the AES-CCM encryption key.
- Returns
- Pointer to the AES-CCM key