Introduction to Library Functions Tspi_TPM_GetTestResult(3)
NAME
Tspi_TPM_GetTestResult- get manufacturer specific informa-
tion regarding the results of a self test.SYNOPSIS
#include
#include
#include
#include
#include
#include
#include
TSS_RESULT Tspi_TPM_GetTestResult(TSS_HTPM hTPM, UINT32* pulTestResultLength, BYTE** prgbTestResult
DESCRIPTION
Tspi_TPM_GetTestResult is provided by a manufacturer of a
TPM to provide manufacturer specific self test results.PARAMETERS
hTPM Handle of the TPM object pulTestREsultLengthReceives the length (in bytes) of the prgbTestResult parame-
ter prgbTestResult Pointer to the memory block containing the TPM manufacturer specific information. RETURN CODESTspi_TPM_GetTestResult returns TSS_SUCCESS on success, oth-
erwise one of the following values are returned:TSS_E_INVALID_HANDLE
hTPM is not a valid handle to the TPM object.TSS_E_INTERNAL_ERROR
An error occurred internal to the TSS. CONFORMING TOTspi_TPM_GetTestResult conforms to the Trusted Computing
Group Software Specification version 1.1 GoldenSEE ALSO
Tspi_TPM_SelfTestFull(3).
TSS 1.1 Last change: 2004-05-26 1
Introduction to Library Functions Tspi_TPM_GetTestResult(3)
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:__________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|____________________|_____________________________|_
| Availability | library/security/trousers ||____________________|_____________________________|_
| Interface Stability| Uncommitted ||____________________|____________________________|
NOTES Source for trousers is available at http://opensolaris.organd at http://sourceforge.net/projects/trousers. Documenta-
tion is available at file:///usr/share/man, and http://sourceforge.net/projects/trousers.TSS 1.1 Last change: 2004-05-26 2