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

/external/openssh/
H A Dcipher.h88 int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,
H A Dpacket.c891 if ((r = cipher_crypt(&state->send_context, 0, cp,
1159 if ((r = cipher_crypt(&state->send_context, state->p_send.seqnr, cp,
1466 if ((r = cipher_crypt(&state->receive_context, 0, p,
1589 if ((r = cipher_crypt(&state->receive_context,
1653 if ((r = cipher_crypt(&state->receive_context, state->p_read.seqnr, cp,
H A Dcipher.c381 * cipher_crypt() operates as following:
391 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, function
H A Dsshkey.c3146 if ((r = cipher_crypt(&ciphercontext, 0, cp,
3334 if ((r = cipher_crypt(&ciphercontext, 0, dp, sshbuf_ptr(decoded),
3492 if ((r = cipher_crypt(&ciphercontext, 0, cp,
3734 if ((r = cipher_crypt(&ciphercontext, 0, cp,

Completed in 92 milliseconds