Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.h205 bool IsSecure() { return securityLevel_ != SecurityLevel::SOFTWARE; } in IsSecure() function
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintAidlTestBase.h268 bool IsSecure() const { return securityLevel_ != SecurityLevel::SOFTWARE; } in IsSecure() function
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp914 bool IsSecure() { return is_secure_; } in IsSecure() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest