Home
last modified time | relevance | path

Searched refs:IsSecure (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp914 bool IsSecure() { return is_secure_; } in IsSecure() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest
922 SupportsEc() && IsSecure(); in Km2Profile()
926 return !SupportsAttestation() && SupportsSymmetric() && SupportsEc() && IsSecure(); in Km1Profile()
931 IsSecure(); in Km0Profile()
936 !SupportsEc() && !IsSecure(); in SwOnlyProfile()
976 if (!IsSecure()) { in verify_attestation_record()
989 EXPECT_EQ(IsSecure() ? SecurityLevel::TRUSTED_ENVIRONMENT : SecurityLevel::SOFTWARE, in verify_attestation_record()
1044 << "IsSecure [" << IsSecure() << "]"; in TEST_P()
1055 if (IsSecure() && !SupportsSymmetric() && asymmetric) { in CheckBaseParams()
1111 if (IsSecure()) { in TEST_P()
[all …]
/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.h205 bool IsSecure() { return securityLevel_ != SecurityLevel::SOFTWARE; } in IsSecure() function
Dkeymaster_hidl_hal_test.cpp549 if (IsSecure()) { in TEST_P()
614 if (IsSecure()) { in TEST_P()
737 if (IsSecure()) { in TEST_P()
1850 if (IsSecure()) { in CheckCryptoParam()
1865 if (IsSecure()) { in CheckOrigin()