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

/freebsd-11-stable/crypto/openssh/
H A Dcipher.h78 int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,
H A Dpacket.c915 if ((r = cipher_crypt(state->send_context, 0, cp,
1262 if ((r = cipher_crypt(state->send_context, state->p_send.seqnr, cp,
1608 if ((r = cipher_crypt(state->receive_context, 0, p,
1773 if ((r = cipher_crypt(state->receive_context,
1841 if ((r = cipher_crypt(state->receive_context, state->p_read.seqnr, cp,
H A Dcipher.c434 * cipher_crypt() operates as following:
444 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, function
H A Dssh_namespace.h225 #define cipher_crypt Fssh_cipher_crypt macro
H A Dsshkey.c3139 if ((r = cipher_crypt(ciphercontext, 0, cp,
3333 if ((r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(decoded),
3491 if ((r = cipher_crypt(ciphercontext, 0, cp,
3726 if ((r = cipher_crypt(ciphercontext, 0, cp,

Completed in 128 milliseconds