Searched refs:hostkey_alg (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/crypto/openssh/ |
| H A D | kex.c | 991 free(kex->hostkey_alg); in kex_free() 1131 free(k->hostkey_alg); in choose_hostkeyalg() 1132 k->hostkey_alg = match_list(client, server, NULL); in choose_hostkeyalg() 1135 k->hostkey_alg ? k->hostkey_alg : "(no match)"); in choose_hostkeyalg() 1136 if (k->hostkey_alg == NULL) in choose_hostkeyalg() 1138 k->hostkey_type = sshkey_type_from_name(k->hostkey_alg); in choose_hostkeyalg() 1140 error_f("unsupported hostkey algorithm %s", k->hostkey_alg); in choose_hostkeyalg() 1143 k->hostkey_nid = sshkey_ecdsa_nid_from_name(k->hostkey_alg); in choose_hostkeyalg()
|
| H A D | kexgen.c | 218 kex->hostkey_alg, ssh->compat, NULL)) != 0) in input_kex_gen_reply() 343 &signature, &slen, hash, hashlen, kex->hostkey_alg)) != 0) in input_kex_gen_init()
|
| H A D | kexgexs.c | 185 &signature, &slen, hash, hashlen, kex->hostkey_alg)) < 0) in input_kex_dh_gex_init()
|
| H A D | kex.h | 147 char *hostkey_alg; member
|
| H A D | kexgexc.c | 206 hashlen, kex->hostkey_alg, ssh->compat, NULL)) != 0) in input_kex_dh_gex_reply()
|
| H A D | serverloop.c | 692 ssh->kex->hostkey_alg)) == KEY_RSA) in server_input_hostkeys_prove() 693 kex_rsa_sigalg = ssh->kex->hostkey_alg; in server_input_hostkeys_prove()
|
| H A D | monitor_wrap.c | 218 const u_char *data, size_t datalen, const char *hostkey_alg, in mm_sshkey_sign() argument 231 (r = sshbuf_put_cstring(m, hostkey_alg)) != 0 || in mm_sshkey_sign()
|
| H A D | clientloop.c | 2368 ssh->kex->hostkey_alg)) == KEY_RSA) in client_global_hostkeys_prove_confirm() 2369 rsa_kexalg = ssh->kex->hostkey_alg; in client_global_hostkeys_prove_confirm()
|
| H A D | packet.c | 2263 (r = sshbuf_put_cstring(m, kex->hostkey_alg)) != 0 || in kex_to_blob() 2426 (r = sshbuf_get_cstring(m, &kex->hostkey_alg, NULL)) != 0 || in kex_from_blob()
|