Home
last modified time | relevance | path

Searched refs:TPM_ST (Results 1 – 19 of 19) sorted by relevance

/external/tpm2/generator/
Dcommands.txt15 _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 …]
Dstructures.txt385 _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
Draw_commands.txt1308 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 …]
Draw_commands_fixed.txt1308 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 …]
Draw_structures.txt179 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 …]
Draw_structures_fixed.txt179 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/
DTicket.c70 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()
DExecCommand.c50 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()
DSessionProcess_fp.h11 TPM_ST tag, // IN: tag
DTicket_fp.h11 TPM_ST type, // IN: the type of ticket.
Dtpm_types.h203 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;
Dmarshal_fp.h44 MARSHAL_WRAPPER(TPM_ST)
Dmarshal_test.c156 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()
DTpmFail.c30 TPM_ST tag;
Dpart3.txt848 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 …]
DSessionProcess.c1856 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()
Dtpm_generated.h657 UINT16 TPM_ST_Marshal(TPM_ST* source, BYTE** buffer, INT32* size);
659 TPM_RC TPM_ST_Unmarshal(TPM_ST* target, BYTE** buffer, INT32* size);
Dtpm_generated.c7200 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()
Dpart4.txt3322 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);