Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h129 int pubkey_auth_options; /* -1 or mask of PUBKEYAUTH_* flags */ member
H A Dservconf.c131 options->pubkey_auth_options = -1; in initialize_server_options()
357 if (options->pubkey_auth_options == -1) in fill_default_server_options()
358 options->pubkey_auth_options = 0; in fill_default_server_options()
1596 intptr = &options->pubkey_auth_options; in process_server_config_line_depth()
2796 M_CP_INTOPT(pubkey_auth_options); in copy_set_server_options()
3269 if (o->pubkey_auth_options == 0) in dump_config()
3271 if (o->pubkey_auth_options & PUBKEYAUTH_TOUCH_REQUIRED) in dump_config()
3273 if (o->pubkey_auth_options & PUBKEYAUTH_VERIFY_REQUIRED) in dump_config()
H A Dauth2-pubkey.c234 req_presence = (options.pubkey_auth_options & in userauth_pubkey()
249 req_verify = (options.pubkey_auth_options & in userauth_pubkey()
H A Dmonitor.c1455 req_presence = (options.pubkey_auth_options & in mm_answer_keyverify()
1469 req_verify = (options.pubkey_auth_options & in mm_answer_keyverify()