|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Baked RoT-signed image fixture (body + ra8_rot_trailer_t). More...
#include <stdint.h>Go to the source code of this file.
Enumerations | |
| enum | : uint32_t { k_rot_fixture_body_len = 66U } |
| Length of the signed body (bytes the digest covers). More... | |
Variables | |
| static const uint8_t | k_rot_fixture_image [182] |
| Signed image: 66-byte body followed by the 116-byte trailer. | |
Baked RoT-signed image fixture (body + ra8_rot_trailer_t).
Generated by scripts/secrets/rot_sign.py with the project RoT signing key (public half provisioned in libs/ra8_dfu/src/ra8_rot.c). Regenerate with: printf '...' > body.bin && \ scripts/secrets/rot_sign.py sign –key ~/ra8d2-rot-signing-key.pem –image body.bin \ –out signed.bin –img-version 1 DO NOT EDIT BY HAND.
Definition in file rot_fixture.h.
| anonymous enum : uint32_t |
Length of the signed body (bytes the digest covers).
| Enumerator | |
|---|---|
| k_rot_fixture_body_len | Rot fixture body length. |
Definition at line 20 of file rot_fixture.h.
|
static |
Signed image: 66-byte body followed by the 116-byte trailer.
Definition at line 23 of file rot_fixture.h.
Referenced by rot_genuine_ok(), and rot_tamper_rejected().