Introduction to Library Functions Tspi_TPM_Quote(3)
NAME
Tspi_TPM_Quote - retreive a signed set of PCR values.
SYNOPSIS
#include
#include
#include
#include
#include
#include
#include
TSS_RESULT Tspi_TPM_Quote(TSS_HTPM hTPM, TSS_HKEY hIdentKey,
TSS_HPCRS hPcrComposite, TSS_VALIDATION* pValidationData);
DESCRIPTION
Tspi_TPM_Quote destroys a context by passing in the handle
to that context.PARAMETERS
hTPM Handle of the TPM object. hIdentKey Handle of the signature key object. hPcrComposite Handle of the PCR composite object pValidationDataValidation data structure [IN] Provide externalData informa-
tion required to compute the signature. [OUT] On successful completion of the command, the structure provides a buffer containing the validation data and a buffer containing the data the validation data was computed form. RETURN CODESTspi_TPM_Quote returns TSS_SUCCESS on success, otherwise one
of the following values are returned:TSS_E_INVALID_HANDLE - hTPM, hIdentKey or hPcrComposite
TSS_E_BAD_PARAMETER
TSS_E_INTERNAL_ERROR - An error occurred internal
CONFORMING TOTspi_TPM_Quote conforms to the Trusted Computing Group
Software Specification version 1.1 GoldenTSS 1.1 Last change: 2004-05-26 1
Introduction to Library Functions Tspi_TPM_Quote(3)
SEE ALSO
(none).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