Home
last modified time | relevance | path

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

/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dssh-keyscan.c109 struct ssh *c_ssh; /* SSH-connection */
259 if ((r = kex_setup(c->c_ssh, myproposal)) != 0) {
260 free(c->c_ssh);
273 c->c_ssh->kex->kex[KEX_ECDH_SHA2] = kex_gen_client;
415 if (fdcon[s].c_ssh) {
416 ssh_packet_close(fdcon[s].c_ssh);
417 free(fdcon[s].c_ssh);
418 fdcon[s].c_ssh = NULL;
504 ssh_packet_set_timeout(c->c_ssh, timeout, 1);
505 ssh_set_app_data(c->c_ssh, c); /* back link */
[all …]
/dports/security/openssh-portable/openssh-8.8p1/
H A Dssh-keyscan.c113 struct ssh *c_ssh; /* SSH-connection */ member
278 if ((r = kex_setup(c->c_ssh, myproposal)) != 0) { in keygrab_ssh2()
279 free(c->c_ssh); in keygrab_ssh2()
434 if (fdcon[s].c_ssh) { in confree()
435 ssh_packet_close(fdcon[s].c_ssh); in confree()
436 free(fdcon[s].c_ssh); in confree()
437 fdcon[s].c_ssh = NULL; in confree()
523 ssh_packet_set_timeout(c->c_ssh, timeout, 1); in congreet()
524 ssh_set_app_data(c->c_ssh, c); /* back link */ in congreet()
525 c->c_ssh->compat = 0; in congreet()
[all …]