Searched refs:cipher_crypt (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/usr.bin/ssh/ |
| D | cipher.h | 80 void cipher_crypt(CipherContext *, u_char *, const u_char *, u_int);
|
| D | packet.c | 706 cipher_crypt(&active_state->send_context, cp, in packet_send1() 926 cipher_crypt(&active_state->send_context, cp, in packet_send2_wrapped() 1176 cipher_crypt(&active_state->receive_context, cp, in packet_read_poll1() 1252 cipher_crypt(&active_state->receive_context, cp, in packet_read_poll2() 1291 cipher_crypt(&active_state->receive_context, cp, in packet_read_poll2()
|
| D | authfile.c | 146 cipher_crypt(&ciphercontext, cp, in key_save_private_rsa1() 417 cipher_crypt(&ciphercontext, cp, in key_load_private_rsa1()
|
| D | cipher.c | 285 cipher_crypt(CipherContext *cc, u_char *dest, const u_char *src, u_int len) in cipher_crypt() function
|