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

  /system/tpm/trunks/
trunks_factory_impl.cc 88 return scoped_ptr<PolicySession>(new PolicySessionImpl(*this, TPM_SE_POLICY));
policy_session_impl.cc 35 session_type_(TPM_SE_POLICY) {
62 if (session_type_ != TPM_SE_POLICY && session_type_ != TPM_SE_TRIAL) {
policy_session_test.cc 78 EXPECT_CALL(mock_session_manager_, StartSession(TPM_SE_POLICY, handle,
97 EXPECT_CALL(mock_session_manager_, StartSession(TPM_SE_POLICY, TPM_RH_NULL,
tpm_generated.h 777 const TPM_SE TPM_SE_POLICY = 0x01;
    [all...]
  /external/tpm2/
Session.c 318 || sessionType == TPM_SE_POLICY
356 // For TPM_SE_POLICY or TPM_SE_TRIAL
    [all...]
tpm_types.h 230 #define TPM_SE_POLICY 0x01
    [all...]
tpm_generated.c     [all...]

Completed in 105 milliseconds