#include <tss/tss_typedef.h>
#include <tss/tss_structs.h>
#include <tss/tspi.h>
TSPICALL Tspi_DAA_IssuerKeyVerification(
TSS_HDAA hDAA,
TSS_HKEY issuerPk,
TSS_DAA_PK_PROOF* issuerPkProof,
TSS_BOOL* isCorrect
);
Tspi_DAA_IssuerKeyVerification verifies the DAA public key of a DAA Issuer with respect to its associated proof. This is a resource consuming task. It can be done by trusted third party (certification). This is an optional function and does not require a TPM or a TCS.
Tspi_DAA_IssuerKeyVerification returns TSS_SUCCESS on success, otherwise one of the following values is returned:
Tspi_DAA_IssuerKeyVerification conforms to the Trusted Computing Group Software Specification version 1.2