1Tspi_TPM_GetEventLogT(C3G)Software Stack Developer's RefereTnscpei_TPM_GetEventLog(3)
2
3
4
6 Tspi_TPM_GetEventLog- get the entire PCR event log.
7
9 #include <tss/platform.h>
10 #include <tss/tcpa_defines.h>
11 #include <tss/tcpa_typedef.h>
12 #include <tss/tcpa_struct.h>
13 #include <tss/tss_typedef.h>
14 #include <tss/tss_structs.h>
15 #include <tss/tspi.h>
16
17 TSS_RESULT Tspi_TPM_GetEventLog(TSS_HTPM hTPM, UINT32* pulEventNumber,
18 TSS_PCR_EVENT** prgPcrEvents);
19
20
21
23 Tspi_TPM_GetEventLog provides the whole event log that was used to cre‐
24 ate all of the PCRs.
25
27 hTPM
28 Handle of the TPM object.
29
30 pulEventNumber
31 Receives number of returned event data structures in prgPcrEvents pa‐
32 rameter.
33
34 prgPcrEvents
35 Receives a pointer to an array of PCR event data. If NULL, only the
36 numberof elements is returned in pulEventNumber parameter.
37
39 Tspi_TPM_GetEventLog returns TSS_SUCCESS on success, otherwise one of
40 the following values are returned:
41
42 TSS_E_INVALID_HANDLE
43 hTPM is not a valid handle to the TPM object.
44
45 TSS_E_INTERNAL_ERROR
46 An error occurred internal to the TSS.
47
48
50 Tspi_TPM_GetEventLog conforms to the Trusted Computing Group Software
51 Specification version 1.1 Golden
52
54 Tspi_TPM_GetEvent(3) Tspi_TPM_GetEvents(3).
55
56
57
58
59
60
61TSS 1.1 2004-05-26 Tspi_TPM_GetEventLog(3)