Searched refs:hkalgs (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssh/regress/unittests/kex/ |
| H A D | test_proposal.c | 89 char *prop[PROPOSAL_MAX], *kexalgs, *ciphers, *macs, *hkalgs; in kex_proposal_populate_tests() local 98 hkalgs = kex_alg_list(','); in kex_proposal_populate_tests() 109 ciphers, macs, hkalgs, comp); in kex_proposal_populate_tests() 121 free(hkalgs); in kex_proposal_populate_tests()
|
| /freebsd/crypto/openssh/ |
| H A D | sshd-auth.c | 797 char *hkalgs = NULL, *myproposal[PROPOSAL_MAX]; in do_ssh2_kex() local 808 hkalgs = list_hostkey_types(); in do_ssh2_kex() 811 options.ciphers, options.macs, compression, hkalgs); in do_ssh2_kex() 813 free(hkalgs); in do_ssh2_kex()
|
| H A D | kex.c | 89 const char *comp, const char *hkalgs) in kex_proposal_populate_entries() argument 126 prop[i] = xstrdup(hkalgs ? hkalgs : defprop[i]); in kex_proposal_populate_entries()
|
| H A D | sshconnect2.c | 223 char *all_key, *hkalgs = NULL; in ssh_kex2() local 252 hkalgs = order_hostkeyalgs(host, hostaddr, port, cinfo); in ssh_kex2() 257 hkalgs ? hkalgs : options.hostkeyalgorithms); in ssh_kex2() 259 free(hkalgs); in ssh_kex2()
|