diff options
author | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
---|---|---|
committer | Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> | 2023-10-10 14:33:42 +0000 |
commit | af1a266670d040d2f4083ff309d732d648afba2a (patch) | |
tree | 2fc46203448ddcc6f81546d379abfaeb323575e9 /roms/skiboot/libstb/tss2/ibmtpm20tss/utils/man/man1/tsspolicymakerpcr.1 | |
parent | e02cda008591317b1625707ff8e115a4841aa889 (diff) |
Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec
Diffstat (limited to 'roms/skiboot/libstb/tss2/ibmtpm20tss/utils/man/man1/tsspolicymakerpcr.1')
-rw-r--r-- | roms/skiboot/libstb/tss2/ibmtpm20tss/utils/man/man1/tsspolicymakerpcr.1 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/man/man1/tsspolicymakerpcr.1 b/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/man/man1/tsspolicymakerpcr.1 new file mode 100644 index 000000000..a4f5d0912 --- /dev/null +++ b/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/man/man1/tsspolicymakerpcr.1 @@ -0,0 +1,29 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6. +.TH POLICYMAKERPCR "1" "March 2020" "policymakerpcr 1.3" "User Commands" +.SH NAME +policymakerpcr \- Runs TPM2 policymakerpcr +.SH DESCRIPTION +policymakerpcr +.PP +Creates a policyPCR term suitable for input to policymaker (hex ascii) +.PP +Assumes that the byte mask and PCR values are consistent +.TP +[\-halg +hash algorithm (sha1 sha256 sha384 sha512) (default sha256)] +.TP +\fB\-bm\fR +pcr byte mask in hex, big endian +.IP +e.g. 010000 selects PCR 16 +e.g. ffffff selects all 24 PCRs +.HP +\fB\-if\fR input file \- PCR values, hex ascii, one per line, 24 max +.IP +required unless pcr mask is 0 +.TP +[\-of +output file \- policy hash in binary] +.TP +[\-pr +stdout \- policy hash in hex ascii] |