Home
last modified time | relevance | path

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

/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dpacket.c179 u_int ssh1_keylen; member
563 active_state->ssh1_keylen = keylen; in packet_set_encryption_key()
574 return (active_state->ssh1_keylen); in packet_get_encryption_key()
575 memcpy(key, active_state->ssh1_key, active_state->ssh1_keylen); in packet_get_encryption_key()
576 return (active_state->ssh1_keylen); in packet_get_encryption_key()
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dpacket.c205 u_int ssh1_keylen; member
859 state->ssh1_keylen = keylen; in ssh_packet_set_encryption_key()
2562 (r = sshbuf_put_string(m, state->ssh1_key, state->ssh1_keylen)) != 0 ||