Searched refs:match_security_func (Results 1 – 2 of 2) sorted by relevance
997 if (!filter->ignore_auth_enc_type && !filter->match_security_func && in scm_filter_match()1004 if (filter->match_security_func && in scm_filter_match()1005 !filter->match_security_func(filter->match_security_func_arg, in scm_filter_match()
801 bool (*match_security_func)(void *, struct scan_cache_entry *); member