Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dkexdhs.c62 server_host_key = kex->load_host_key(kex->hostkey_type); in kexdh_server()
64 fatal("Unsupported hostkey type %d", kex->hostkey_type); in kexdh_server()
H A Dkexgexs.c56 server_host_key = kex->load_host_key(kex->hostkey_type); in kexgex_server()
58 fatal("Unsupported hostkey type %d", kex->hostkey_type); in kexgex_server()
H A Dkexdhc.c76 if (server_host_key->type != kex->hostkey_type) in kexdh_client()
H A Dkexgexc.c121 if (server_host_key->type != kex->hostkey_type) in kexgex_client()
H A Dkexgsss.c80 server_host_key = kex->load_host_key(kex->hostkey_type); in kexgss_server()
H A Dkex.c431 k->hostkey_type = key_type_from_name(hostkeyalg); in choose_hostkeyalg()
432 if (k->hostkey_type == KEY_UNSPEC) in choose_hostkeyalg()
/titanic_50/usr/src/cmd/ssh/include/
H A Dkex.h142 int hostkey_type; member