Searched refs:TPM_ST (Results 1 – 11 of 11) sorted by relevance
/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 | 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 | SessionProcess_fp.h | 11 TPM_ST tag, // IN: tag
|
D | Ticket_fp.h | 11 TPM_ST type, // IN: the type of ticket.
|
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 | marshal_fp.h | 44 MARSHAL_WRAPPER(TPM_ST)
|
D | TpmFail.c | 30 TPM_ST tag;
|
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 | 7204 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()
|