boringssl/crypto/bio
Håvard Molland ce5be4bd5c Add zero copy read and write api for bio pairs.
Also add functionality for setting external buffers to give the
caller better control of the buffers. This is typical needed if OS
sockets can outlive the bio pair.

Change-Id: I500f0c522011ce76e9a9bce5d7b43c93d9d11457
2014-11-18 14:06:46 -08:00
..
bio_error.c Add zero copy read and write api for bio pairs. 2014-11-18 14:06:46 -08:00
bio_mem.c Fix minor issues found by Clang's analysis. 2014-09-02 22:39:41 +00:00
bio_test.c Add zero copy read and write api for bio pairs. 2014-11-18 14:06:46 -08:00
bio.c Add misc functions for easier porting. 2014-09-18 22:38:11 +00:00
buffer.c Inital import. 2014-06-20 13:17:32 -07:00
CMakeLists.txt Fix standalone bio_test and v3name_test on Win64. 2014-10-29 21:17:27 +00:00
connect.c Account for Windows and UNIX socket API differences. 2014-10-01 02:05:43 +00:00
fd.c Account for Windows and UNIX socket API differences. 2014-10-01 02:05:43 +00:00
file.c Inital import. 2014-06-20 13:17:32 -07:00
hexdump.c Inital import. 2014-06-20 13:17:32 -07:00
internal.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
pair.c Add zero copy read and write api for bio pairs. 2014-11-18 14:06:46 -08:00
printf.c Use _POSIX_C_SOURCE not _BSD_SOURCE. 2014-10-02 21:35:33 +00:00
socket_helper.c Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
socket.c Account for Windows and UNIX socket API differences. 2014-10-01 02:05:43 +00:00