We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c753791 commit 48da0e1Copy full SHA for 48da0e1
src/keytypes/trusted.rs
@@ -89,9 +89,9 @@ pub struct TrustedOptions {
89
pub keyauth: Option<[u8; 20]>,
90
/// The authorization for sealing data.
91
pub blobauth: Option<[u8; 20]>,
92
- // TODO: What is this?
+ /// Platform Configuration Register (PCR) data.
93
pub pcrinfo: Option<Vec<u8>>,
94
- /// The PCR in the TPM to extend and lock the key.
+ /// The PCR number in the TPM to extend and lock the key.
95
///
96
/// Only makes sense during a `Load` operation.
97
pub pcrlock: Option<u32>,
0 commit comments