Searched refs:TPM_ST (Results 1 – 19 of 19) sorted by relevance
/external/tpm2/generator/ |
D | commands.txt | 15 _TYPE TPM_ST 34 _TYPE TPM_ST 53 _TYPE TPM_ST 72 _TYPE TPM_ST 133 _TYPE TPM_ST 158 _TYPE TPM_ST 189 _TYPE TPM_ST 229 _TYPE TPM_ST 260 _TYPE TPM_ST 285 _TYPE TPM_ST [all …]
|
D | structures.txt | 385 _NEW_TYPE TPM_ST 834 _OLD_TYPE TPM_ST 839 _OLD_TYPE TPM_ST 992 _TYPE TPM_ST 1001 _TYPE TPM_ST 1010 _TYPE TPM_ST 1020 _TYPE TPM_ST
|
D | raw_commands.txt | 1308 2) The maximum value of authorizationSize is equal to commandSize – (sizeof(TPM_ST) + 1313 (sizeof(TPM_ST) + sizeof(UINT32) + sizeof(TPM_CC)) is the size of a command header. The 2403 TPM_ST 2795 TPM_ST 3089 TPM_ST 3258 TPM_ST 3728 TPM_ST 4081 TPM_ST 4381 TPM_ST 4815 TPM_ST [all …]
|
D | raw_commands_fixed.txt | 1308 2) The maximum value of authorizationSize is equal to commandSize – (sizeof(TPM_ST) + 1313 (sizeof(TPM_ST) + sizeof(UINT32) + sizeof(TPM_CC)) is the size of a command header. The 2403 TPM_ST 2795 TPM_ST 3089 TPM_ST 3258 TPM_ST 3730 TPM_ST 4083 TPM_ST 4383 TPM_ST 4817 TPM_ST [all …]
|
D | raw_structures.txt | 179 TPM_ST (Structure Tags) ...........................................................................… 825 Table 18 — Definition of (UINT16) TPM_ST Constants <IN/OUT, S> ....................................… 886 Table 65 — Definition of (TPM_ST) TPMI_ST_COMMAND_TAG Type ........................................… 963 Table 115 — Definition of (TPM_ST) TPMI_ST_ATTEST Type <OUT> ......................................… 1553 TPM_ST 1566 TPM_ST 1577 if(TPM_ST_Unmarshal((TPM_ST *)&(target->tag), buffer, size)) 4325 a TPM_ST (UINT16) with a value of TPM_TAG_RSP_COMMAND or TPM_ST_NO_SESSIONS, 5809 TPM_ST (Structure Tags) 5826 Table 18 — Definition of (UINT16) TPM_ST Constants <IN/OUT, S> [all …]
|
D | raw_structures_fixed.txt | 179 TPM_ST (Structure Tags) ...........................................................................… 825 Table 18 — Definition of (UINT16) TPM_ST Constants <IN/OUT, S> ....................................… 886 Table 65 — Definition of (TPM_ST) TPMI_ST_COMMAND_TAG Type ........................................… 963 Table 115 — Definition of (TPM_ST) TPMI_ST_ATTEST Type <OUT> ......................................… 1553 TPM_ST 1566 TPM_ST 1577 if(TPM_ST_Unmarshal((TPM_ST *)&(target->tag), buffer, size)) 4316 a TPM_ST (UINT16) with a value of TPM_TAG_RSP_COMMAND or TPM_ST_NO_SESSIONS, 5800 TPM_ST (Structure Tags) 5817 Table 18 — Definition of (UINT16) TPM_ST Constants <IN/OUT, S> [all …]
|
/external/tpm2/ |
D | Ticket.c | 70 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag); in TicketComputeVerified() 87 TPM_ST type, // IN: the type of ticket. in TicketComputeAuth() 145 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag); in TicketComputeHashCheck() 179 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag); in TicketComputeCreation()
|
D | ExecCommand.c | 50 TPM_ST tag; // these first three variables are the in ExecuteCommand() 64 TPM_ST resTag; // tag for the response in ExecuteCommand() 292 *responseSize = sizeof(TPM_ST) + sizeof(UINT32) + sizeof(TPM_RC); in ExecuteCommand()
|
D | SessionProcess_fp.h | 11 TPM_ST tag, // IN: tag
|
D | Ticket_fp.h | 11 TPM_ST type, // IN: the type of ticket.
|
D | tpm_types.h | 203 typedef UINT16 TPM_ST; typedef 581 typedef TPM_ST TPMI_ST_COMMAND_TAG; 724 TPM_ST tag; 731 TPM_ST tag; 738 TPM_ST tag; 745 TPM_ST tag; 923 typedef TPM_ST TPMI_ST_ATTEST;
|
D | marshal_fp.h | 44 MARSHAL_WRAPPER(TPM_ST)
|
D | marshal_test.c | 156 SETUP_TYPE(TPM_ST, TPM_ST_ATTEST_NV) in ConstantTypeSuccessTest() 372 UINT16 expected_bytes = sizeof(TPM_ST)+sizeof(TPMI_RH_HIERARCHY)+sizeof(UINT16); in StructureSuccessNullTest() 386 UINT16 expected_bytes = sizeof(TPM_ST)+sizeof(TPMI_RH_HIERARCHY)+sizeof(UINT16); in StructureFailureTagTest()
|
D | TpmFail.c | 30 TPM_ST tag;
|
D | part3.txt | 848 2) The maximum value of authorizationSize is equal to commandSize – (sizeof(TPM_ST) + 852 …NOTE 1 (sizeof(TPM_ST) + sizeof(UINT32) + sizeof(TPM_CC)) is the size of a command heade… 1543 TPM_ST tag see clause 6 1795 TPM_ST tag see clause 6 1989 TPM_ST tag see clause 6 2113 TPM_ST tag see clause 6 2393 TPM_ST tag see clause 6 2580 TPM_ST tag see clause 6 2774 TPM_ST tag see clause 6 3003 TPM_ST tag see clause 6 [all …]
|
D | SessionProcess.c | 1856 TPM_ST tag, // IN: tag in BuildResponseSession() 1867 resParmBuffer = MemoryGetResponseBuffer(commandCode) + sizeof(TPM_ST) + in BuildResponseSession() 1869 bufferSize = MAX_RESPONSE_SIZE - sizeof(TPM_ST) - sizeof(UINT32) - in BuildResponseSession()
|
D | tpm_generated.h | 657 UINT16 TPM_ST_Marshal(TPM_ST* source, BYTE** buffer, INT32* size); 659 TPM_RC TPM_ST_Unmarshal(TPM_ST* target, BYTE** buffer, INT32* size);
|
D | tpm_generated.c | 7200 UINT16 TPM_ST_Marshal(TPM_ST* source, BYTE** buffer, INT32* size) { in TPM_ST_Marshal() 7204 TPM_RC TPM_ST_Unmarshal(TPM_ST* target, BYTE** buffer, INT32* size) { in TPM_ST_Unmarshal()
|
D | part4.txt | 3322 15 TPM_ST tag; // these first three variables are the 3342 35 TPM_ST resTag; // tag for the response 3620 292 *responseSize = sizeof(TPM_ST) + sizeof(UINT32) + sizeof(TPM_RC); 5896 1689 TPM_ST tag, // IN: tag 5907 1700 resParmBuffer = MemoryGetResponseBuffer(commandCode) + sizeof(TPM_ST) + 18915 10 TPM_ST tag; 23782 46 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag); 23803 61 TPM_ST type, // IN: the type of ticket. 23880 127 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag); 23927 162 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag);
|