Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssh/
HDgroupaccess.h31 int ga_match(char * const *, int);
HDgroupaccess.c85 ga_match(char * const *groups, int n) in ga_match() function
HDauth.c192 if (ga_match(options.deny_groups, in allowed_user()
205 if (!ga_match(options.allow_groups, in allowed_user()