Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h127 int pubkey_auth_options; /* -1 or mask of PUBKEYAUTH_* flags */ member
Dservconf.c133 options->pubkey_auth_options = -1; in initialize_server_options()
370 if (options->pubkey_auth_options == -1) in fill_default_server_options()
371 options->pubkey_auth_options = 0; in fill_default_server_options()
1525 intptr = &options->pubkey_auth_options; in process_server_config_line_depth()
2494 M_CP_INTOPT(pubkey_auth_options); in copy_set_server_options()
2933 if (o->pubkey_auth_options == 0) in dump_config()
2935 if (o->pubkey_auth_options & PUBKEYAUTH_TOUCH_REQUIRED) in dump_config()
Dauth2-pubkey.c227 req_presence = (options.pubkey_auth_options & in userauth_pubkey()
Dmonitor.c1448 req_presence = (options.pubkey_auth_options & in mm_answer_keyverify()