Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c1588 authmethod_is_enabled(Authmethod *method) in authmethod_is_enabled() function
1643 } else if (current != NULL && authmethod_is_enabled(current)) in authmethod_get()
1656 authmethod_is_enabled(current)) { in authmethod_get()
1675 if (authmethod_is_enabled(method)) { in authmethods_get()