Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dservconf.h139 int pubkey_auth_options; /* -1 or mask of PUBKEYAUTH_* flags */ member
H A Dservconf.c136 options->pubkey_auth_options = -1; in initialize_server_options()
389 if (options->pubkey_auth_options == -1) in fill_default_server_options()
390 options->pubkey_auth_options = 0; in fill_default_server_options()
1763 intptr = &options->pubkey_auth_options; in process_server_config_line_depth()
2970 M_CP_INTOPT(pubkey_auth_options); in copy_set_server_options()
3430 if (o->pubkey_auth_options == 0) in dump_config()
3432 if (o->pubkey_auth_options & PUBKEYAUTH_TOUCH_REQUIRED) in dump_config()
3434 if (o->pubkey_auth_options & PUBKEYAUTH_VERIFY_REQUIRED) in dump_config()
H A Dauth2-pubkey.c239 req_presence = (options.pubkey_auth_options & in userauth_pubkey()
254 req_verify = (options.pubkey_auth_options & in userauth_pubkey()
H A Dmonitor.c1447 req_presence = (options.pubkey_auth_options & in mm_answer_keyverify()
1461 req_verify = (options.pubkey_auth_options & in mm_answer_keyverify()