1Tspi_TPM_Quote(3) TCG Software Stack Developer's Reference Tspi_TPM_Quote(3)
2
3
4
6 Tspi_TPM_Quote - retreive a signed set of PCR values.
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_Quote(TSS_HTPM hTPM, TSS_HKEY hIdentKey,
18 TSS_HPCRS hPcrComposite, TSS_VALIDATION* pValidationData);
19
20
22 Tspi_TPM_Quote destroys a context by passing in the handle to that con‐
23 text.
24
26 hTPM
27 Handle of the TPM object.
28
29 hIdentKey
30 Handle of the signature key object.
31
32 hPcrComposite
33 Handle of the PCR composite object
34
35 pValidationData
36 Validation data structure [IN] Provide externalData information re‐
37 quired to compute the signature. [OUT] On successful completion of the
38 command, the structure provides a buffer containing the validation data
39 and a buffer containing the data the validation data was computed form.
40
42 Tspi_TPM_Quote returns TSS_SUCCESS on success, otherwise one of the
43 following values are returned:
44
45 TSS_E_INVALID_HANDLE - hTPM, hIdentKey or hPcrComposite is not a valid
46 handle.
47
48 TSS_E_BAD_PARAMETER
49
50 TSS_E_INTERNAL_ERROR - An error occurred internal to the TSS.
51
52
54 Tspi_TPM_Quote conforms to the Trusted Computing Group Software Speci‐
55 fication version 1.1 Golden
56
58 (none).
59
60
61
62
63
64
65TSS 1.1 2004-05-26 Tspi_TPM_Quote(3)