| // This file was extracted from the TCG Published |
| // Trusted Platform Module Library |
| // Level 00 Revision 01.16 |
| #include "InternalRoutines.h" |
| #include "GetTestResult_fp.h" |
| // In the reference implementation, this function is only reachable if the TPM is not in failure mode meaning |
| // that all tests that have been run have completed successfully. There is not test data and the test result is |
| GetTestResult_Out *out // OUT: output parameter list |
| // Call incremental self test function in crypt module |
| out->testResult = CryptGetTestResult(&out->outData); |