Searched refs:cipher_crypt (Results 1 – 5 of 5) sorted by relevance
| /trueos/crypto/openssh/ |
| HD | cipher.h | 84 int cipher_crypt(CipherContext *, u_int, u_char *, const u_char *,
|
| HD | authfile.c | 173 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(©), 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()
|
| HD | packet.c | 719 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()
|
| HD | cipher.c | 363 cipher_crypt(CipherContext *cc, u_int seqnr, u_char *dest, const u_char *src, function
|
| HD | ssh_namespace.h | 179 #define cipher_crypt ssh_cipher_crypt macro
|