Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dcipher.h80 void cipher_crypt(CipherContext *, u_char *, const u_char *, u_int);
Dpacket.c706 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()
Dauthfile.c146 cipher_crypt(&ciphercontext, cp, in key_save_private_rsa1()
417 cipher_crypt(&ciphercontext, cp, in key_load_private_rsa1()
Dcipher.c285 cipher_crypt(CipherContext *cc, u_char *dest, const u_char *src, u_int len) in cipher_crypt() function