Home
last modified time | relevance | path

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

/external/openssh/
Dkex.c611 free(kex->hostkey_alg); in kex_free()
733 k->hostkey_alg = match_list(client, server, NULL); in choose_hostkeyalg()
736 k->hostkey_alg ? k->hostkey_alg : "(no match)"); in choose_hostkeyalg()
737 if (k->hostkey_alg == NULL) in choose_hostkeyalg()
739 k->hostkey_type = sshkey_type_from_name(k->hostkey_alg); in choose_hostkeyalg()
742 k->hostkey_nid = sshkey_ecdsa_nid_from_name(k->hostkey_alg); in choose_hostkeyalg()
Dkexc25519s.c138 &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0) in input_kex_c25519_init()
Dkexecdhs.c173 &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0) in input_kex_ecdh_init()
Dkex.h138 char *hostkey_alg; member
Dkexdhs.c193 &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0) in input_kex_dh_init()
Dkexgexs.c224 &slen, hash, hashlen, kex->hostkey_alg, ssh->compat)) < 0) in input_kex_dh_gex_init()
Dmonitor_wrap.c220 const u_char *data, u_int datalen, const char *hostkey_alg) in mm_key_sign() argument
230 buffer_put_cstring(&m, hostkey_alg); in mm_key_sign()