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

/freebsd-10.3-release/crypto/openssh/
H A Dcipher.h85 int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,
H A Dpacket.c914 if ((r = cipher_crypt(&state->send_context, 0, cp,
1248 if ((r = cipher_crypt(&state->send_context, state->p_send.seqnr, cp,
1592 if ((r = cipher_crypt(&state->receive_context, 0, p,
1716 if ((r = cipher_crypt(&state->receive_context,
1780 if ((r = cipher_crypt(&state->receive_context, state->p_read.seqnr, cp,
H A Dcipher.c376 * cipher_crypt() operates as following:
386 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, function
H A Dssh_namespace.h231 #define cipher_crypt Fssh_cipher_crypt macro
H A Dsshkey.c3122 if ((r = cipher_crypt(&ciphercontext, 0, cp,
3317 if ((r = cipher_crypt(&ciphercontext, 0, dp, sshbuf_ptr(decoded),
3475 if ((r = cipher_crypt(&ciphercontext, 0, cp,
3713 if ((r = cipher_crypt(&ciphercontext, 0, cp,

Completed in 121 milliseconds