Home
last modified time | relevance | path

Searched refs:KEX_DEFAULT_PK_ALG (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dmyproposal.h107 #define KEX_DEFAULT_PK_ALG \ macro
152 #define KEX_DEFAULT_PK_ALG \ macro
181 KEX_DEFAULT_PK_ALG, \
193 KEX_DEFAULT_PK_ALG, \
Dservconf.c267 options->hostkeyalgorithms = xstrdup(KEX_DEFAULT_PK_ALG); in fill_default_server_options()
352 kex_assemble_names(KEX_DEFAULT_PK_ALG, in fill_default_server_options()
354 kex_assemble_names(KEX_DEFAULT_PK_ALG, in fill_default_server_options()
2312 o->hostbased_key_types : KEX_DEFAULT_PK_ALG); in dump_config()
2314 o->hostkeyalgorithms : KEX_DEFAULT_PK_ALG); in dump_config()
2316 o->pubkey_key_types : KEX_DEFAULT_PK_ALG); in dump_config()
Dsshconnect2.c119 oavail = avail = xstrdup(KEX_DEFAULT_PK_ALG); in order_hostkeyalgs()
182 if (kex_assemble_names(KEX_DEFAULT_PK_ALG, in ssh_kex2()
189 options.hostkeyalgorithms = xstrdup(KEX_DEFAULT_PK_ALG); in ssh_kex2()
Dreadconf.c1860 kex_assemble_names(KEX_DEFAULT_PK_ALG, in fill_default_options()
1862 kex_assemble_names(KEX_DEFAULT_PK_ALG, in fill_default_options()
2305 …p_cfg_string(oHostKeyAlgorithms, o->hostkeyalgorithms ? o->hostkeyalgorithms : KEX_DEFAULT_PK_ALG); in dump_client_config()
Dclientloop.c2370 KEX_DEFAULT_PK_ALG, 0) != 1) { in client_input_hostkeys()