Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dpacket.h47 void packet_set_encryption_key(const u_char *, u_int, int);
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c1127 packet_set_encryption_key(session_key, SSH_SESSION_KEY_LENGTH, options.cipher); in ssh_kex()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c381 packet_set_encryption_key(const u_char *key, u_int keylen, in packet_set_encryption_key() function
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsshd.c1914 packet_set_encryption_key(session_key, SSH_SESSION_KEY_LENGTH, cipher_type); in do_ssh1_kex()