Searched refs:matchSecure (Results 1 – 3 of 3) sorted by relevance
45 std::optional<bool> matchSecure; member
35 .matchSecure{},190 rule.matchSecure = protoRule.match_secure(); in parseConfig()
155 if (rule.matchSecure.has_value() && *rule.matchSecure != metadata.isSecure) { in ruleMatches()