HomeSort by relevance Sort by last modified time
    Searched refs:TPM_ST (Results 1 - 16 of 16) sorted by null

  /external/tpm2/
SessionProcess_fp.h 11 TPM_ST tag, // IN: tag
Ticket_fp.h 11 TPM_ST type, // IN: the type of ticket.
Ticket.c 70 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag);
87 TPM_ST type, // IN: the type of ticket.
145 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag);
179 CryptUpdateDigestInt(&hmacState, sizeof(TPM_ST), &ticket->tag);
ExecCommand.c 50 TPM_ST tag; // these first three variables are the
64 TPM_ST resTag; // tag for the response
292 *responseSize = sizeof(TPM_ST) + sizeof(UINT32) + sizeof(TPM_RC);
marshal_fp.h 44 MARSHAL_WRAPPER(TPM_ST)
marshal_test.c 156 SETUP_TYPE(TPM_ST, TPM_ST_ATTEST_NV)
372 UINT16 expected_bytes = sizeof(TPM_ST)+sizeof(TPMI_RH_HIERARCHY)+sizeof(UINT16);
386 UINT16 expected_bytes = sizeof(TPM_ST)+sizeof(TPMI_RH_HIERARCHY)+sizeof(UINT16);
tpm_types.h 202 // Table 20 Definition of TPM_ST Constants < IN/OUT, S>
203 typedef UINT16 TPM_ST;
581 typedef TPM_ST TPMI_ST_COMMAND_TAG;
724 TPM_ST tag;
731 TPM_ST tag;
738 TPM_ST tag;
745 TPM_ST tag;
    [all...]
TpmFail.c 30 TPM_ST tag;
SessionProcess.c     [all...]
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);
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 486 // Table 18 - TPM_ST Constants
487 typedef UINT16 TPM_ST;
488 #define TPM_ST_RSP_COMMAND (TPM_ST)(0x00C4)
489 #define TPM_ST_NULL (TPM_ST)(0X8000)
490 #define TPM_ST_NO_SESSIONS (TPM_ST)(0x8001)
491 #define TPM_ST_SESSIONS (TPM_ST)(0x8002)
492 #define TPM_ST_ATTEST_NV (TPM_ST)(0x8014)
493 #define TPM_ST_ATTEST_COMMAND_AUDIT (TPM_ST)(0x8015)
494 #define TPM_ST_ATTEST_SESSION_AUDIT (TPM_ST)(0x8016)
495 #define TPM_ST_ATTEST_CERTIFY (TPM_ST)(0x8017)
    [all...]
  /system/tpm/trunks/
tpm_generated.h 444 typedef UINT16 TPM_ST;
445 typedef TPM_ST TPMI_ST_COMMAND_TAG;
446 typedef TPM_ST TPMI_ST_ATTEST;
788 constexpr TPM_ST TPM_ST_RSP_COMMAND = 0x00C4;
789 constexpr TPM_ST TPM_ST_NULL = 0X8000;
790 constexpr TPM_ST TPM_ST_NO_SESSIONS = 0x8001;
791 constexpr TPM_ST TPM_ST_SESSIONS = 0x8002;
792 constexpr TPM_ST TPM_ST_ATTEST_NV = 0x8014;
793 constexpr TPM_ST TPM_ST_ATTEST_COMMAND_AUDIT = 0x8015;
794 constexpr TPM_ST TPM_ST_ATTEST_SESSION_AUDIT = 0x8016
    [all...]
tpm_generated.cc     [all...]
resource_manager.cc 486 TPM_ST tag;
572 TPM_ST tag;
resource_manager_test.cc 82 TPM_ST tag = authorization.empty() ? TPM_ST_NO_SESSIONS : TPM_ST_SESSIONS;
103 TPM_ST tag = authorization.empty() ? TPM_ST_NO_SESSIONS : TPM_ST_SESSIONS;
    [all...]

Completed in 87 milliseconds