Searched refs:hostkey_alg (Results 1 – 15 of 15) sorted by relevance
| /freebsd-12.1/crypto/openssh/ |
| H A D | kex.c | 659 free(kex->hostkey_alg); in kex_free() 778 k->hostkey_alg = match_list(client, server, NULL); in choose_hostkeyalg() 781 k->hostkey_alg ? k->hostkey_alg : "(no match)"); in choose_hostkeyalg() 782 if (k->hostkey_alg == NULL) in choose_hostkeyalg() 784 k->hostkey_type = sshkey_type_from_name(k->hostkey_alg); in choose_hostkeyalg() 787 k->hostkey_nid = sshkey_ecdsa_nid_from_name(k->hostkey_alg); in choose_hostkeyalg()
|
| H A D | kexc25519s.c | 137 &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0) in input_kex_c25519_init()
|
| H A D | kexc25519c.c | 144 kex->hostkey_alg, ssh->compat)) != 0) in input_kex_c25519_reply()
|
| H A D | kexecdhs.c | 172 &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0) in input_kex_ecdh_init()
|
| H A D | kexecdhc.c | 190 hashlen, kex->hostkey_alg, ssh->compat)) != 0) in input_kex_ecdh_reply()
|
| H A D | kexdhc.c | 193 kex->hostkey_alg, ssh->compat)) != 0) in input_kex_dh()
|
| H A D | kexdhs.c | 193 &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0) in input_kex_dh_init()
|
| H A D | kex.h | 139 char *hostkey_alg; member
|
| H A D | kexgexs.c | 227 &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0) in input_kex_dh_gex_init()
|
| H A D | serverloop.c | 691 sshkey_type_from_name(ssh->kex->hostkey_alg)); in server_input_hostkeys_prove() 735 use_kexsigtype ? ssh->kex->hostkey_alg : NULL, 0)) != 0 || in server_input_hostkeys_prove()
|
| H A D | kexgexc.c | 239 hashlen, kex->hostkey_alg, ssh->compat)) != 0) in input_kex_dh_gex_reply()
|
| H A D | monitor_wrap.c | 222 const u_char *data, size_t datalen, const char *hostkey_alg, u_int compat) in mm_sshkey_sign() argument 235 (r = sshbuf_put_cstring(m, hostkey_alg)) != 0 || in mm_sshkey_sign()
|
| H A D | clientloop.c | 1924 sshkey_type_from_name(ssh->kex->hostkey_alg)); in client_global_hostkeys_private_confirm() 1962 use_kexsigtype ? ssh->kex->hostkey_alg : NULL, 0)) != 0) { in client_global_hostkeys_private_confirm()
|
| H A D | packet.c | 2175 (r = sshbuf_put_cstring(m, kex->hostkey_alg)) != 0 || in kex_to_blob() 2341 (r = sshbuf_get_cstring(m, &kex->hostkey_alg, NULL)) != 0 || in kex_from_blob()
|
| H A D | ChangeLog | 3533 desired signature algorithm of kex->hostkey_alg is incorrect when the key 3554 pass kex->hostkey_alg and kex->hostkey_nid from pre-auth
|