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

/freebsd-10.1-release/crypto/openssh/
H A Dcipher.h84 int cipher_crypt(CipherContext *, u_int, u_char *, const u_char *,
H A Dauthfile.c173 if (cipher_crypt(&ctx, 0, cp, buffer_ptr(&b), buffer_len(&b), 0,
175 fatal("%s: cipher_crypt failed", __func__);
356 ret = cipher_crypt(&ctx, 0, cp, buffer_ptr(&copy), len, 0, authlen);
495 if (cipher_crypt(&ciphercontext, 0, cp,
497 fatal("%s: cipher_crypt failed", __func__);
830 if (cipher_crypt(&ciphercontext, 0, cp,
832 fatal("%s: cipher_crypt failed", __func__);
H A Dpacket.c719 if (cipher_crypt(&active_state->send_context, 0, cp,
722 fatal("%s: cipher_crypt failed", __func__);
953 if (cipher_crypt(&active_state->send_context, active_state->p_send.seqnr,
956 fatal("%s: cipher_crypt failed", __func__);
1216 if (cipher_crypt(&active_state->receive_context, 0, cp,
1218 fatal("%s: cipher_crypt failed", __func__);
1313 if (cipher_crypt(&active_state->receive_context,
1371 if (cipher_crypt(&active_state->receive_context,
H A Dcipher.c351 * cipher_crypt() operates as following:
359 * cipher_crypt() returns 0 on success and -1 if the decryption integrity
363 cipher_crypt(CipherContext *cc, u_int seqnr, u_char *dest, const u_char *src, function
H A Dssh_namespace.h179 #define cipher_crypt ssh_cipher_crypt macro

Completed in 111 milliseconds