Searched refs:hostbased_key_types (Results 1 – 7 of 7) sorted by relevance
111 char *hostbased_key_types; /* Key types allowed for hostbased */ member244 M_CP_STROPT(hostbased_key_types); \
160 char *hostbased_key_types; member
110 if (match_pattern_list(pkalg, options.hostbased_key_types, 0) != 1) { in userauth_hostbased()
120 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()
1711 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()
1204 options.hostbased_key_types, 0) != 1) in mm_answer_keyallowed()
1903 authctxt->oktypes = xstrdup(options.hostbased_key_types); in userauth_hostbased()