Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/
Dpacket.h90 void ssh_packet_set_encryption_key(struct ssh *, const u_char *, u_int, int);
Dopacket.h66 ssh_packet_set_encryption_key(active_state, (key), (keylen), (number))
Dssh_namespace.h705 #define ssh_packet_set_encryption_key Fssh_ssh_packet_set_encryption_key macro
Dpacket.c850 ssh_packet_set_encryption_key(struct ssh *ssh, const u_char *key, u_int keylen, int number) in ssh_packet_set_encryption_key() function
2737 ssh_packet_set_encryption_key(ssh, ssh1key, ssh1keylen, in ssh_packet_set_state()