Searched refs:hkalgs (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/regress/unittests/kex/ |
H A D | test_proposal.c | 91 char *prop[PROPOSAL_MAX], *kexalgs, *ciphers, *macs, *hkalgs; in kex_proposal_populate_tests() local 100 hkalgs = kex_alg_list(','); in kex_proposal_populate_tests() 111 ciphers, macs, hkalgs, comp); in kex_proposal_populate_tests() 123 free(hkalgs); in kex_proposal_populate_tests()
|
/freebsd/crypto/openssh/ |
H A D | sshd-session.c | 1438 char *hkalgs = NULL, *myproposal[PROPOSAL_MAX]; in do_ssh2_kex() local 1449 hkalgs = list_hostkey_types(); in do_ssh2_kex() 1452 options.ciphers, options.macs, compression, hkalgs); in do_ssh2_kex() 1454 free(hkalgs); in do_ssh2_kex()
|
H A D | kex.c | 93 const char *comp, const char *hkalgs) in kex_proposal_populate_entries() argument 130 prop[i] = xstrdup(hkalgs ? hkalgs : defprop[i]); in kex_proposal_populate_entries()
|
H A D | sshconnect2.c | 222 char *all_key, *hkalgs = NULL; in ssh_kex2() local 251 hkalgs = order_hostkeyalgs(host, hostaddr, port, cinfo); in ssh_kex2() 256 hkalgs ? hkalgs : options.hostkeyalgorithms); in ssh_kex2() 258 free(hkalgs); in ssh_kex2()
|