Lines Matching defs:buf
34 static int tls_dump_gets(BIO *bp, char *buf, int size);
238 static int tls_dump_gets(BIO *bio, char *buf, int size)
282 static int mempacket_test_gets(BIO *bp, char *buf, int size);
702 static int mempacket_test_gets(BIO *bio, char *buf, int size)
718 static int always_retry_gets(BIO *bp, char *buf, int size);
795 static int always_retry_gets(BIO *bio, char *buf, int size)
1106 unsigned char buf[20];
1110 if (SSL_read(serverssl, buf, sizeof(buf)) > 0) {
1117 if (SSL_read(clientssl, buf, sizeof(buf)) > 0) {
1148 unsigned char buf;
1160 if (SSL_read_ex(clientssl, &buf, sizeof(buf), &readbytes) > 0) {