Home
last modified time | relevance | path

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

/external/openssh/
Dcipher.h79 void cipher_crypt(CipherContext *, u_char *, const u_char *, u_int);
Dpacket.c712 cipher_crypt(&active_state->send_context, cp, in packet_send1()
938 cipher_crypt(&active_state->send_context, cp, in packet_send2_wrapped()
1189 cipher_crypt(&active_state->receive_context, cp, in packet_read_poll1()
1265 cipher_crypt(&active_state->receive_context, cp, in packet_read_poll2()
1304 cipher_crypt(&active_state->receive_context, cp, in packet_read_poll2()
Dauthfile.c152 cipher_crypt(&ciphercontext, cp, in key_private_rsa1_to_blob()
476 cipher_crypt(&ciphercontext, cp, in key_parse_private_rsa1()
Dcipher.c279 cipher_crypt(CipherContext *cc, u_char *dest, const u_char *src, u_int len) in cipher_crypt() function