Home
last modified time | relevance | path

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

/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()
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;
DSessionProcess_fp.h11 TPM_ST tag, // IN: tag
DTicket_fp.h11 TPM_ST type, // IN: the type of ticket.
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()
Dmarshal_fp.h44 MARSHAL_WRAPPER(TPM_ST)
DTpmFail.c30 TPM_ST tag;
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.c7204 UINT16 TPM_ST_Marshal(TPM_ST* source, BYTE** buffer, INT32* size) { in TPM_ST_Marshal()
7208 TPM_RC TPM_ST_Unmarshal(TPM_ST* target, BYTE** buffer, INT32* size) { in TPM_ST_Unmarshal()