Searched refs:buf_getbyte (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/
H A Dbuffer.h52 unsigned char buf_getbyte(buffer* buf);
H A Dprocess-packet.c50 type = buf_getbyte(ses.payload);
H A Dbuffer.c153 unsigned char buf_getbyte(buffer* buf) { function
158 dropbear_exit("bad buf_getbyte");
167 b = buf_getbyte(buf);
H A Dcli-kex.c254 if (buf_getbyte(line) != ' ') {
266 if (buf_getbyte(line) != ' ') {
H A Dsvr-authpubkey.c219 if (buf_getbyte(line) != ' ') {
227 if (buf_getbyte(line) == ' ') break;
H A Dpacket.c279 padlen = buf_getbyte(ses.decryptreadbuf);
H A Dsvr-chansession.c458 while (((opcode = buf_getbyte(ses.payload)) != 0x00) && opcode <= 159) {

Completed in 619 milliseconds