Home
last modified time | relevance | path

Searched refs:hostkey_alg (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/crypto/openssh/
H A Dkex.c659 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 Dkexc25519s.c137 &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0) in input_kex_c25519_init()
H A Dkexc25519c.c144 kex->hostkey_alg, ssh->compat)) != 0) in input_kex_c25519_reply()
H A Dkexecdhs.c172 &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0) in input_kex_ecdh_init()
H A Dkexecdhc.c190 hashlen, kex->hostkey_alg, ssh->compat)) != 0) in input_kex_ecdh_reply()
H A Dkexdhc.c193 kex->hostkey_alg, ssh->compat)) != 0) in input_kex_dh()
H A Dkexdhs.c193 &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0) in input_kex_dh_init()
H A Dkex.h139 char *hostkey_alg; member
H A Dkexgexs.c227 &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0) in input_kex_dh_gex_init()
H A Dserverloop.c691 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 Dkexgexc.c239 hashlen, kex->hostkey_alg, ssh->compat)) != 0) in input_kex_dh_gex_reply()
H A Dmonitor_wrap.c222 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 Dclientloop.c1924 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 Dpacket.c2175 (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 DChangeLog3533 desired signature algorithm of kex->hostkey_alg is incorrect when the key
3554 pass kex->hostkey_alg and kex->hostkey_nid from pre-auth