Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDservconf.h134 char *hostbased_accepted_algos; /* Algos allowed for hostbased */ member
293 M_CP_STROPT(hostbased_accepted_algos); \
HDreadconf.h171 char *hostbased_accepted_algos; member
HDauth2-hostbased.c104 if (match_pattern_list(pkalg, options.hostbased_accepted_algos, 0) != 1) { in userauth_hostbased()
HDreadconf.c2243 charptr = &options->hostbased_accepted_algos; in process_config_line_depth()
2638 options->hostbased_accepted_algos = NULL; in initialize_options()
2877 ASSEMBLE(hostbased_accepted_algos, def_key, all_key); in fill_default_options()
3019 free(o->hostbased_accepted_algos); in free_options()
3578 dump_cfg_string(oHostbasedAcceptedAlgorithms, o->hostbased_accepted_algos); in dump_client_config()
HDservconf.c130 options->hostbased_accepted_algos = NULL; in initialize_server_options()
252 ASSEMBLE(hostbased_accepted_algos, def_key, all_key); in assemble_algorithms()
1512 charptr = &options->hostbased_accepted_algos; in process_server_config_line_depth()
3230 dump_cfg_string(sHostbasedAcceptedAlgorithms, o->hostbased_accepted_algos); in dump_config()
HDmonitor.c1205 options.hostbased_accepted_algos)) in mm_answer_keyallowed()
HDsshconnect2.c2137 authctxt->oktypes = xstrdup(options.hostbased_accepted_algos); in userauth_hostbased()