Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/
HDservconf.h140 int pubkey_auth_options; /* -1 or mask of PUBKEYAUTH_* flags */ member
HDservconf.c134 options->pubkey_auth_options = -1; in initialize_server_options()
377 if (options->pubkey_auth_options == -1) in fill_default_server_options()
378 options->pubkey_auth_options = 0; in fill_default_server_options()
1612 intptr = &options->pubkey_auth_options; in process_server_config_line_depth()
2915 M_CP_INTOPT(pubkey_auth_options); in copy_set_server_options()
3393 if (o->pubkey_auth_options == 0) in dump_config()
3395 if (o->pubkey_auth_options & PUBKEYAUTH_TOUCH_REQUIRED) in dump_config()
3397 if (o->pubkey_auth_options & PUBKEYAUTH_VERIFY_REQUIRED) in dump_config()
HDauth2-pubkey.c235 req_presence = (options.pubkey_auth_options & in userauth_pubkey()
250 req_verify = (options.pubkey_auth_options & in userauth_pubkey()
HDmonitor.c1480 req_presence = (options.pubkey_auth_options & in mm_answer_keyverify()
1494 req_verify = (options.pubkey_auth_options & in mm_answer_keyverify()