Home | History | Annotate | Download | only in ssl

Lines Matching defs:bufsiz

1171 	size_t bufsiz = 256; /* small buffer for testing */
1173 if (!BIO_new_bio_pair(&server, bufsiz, &server_io, bufsiz))
1175 if (!BIO_new_bio_pair(&client, bufsiz, &client_io, bufsiz))