1Tspi_TPM_GetTestResuTlCtG(3S)oftware Stack Developer's RefeTrsepnic_eTPM_GetTestResult(3)
2
3
4
6 Tspi_TPM_GetTestResult- get manufacturer specific information regarding
7 the results of a self test.
8
10 #include <tss/platform.h>
11 #include <tss/tcpa_defines.h>
12 #include <tss/tcpa_typedef.h>
13 #include <tss/tcpa_struct.h>
14 #include <tss/tss_typedef.h>
15 #include <tss/tss_structs.h>
16 #include <tss/tspi.h>
17
18 TSS_RESULT Tspi_TPM_GetTestResult(TSS_HTPM hTPM, UINT32* pulTestResultLength, BYTE** prgbTestResult);
19
20
21
23 Tspi_TPM_GetTestResult is provided by a manufacturer of a TPM to pro‐
24 vide manufacturer specific self test results.
25
27 hTPM
28 Handle of the TPM object
29
30 pulTestREsultLength
31 Receives the length (in bytes) of the prgbTestResult parameter
32
33 prgbTestResult
34 Pointer to the memory block containing the TPM manufacturer specific
35 information.
36
38 Tspi_TPM_GetTestResult returns TSS_SUCCESS on success, otherwise one of
39 the following values are returned:
40
41 TSS_E_INVALID_HANDLE
42 hTPM is not a valid handle to the TPM object.
43
44 TSS_E_INTERNAL_ERROR
45 An error occurred internal to the TSS.
46
47
49 Tspi_TPM_GetTestResult conforms to the Trusted Computing Group Software
50 Specification version 1.1 Golden
51
53 Tspi_TPM_SelfTestFull(3).
54
55
56
57
58
59
60TSS 1.1 2004-05-26 Tspi_TPM_GetTestResult(3)