Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp915 bool SupportsEc() { return supports_ec_; } in SupportsEc() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest
922 SupportsEc() && IsSecure(); in Km2Profile()
926 return !SupportsAttestation() && SupportsSymmetric() && SupportsEc() && IsSecure(); in Km1Profile()
936 !SupportsEc() && !IsSecure(); in SwOnlyProfile()
1043 << "SupportsEc [" << SupportsEc() << "], " in TEST_P()