Searched refs:cipher_crypt (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | cipher.h | 86 void cipher_crypt(CipherContext *, u_char *, const u_char *, u_int);
|
/titanic_50/usr/src/cmd/ssh/libssh/common/ |
H A D | packet.c | 544 cipher_crypt(&send_context, cp, buffer_ptr(&outgoing_packet), in packet_send1() 816 cipher_crypt(&send_context, cp, buffer_ptr(&outgoing_packet), in packet_send2_wrapped() 1086 cipher_crypt(&receive_context, cp, buffer_ptr(&input), padded_len); in packet_read_poll1() 1157 cipher_crypt(&receive_context, cp, buffer_ptr(&input), in packet_read_poll2() 1185 cipher_crypt(&receive_context, cp, buffer_ptr(&input), need); in packet_read_poll2()
|
H A D | authfile.c | 136 cipher_crypt(&ciphercontext, cp, in key_save_private_rsa1() 387 cipher_crypt(&ciphercontext, cp, in key_load_private_rsa1()
|
H A D | cipher.c | 260 cipher_crypt(CipherContext *cc, u_char *dest, const u_char *src, u_int len) in cipher_crypt() function
|