Lines Matching refs:sbuf
2109 char sbuf[1024 * 8]; in doit_localhost() local
2113 memset(sbuf, 0, sizeof(sbuf)); in doit_localhost()
2123 if (sw_num > (long)sizeof(sbuf)) in doit_localhost()
2124 i = sizeof(sbuf); in doit_localhost()
2127 r = BIO_write(s_ssl_bio, sbuf, i); in doit_localhost()
2148 r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf)); in doit_localhost()
2388 char sbuf[1024 * 8]; in doit_biopair() local
2392 memset(sbuf, 0, sizeof(sbuf)); in doit_biopair()
2402 if (sw_num > (long)sizeof(sbuf)) in doit_biopair()
2403 i = sizeof(sbuf); in doit_biopair()
2406 r = BIO_write(s_ssl_bio, sbuf, i); in doit_biopair()
2427 r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf)); in doit_biopair()
2611 char *cbuf = NULL, *sbuf = NULL; in doit() local
2633 if ((sbuf = OPENSSL_zalloc(bufsiz)) == NULL) in doit()
2786 i = BIO_read(s_bio, sbuf, bufsiz); in doit()
2822 i = BIO_write(s_bio, sbuf, j); in doit()
2881 OPENSSL_free(sbuf); in doit()