forked from tpm2-software/tpm2-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rc-decode: Add tables mapping TPM_RC codes to human readable strings.
This includes functions to look them up as well as unit tests to ensure the lookup functions work as expected. Signed-off-by: Philip Tricca <[email protected]>
- Loading branch information
Showing
5 changed files
with
1,148 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,3 +53,4 @@ src/tpm2_loadexternal | |
src/tpm2_getmanufec | ||
test-driver | ||
test/tpm2-rc-decode_unit | ||
test/tpm2-rc-entry_unit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.