Home
last modified time | relevance | path

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

/external/openssh/
Dopacket.h66 ssh_packet_set_encryption_key(active_state, (key), (keylen), (number))
Dpacket.h96 void ssh_packet_set_encryption_key(struct ssh *, const u_char *, u_int, int);
Dpacket.c812 ssh_packet_set_encryption_key(struct ssh *ssh, const u_char *key, u_int keylen, int number) in ssh_packet_set_encryption_key() function
2745 ssh_packet_set_encryption_key(ssh, ssh1key, ssh1keylen, in ssh_packet_set_state()