Lines Matching refs:sbuf
2052 char sbuf[1024 * 8]; in doit_localhost() local
2056 memset(sbuf, 0, sizeof(sbuf)); in doit_localhost()
2066 if (sw_num > (long)sizeof(sbuf)) in doit_localhost()
2067 i = sizeof(sbuf); in doit_localhost()
2070 r = BIO_write(s_ssl_bio, sbuf, i); in doit_localhost()
2091 r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf)); in doit_localhost()
2314 char sbuf[1024 * 8]; in doit_biopair() local
2318 memset(sbuf, 0, sizeof(sbuf)); in doit_biopair()
2328 if (sw_num > (long)sizeof(sbuf)) in doit_biopair()
2329 i = sizeof(sbuf); in doit_biopair()
2332 r = BIO_write(s_ssl_bio, sbuf, i); in doit_biopair()
2353 r = BIO_read(s_ssl_bio, sbuf, sizeof(sbuf)); in doit_biopair()
2537 char *cbuf = NULL, *sbuf = NULL; in doit() local
2559 if ((sbuf = OPENSSL_zalloc(bufsiz)) == NULL) in doit()
2712 i = BIO_read(s_bio, sbuf, bufsiz); in doit()
2748 i = BIO_write(s_bio, sbuf, j); in doit()
2807 OPENSSL_free(sbuf); in doit()