We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5299266 commit 27a66f6Copy full SHA for 27a66f6
initrd/bin/tpmr
@@ -101,7 +101,7 @@ is_hash() {
101
102
# extend_pcr_state - extend a PCR state value with more hashes or raw data (which is hashed)
103
# usage:
104
-# extend_pcr_state <alg> <initial_state> <files/hashes...>
+# extend_pcr_state <alg> <state> <files/hashes...>
105
# alg - either 'sha1' or 'sha256' to specify algorithm
106
# state - a hash value setting the initial state
107
# files/hashes... - any number of files or hashes, state is extended once for each item
0 commit comments