Home
last modified time | relevance | path

Searched refs:IsSecure (Results 1 – 4 of 4) 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.cpp636 if (IsSecure()) { in TEST_P()
701 if (IsSecure()) { in TEST_P()
824 if (IsSecure()) { in TEST_P()
1958 if (IsSecure()) { in CheckCryptoParam()
1973 if (IsSecure()) { in CheckOrigin()
/hardware/interfaces/security/keymint/aidl/vts/functional/
DKeyMintAidlTestBase.h268 bool IsSecure() const { return securityLevel_ != SecurityLevel::SOFTWARE; } in IsSecure() function