Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dauth.h215 int auth_activate_options(struct ssh *, struct sshauthopt *);
H A Dauth.c849 auth_activate_options(struct ssh *ssh, struct sshauthopt *opts) in auth_activate_options() function
876 if (auth_activate_options(ssh, restricted) != 0) in auth_restrict_session()
H A Dauth2-pubkey.c296 if (authenticated == 1 && auth_activate_options(ssh, authopts) != 0) { in userauth_pubkey()
H A Dmonitor.c1485 auth_activate_options(ssh, key_opts); in mm_answer_keyverify()