Searched refs:authmethod_is_enabled (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dsshconnect2.c1884 authmethod_is_enabled(Authmethod *method) function
1936 } else if (current != NULL && authmethod_is_enabled(current))
1949 authmethod_is_enabled(current)) {
1950 debug3("authmethod_is_enabled %s", name);
1968 if (authmethod_is_enabled(method)) {

Completed in 69 milliseconds