From 1450f85adaff5c9f7e7585b0db3bfa6e94d55e5c Mon Sep 17 00:00:00 2001 From: Steffen Eiden Date: Tue, 30 Jan 2024 12:55:24 +0100 Subject: [PATCH] rust/pv: Fix documentation issue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the missing plaintext flags to the request description. Reviewed-by: Marc Hartmayer Signed-off-by: Steffen Eiden Signed-off-by: Jan Höppner --- rust/pv/src/uvsecret/asrcb.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/pv/src/uvsecret/asrcb.rs b/rust/pv/src/uvsecret/asrcb.rs index 212fb978..515a23b9 100644 --- a/rust/pv/src/uvsecret/asrcb.rs +++ b/rust/pv/src/uvsecret/asrcb.rs @@ -150,6 +150,7 @@ impl From for RequestVersion { /// _______________________________________________________________ /// | generic header (48) /// | --------------------------------------------------- | +/// | Plaintext Add-Secret flags (8) | /// | SE header tags: PLD(64) ALD(64) TLD(64) HeaderTag(16) | /// | Configuration unique ID(16) (Attestation) | /// | Optional, defaults to 0 |