Searched refs:packet_set_encryption_key (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dpacket.h33 void packet_set_encryption_key(const u_char *, u_int, int);
H A Dsshconnect1.c654 packet_set_encryption_key(session_key, SSH_SESSION_KEY_LENGTH, options.cipher);
H A Dssh_namespace.h397 #define packet_set_encryption_key ssh_packet_set_encryption_key macro
H A Dpacket.c222 * packet_set_encryption_key is called.
555 packet_set_encryption_key(const u_char *key, u_int keylen, int number) function
560 fatal("packet_set_encryption_key: unknown cipher number %d", number);
562 fatal("packet_set_encryption_key: keylen too small: %d", keylen);
564 fatal("packet_set_encryption_key: keylen too big: %d", keylen);
H A Dsshd.c2435 packet_set_encryption_key(session_key, SSH_SESSION_KEY_LENGTH, cipher_type);
H A Dmonitor.c1790 packet_set_encryption_key(child_state.ssh1key,

Completed in 211 milliseconds