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

  /system/tpm/trunks/
mock_session_manager.h 36 TPM_RC(TPM_SE,
session_manager.h 60 virtual TPM_RC StartSession(TPM_SE session_type,
session_manager_impl.h 42 TPM_RC StartSession(TPM_SE session_type,
policy_session_impl.h 49 PolicySessionImpl(const TrunksFactory& factory, TPM_SE session_type);
72 TPM_SE session_type_;
session_manager_test.cc 102 TPM_SE session_type = TPM_SE_TRIAL;
151 TPM_SE session_type = TPM_SE_TRIAL;
policy_session_impl.cc 39 TPM_SE session_type)
mock_tpm.cc 41 const TPM_SE& session_type,
58 const TPM_SE& session_type,
session_manager_impl.cc 74 TPM_SE session_type,
mock_tpm.h 77 const TPM_SE& session_type,
87 const TPM_SE& session_type,
100 const TPM_SE& session_type,
111 const TPM_SE& session_type,
    [all...]
trunks_factory_for_test.cc 401 TPM_RC StartSession(TPM_SE session_type,
tpm_generated.h 475 typedef UINT8 TPM_SE;
807 constexpr TPM_SE TPM_SE_HMAC = 0x00;
808 constexpr TPM_SE TPM_SE_POLICY = 0x01;
809 constexpr TPM_SE TPM_SE_TRIAL = 0x03;
    [all...]
tpm_generated.cc     [all...]
  /external/tpm2/
StartAuthSession_fp.h 17 TPM_SE sessionType;
Session_fp.h 33 TPM_RC SessionCreate(TPM_SE sessionType, // IN: the session type
Session.c 305 TPM_SE sessionType, // IN: the session type
    [all...]
tpm_generated.h     [all...]
tpm_types.h 227 // Table 22 Definition of TPM_SE Constants < IN>
228 typedef UINT8 TPM_SE;
    [all...]
tpm_generated.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Session.c 30 TPM_SE SessionType;
67 IN TPM_SE SessionType,
101 *(TPM_SE *)Buffer = SessionType;
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm2CommandLib.h 822 IN TPM_SE SessionType,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 511 // Table 20 - TPM_SE Constants
512 typedef UINT8 TPM_SE;
513 #define TPM_SE_HMAC (TPM_SE)(0x00)
514 #define TPM_SE_POLICY (TPM_SE)(0x01)
515 #define TPM_SE_TRIAL (TPM_SE)(0x03)
    [all...]

Completed in 2505 milliseconds