HomeSort by: relevance | last modified time | path
    Searched refs:cipher_crypt (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
cipher.h 61 int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,
cipher.c 359 * cipher_crypt() operates as following:
369 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, function
packet.c 1285 if ((r = cipher_crypt(state->send_context, state->p_send.seqnr, cp,
1628 if ((r = cipher_crypt(state->receive_context,
1696 if ((r = cipher_crypt(state->receive_context, state->p_read.seqnr, cp,
sshkey.c 1649 if ((r = cipher_crypt(cctx, 0, enc,
1775 if ((r = cipher_crypt(cctx, 0, cp,
2876 if ((r = cipher_crypt(ciphercontext, 0, cp,
3079 if ((r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(decoded),

Completed in 28 milliseconds