Moar error codes (#32)

This commit is contained in:
Tom D 2019-05-15 12:57:08 -07:00 committed by GitHub
parent dbbcfcc4b8
commit 70c839779d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,6 +211,10 @@ var (
0x8029040A: "TPM_E_PCP_POLICY_NOT_FOUND",
0x8029040B: "TPM_E_PCP_PROFILE_NOT_FOUND",
0x8029040C: "TPM_E_PCP_VALIDATION_FAILED",
0x80090009: "NTE_BAD_FLAGS",
0x80090026: "NTE_INVALID_HANDLE",
0x80090027: "NTE_INVALID_PARAMETER",
0x80090029: "NTE_NOT_SUPPORTED",
}
)