1Tspi_DAA_IssuerKeyVerificatiLoinb(r3a)ry Functions MTasnpuia_lDAA_IssuerKeyVerification(3)
2
3
4
5 TCG Software Stack Developer's Reference
6
8 Tspi_DAA_IssuerKeyVerification - verifies the DAA public key
9
11 #include <tss/tss_typedef.h>
12 #include <tss/tss_structs.h>
13 #include <tss/tspi.h>
14
15 TSPICALL Tspi_DAA_IssuerKeyVerification(
16 TSS_HDAA hDAA,
17 TSS_HKEY issuerPk,
18 TSS_DAA_PK_PROOF* issuerPkProof,
19 TSS_BOOL* isCorrect
20 );
21
22
23
25 Tspi_DAA_IssuerKeyVerification verifies the DAA public key of a DAA Is‐
26 suer with respect to its associated proof. This is a resource consum‐
27 ing task. It can be done by trusted third party (certification). This
28 is an optional function and does not require a TPM or a TCS.
29
30
31
33 hDAA
34 The hDAA parameter is used to specify the handle of the DAA object.
35
36 issuerPk
37 The issuerPk parameter is a DAA Issuer public key.
38
39 issuerPkProof
40 The issuerPkProof parameter is a structure representing the proofs of
41 the correctness of the DAA Issuer public key.
42
43 isCorrect
44 The isCorrect parameter is the return corectness of the proof.
45
46
48 Tspi_DAA_IssuerKeyVerification returns TSS_SUCCESS on success, other‐
49 wise one of the following values is returned:
50
51 TSS_E_INVALID_HANDLE
52 Either the DAA is not valid.
53
54 TSS_E_BAD_PARAMETER
55
56 TSS_E_INTERNAL_ERROR
57 An internal SW error has been detected.
58
59
61 Tspi_DAA_IssuerKeyVerification conforms to the Trusted Computing Group
62 Software Specification version 1.2
63
64
66 Tspi_DAA_IssueSetup(3)
67
68
69
70
71TSS 1.2 2006-09-04 Tspi_DAA_IssuerKeyVerification(3)