Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDcipher.h84 int cipher_crypt(CipherContext *, u_int, u_char *, const u_char *,
HDauthfile.c173 if (cipher_crypt(&ctx, 0, cp, buffer_ptr(&b), buffer_len(&b), 0, in key_private_to_blob2()
356 ret = cipher_crypt(&ctx, 0, cp, buffer_ptr(&copy), len, 0, authlen); in key_parse_private2()
495 if (cipher_crypt(&ciphercontext, 0, cp, in key_private_rsa1_to_blob()
830 if (cipher_crypt(&ciphercontext, 0, cp, in key_parse_private_rsa1()
HDpacket.c719 if (cipher_crypt(&active_state->send_context, 0, cp, in packet_send1()
953 if (cipher_crypt(&active_state->send_context, active_state->p_send.seqnr, in packet_send2_wrapped()
1216 if (cipher_crypt(&active_state->receive_context, 0, cp, in packet_read_poll1()
1313 if (cipher_crypt(&active_state->receive_context, in packet_read_poll2()
1371 if (cipher_crypt(&active_state->receive_context, in packet_read_poll2()
HDcipher.c363 cipher_crypt(CipherContext *cc, u_int seqnr, u_char *dest, const u_char *src, function
HDssh_namespace.h179 #define cipher_crypt ssh_cipher_crypt macro