Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect2.c2269 authmethod_is_enabled(Authmethod *method) in authmethod_is_enabled() function
2321 } else if (current != NULL && authmethod_is_enabled(current)) in authmethod_get()
2334 authmethod_is_enabled(current)) { in authmethod_get()
2355 if (authmethod_is_enabled(method)) { in authmethods_get()