Lines Matching refs:buffer
30 #include "buffer.h"
102 buffer *writepayload; /* Unencrypted payload to write - this is used
104 buffer with the packet to send. */
106 buffer *readbuf; /* Encrypted */
107 buffer *decryptreadbuf; /* Post-decryption */
108 buffer *payload; /* Post-decompression, the actual SSH packet */
137 buffer* kexhashbuf; /* session hash buffer calculated from various packets*/
138 buffer* transkexinit; /* the kexinit packet we send should be kept so we
141 algo_type*(*buf_match_algo)(buffer*buf, algo_type localalgos[],