Searched refs:cipher_crypt (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/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 | 345 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, in cipher_crypt() function
|
H A D | sshkey-xmss.c | 960 (r = cipher_crypt(ciphercontext, 0, cp, sshbuf_ptr(encoded), in sshkey_xmss_encrypt_state() 1053 (r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(copy), in sshkey_xmss_decrypt_state()
|
H A D | packet.c | 1189 if ((r = cipher_crypt(state->send_context, state->p_send.seqnr, cp, in ssh_packet_send2_wrapped() 1526 if ((r = cipher_crypt(state->receive_context, in ssh_packet_read_poll2() 1594 if ((r = cipher_crypt(state->receive_context, state->p_read.seqnr, cp, in ssh_packet_read_poll2()
|
H A D | sshkey.c | 1604 if ((r = cipher_crypt(cctx, 0, enc, in sshkey_shield_private() 1730 if ((r = cipher_crypt(cctx, 0, cp, in sshkey_unshield_private() 2845 if ((r = cipher_crypt(ciphercontext, 0, cp, in sshkey_private_to_blob2() 3048 if ((r = cipher_crypt(ciphercontext, 0, dp, sshbuf_ptr(decoded), in private2_decrypt()
|
H A D | ssh_namespace.h | 204 #define cipher_crypt Fssh_cipher_crypt macro
|