diff --git a/oak_dice/src/evidence.rs b/oak_dice/src/evidence.rs index 740a98428f..7168a591f2 100644 --- a/oak_dice/src/evidence.rs +++ b/oak_dice/src/evidence.rs @@ -56,6 +56,10 @@ pub const PUBLIC_KEY_SIZE: usize = 256; /// The maximum size of a serialized CWT certificate. pub const CERTIFICATE_SIZE: usize = 1024; +/// The name of the kernel command-line parameter that is used to send the +/// physical address of the serialized attestation data. +pub const ATTESTATION_DATA_CMDLINE_PARAM: &str = "oak-attestation-data"; + /// The name of the kernel command-line parameter that is used to send the /// physical address of the Stage 0 DICE data struct. pub const DICE_DATA_CMDLINE_PARAM: &str = "oak-dice";