Searched refs:cipher_crypt (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | cipher.h | 60 int cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,
|
| H A D | cipher.c | 335 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, in cipher_crypt() function
|
| H A D | sshkey.c | 1698 if ((r = cipher_crypt(cctx, 0, enc, in sshkey_shield_private() 1824 if ((r = cipher_crypt(cctx, 0, cp, in sshkey_unshield_private() 2912 if ((r = cipher_crypt(ciphercontext, 0, cp, in sshkey_private_to_blob2() 3115 if ((r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(decoded), in private2_decrypt()
|
| H A D | packet.c | 1336 if ((r = cipher_crypt(state->send_context, state->p_send.seqnr, cp, in ssh_packet_send2_wrapped() 1677 if ((r = cipher_crypt(state->receive_context, in ssh_packet_read_poll2() 1745 if ((r = cipher_crypt(state->receive_context, state->p_read.seqnr, cp, in ssh_packet_read_poll2()
|
| H A D | ssh_namespace.h | 198 #define cipher_crypt Fssh_cipher_crypt macro
|