cipher_crypt
int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,
if ((r = cipher_crypt(state->send_context, state->p_send.seqnr, cp,
if ((r = cipher_crypt(state->receive_context,
if ((r = cipher_crypt(state->receive_context, state->p_read.seqnr, cp,
(r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(copy),
(r = cipher_crypt(ciphercontext, 0, cp, sshbuf_ptr(encoded),
if ((r = cipher_crypt(cctx, 0, enc,
if ((r = cipher_crypt(cctx, 0, cp,
if ((r = cipher_crypt(ciphercontext, 0, cp,
if ((r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(decoded),