Searched refs:IsSecure (Results 1 – 4 of 4) sorted by relevance
914 bool IsSecure() { return is_secure_; } in IsSecure() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest922 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 …]
205 bool IsSecure() { return securityLevel_ != SecurityLevel::SOFTWARE; } in IsSecure() function
636 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()
268 bool IsSecure() const { return securityLevel_ != SecurityLevel::SOFTWARE; } in IsSecure() function