Searched refs:cipher_crypt (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dcipher.h81 void cipher_crypt(CipherContext *, u_char *, const u_char *,
H A Dpacket.c719 cipher_crypt(&active_state->send_context, cp,
952 cipher_crypt(&active_state->send_context, cp,
1214 cipher_crypt(&active_state->receive_context, cp,
1308 cipher_crypt(&active_state->receive_context, cp,
1364 cipher_crypt(&active_state->receive_context, cp,
H A Dcipher.c329 * cipher_crypt() operates as following:
339 cipher_crypt(CipherContext *cc, u_char *dest, const u_char *src, function
H A Dauthfile.c152 cipher_crypt(&ciphercontext, cp,
476 cipher_crypt(&ciphercontext, cp,
H A Dssh_namespace.h156 #define cipher_crypt ssh_cipher_crypt macro

Completed in 98 milliseconds