Searched refs:TPMS_ATTEST (Results 1 – 20 of 20) sorted by relevance
/external/tpm2/ |
D | Attest_spt_fp.h | 13 TPMS_ATTEST *attest // OUT: attest structure 18 TPMS_ATTEST *certifyInfo, // IN: the data to be signed
|
D | Attest_spt.c | 30 TPMS_ATTEST *attest // OUT: attest structure in FillInAttestInfo() 124 TPMS_ATTEST *certifyInfo, // IN: the data to be signed in SignAttestInfo() 139 bufferSize = sizeof(TPMS_ATTEST); in SignAttestInfo()
|
D | GetTime.c | 31 TPMS_ATTEST timeInfo; in TPM2_GetTime()
|
D | Certify.c | 29 TPMS_ATTEST certifyInfo; in TPM2_Certify()
|
D | Quote.c | 28 TPMS_ATTEST quoted; in TPM2_Quote()
|
D | GetCommandAuditDigest.c | 31 TPMS_ATTEST auditInfo; in TPM2_GetCommandAuditDigest()
|
D | GetSessionAuditDigest.c | 33 TPMS_ATTEST auditInfo; in TPM2_GetSessionAuditDigest()
|
D | CertifyCreation.c | 32 TPMS_ATTEST certifyInfo; in TPM2_CertifyCreation()
|
D | marshal_fp.h | 33 MARSHAL_WRAPPER(TPMS_ATTEST)
|
D | NV_Certify.c | 33 TPMS_ATTEST certifyInfo; in TPM2_NV_Certify()
|
D | tpm_types.h | 944 } TPMS_ATTEST; typedef 950 BYTE attestationData[sizeof(TPMS_ATTEST)];
|
D | tpm_generated.h | 781 UINT16 TPMS_ATTEST_Marshal(TPMS_ATTEST* source, BYTE** buffer, INT32* size); 783 TPM_RC TPMS_ATTEST_Unmarshal(TPMS_ATTEST* target, BYTE** buffer, INT32* size);
|
D | part3.txt | 7283 most signing schemes, this value will be placed in the TPMS_ATTEST.extraData parameter that is then 7326 NOTE 2 If signHandle is TPM_RH_NULL, the TPMS_ATTEST structure is returned and signature i… 7405 12 TPMS_ATTEST certifyInfo; 7487 If the ticket is valid, then the TPM will create a TPMS_ATTEST structure and place creationHash of … 7491 NOTE 2 If signHandle is TPM_RH_NULL, the TPMS_ATTEST structure is returned and signature i… 7579 14 TPMS_ATTEST certifyInfo; 7666 NOTE 2 If signHandle is TPM_RH_NULL, the TPMS_ATTEST structure is returned and signature i… 7740 13 TPMS_ATTEST quoted; 7840 NOTE 4 If signHandle is TPM_RH_NULL, the TPMS_ATTEST structure is returned and signature i… 7926 13 TPMS_ATTEST auditInfo; [all …]
|
D | tpm_generated.c | 463 if (target->t.size > sizeof(TPMS_ATTEST)) { in TPM2B_ATTEST_Unmarshal() 6406 UINT16 TPMS_ATTEST_Marshal(TPMS_ATTEST* source, BYTE** buffer, INT32* size) { in TPMS_ATTEST_Marshal() 6419 TPM_RC TPMS_ATTEST_Unmarshal(TPMS_ATTEST* target, BYTE** buffer, INT32* size) { in TPMS_ATTEST_Unmarshal()
|
D | part4.txt | 6053 Fill in common fields of TPMS_ATTEST structure. 6067 8 TPMS_ATTEST *attest // OUT: attest structure 6157 Sign a TPMS_ATTEST structure. If signHandle is TPM_RH_NULL, a null signature is returned. 6179 93 TPMS_ATTEST *certifyInfo, // IN: the data to be signed 6192 106 // Marshal TPMS_ATTEST structure for hash
|
/external/tpm2/generator/ |
D | structures.txt | 1186 _STRUCTURE TPMS_ATTEST 1206 _MAX size sizeof(TPMS_ATTEST)
|
D | raw_commands_fixed.txt | 12806 most signing schemes, this value will be placed in the TPMS_ATTEST.extraData parameter that is then 13063 TPMS_ATTEST 13177 If the ticket is valid, then the TPM will create a TPMS_ATTEST structure and place creationHash of … 13182 If signHandle is TPM_RH_NULL, the TPMS_ATTEST structure is returned and signature is a NULL 13400 TPMS_ATTEST 13716 TPMS_ATTEST 14063 TPMS_ATTEST 14396 TPMS_ATTEST 14516 TPMS_ATTEST.clockInfo and again in TPMS_ATTEST.attested.time.clockInfo. The firmware version 14523 (TPMS_ATTEST.firmwareVersion [all …]
|
D | raw_commands.txt | 12795 most signing schemes, this value will be placed in the TPMS_ATTEST.extraData parameter that is then 13052 TPMS_ATTEST 13166 If the ticket is valid, then the TPM will create a TPMS_ATTEST structure and place creationHash of … 13171 If signHandle is TPM_RH_NULL, the TPMS_ATTEST structure is returned and signature is a NULL 13389 TPMS_ATTEST 13705 TPMS_ATTEST 14052 TPMS_ATTEST 14385 TPMS_ATTEST 14505 TPMS_ATTEST.clockInfo and again in TPMS_ATTEST.attested.time.clockInfo. The firmware version 14512 (TPMS_ATTEST.firmwareVersion [all …]
|
D | raw_structures_fixed.txt | 483 10.11.8 TPMS_ATTEST ...............................................................................… 965 Table 117 — Definition of TPMS_ATTEST Structure <OUT> .............................................… 12258 10.11.8 TPMS_ATTEST 12262 Table 117 — Definition of TPMS_ATTEST Structure <OUT> 12334 attestationData [size] {:sizeof(TPMS_ATTEST)}
|
D | raw_structures.txt | 483 10.11.8 TPMS_ATTEST ...............................................................................… 965 Table 117 — Definition of TPMS_ATTEST Structure <OUT> .............................................… 12233 10.11.8 TPMS_ATTEST 12237 Table 117 — Definition of TPMS_ATTEST Structure <OUT> 12309 attestationData[size]{:sizeof(TPMS_ATTEST)}
|