Lines Matching refs:ssh
12 * called by a name other than "ssh" or "Secure Shell".
1156 struct ssh *ssh = active_state; /* XXX */
1168 while (ssh_packet_remaining(ssh) > 0) {
1171 if ((r = sshpkt_get_string_direct(ssh, &blob, &blen)) != 0 ||
1181 if ((ndx = ssh->kex->host_key_index(key, 1, ssh)) == -1) {
1191 (key_pub = get_hostkey_public_by_index(ndx, ssh)) == NULL) {
1201 ssh->kex->session_id, ssh->kex->session_id_len)) != 0 ||
1203 (r = ssh->kex->sign(key_prv, key_pub, &sig, &slen,