Skip to content

Commit

Permalink
Add attestation data command-line param name
Browse files Browse the repository at this point in the history
Bug: 368024430
Bug: 360223468
Change-Id: Ia5b0ab2a40ff92e21cb47a78459d985f89cdf364
  • Loading branch information
ipetr0v committed Feb 18, 2025
1 parent 94e4f7f commit 827cb84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions oak_dice/src/evidence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 827cb84

Please sign in to comment.