Home | History | Annotate | Download | only in ssl

Lines Matching defs:bufsiz

1177 	size_t bufsiz = 256; /* small buffer for testing */
1179 if (!BIO_new_bio_pair(&server, bufsiz, &server_io, bufsiz))
1181 if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz))