Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c93 Kex *c_kex; /* The key-exchange struct for ssh2 */ member
363 c->c_kex = kex_setup(c->c_name, my_clnt_proposal, NULL); in keygrab_ssh2()
364 kex_start(c->c_kex); in keygrab_ssh2()
365 c->c_kex->kex[KEX_DH_GRP1_SHA1] = kexdh_client; in keygrab_ssh2()
366 c->c_kex->kex[KEX_DH_GEX_SHA1] = kexgex_client; in keygrab_ssh2()
367 c->c_kex->verify_host_key = hostjump; in keygrab_ssh2()
371 dispatch_run(DISPATCH_BLOCK, &c->c_kex->done, c->c_kex); in keygrab_ssh2()
376 xfree(c->c_kex); in keygrab_ssh2()
377 c->c_kex = NULL; in keygrab_ssh2()