Home
last modified time | relevance | path

Searched refs:hostbased_key_types (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dservconf.h111 char *hostbased_key_types; /* Key types allowed for hostbased */ member
244 M_CP_STROPT(hostbased_key_types); \
H A Dreadconf.h160 char *hostbased_key_types; member
H A Dauth2-hostbased.c110 if (match_pattern_list(pkalg, options.hostbased_key_types, 0) != 1) { in userauth_hostbased()
H A Dservconf.c120 options->hostbased_key_types = NULL; in initialize_server_options()
213 ASSEMBLE(hostbased_key_types, KEX_DEFAULT_PK_ALG, all_key); in assemble_algorithms()
1435 charptr = &options->hostbased_key_types; in process_server_config_line()
2628 dump_cfg_string(sHostbasedAcceptedKeyTypes, o->hostbased_key_types ? in dump_config()
2629 o->hostbased_key_types : KEX_DEFAULT_PK_ALG); in dump_config()
H A Dreadconf.c1711 charptr = &options->hostbased_key_types; in process_config_line_depth()
1929 options->hostbased_key_types = NULL; in initialize_options()
2123 ASSEMBLE(hostbased_key_types, KEX_DEFAULT_PK_ALG, all_key); in fill_default_options()
2648 dump_cfg_string(oHostbasedKeyTypes, o->hostbased_key_types); in dump_client_config()
H A Dmonitor.c1204 options.hostbased_key_types, 0) != 1) in mm_answer_keyallowed()
H A Dsshconnect2.c1903 authctxt->oktypes = xstrdup(options.hostbased_key_types); in userauth_hostbased()