boringssl/crypto/bio
Adam Langley 517da2f1ef Add |BIO_up_ref| and |EVP_PKEY_up_ref|.
This avoids callers having to worry about |CRYPTO_add| and what the
correct lock to use it with is. (Esp since we'll probably change the way
that reference counts work in the future.)

Change-Id: I972bf0cc3be6099e0255e64a0fd50249062d1eb4
Reviewed-on: https://boringssl-review.googlesource.com/4623
Reviewed-by: Adam Langley <agl@google.com>
2015-05-05 18:30:03 +00:00
..
bio_mem.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
bio_test.cc Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
bio.c Add |BIO_up_ref| and |EVP_PKEY_up_ref|. 2015-05-05 18:30:03 +00:00
buffer.c Remove unnecessary NULL checks, part 1. 2015-05-04 23:05:17 +00:00
CMakeLists.txt Convert bio_test to C++. 2015-04-01 19:59:03 +00:00
connect.c Remove unnecessary NULL checks, part 1. 2015-05-04 23:05:17 +00:00
fd.c Lowercase some Windows headers. 2015-03-31 22:21:42 +00:00
file.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
hexdump.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
internal.h Clean up use of Windows Platform SDK headers. 2015-01-28 20:36:49 +00:00
pair.c Remove unnecessary NULL checks, part 1. 2015-05-04 23:05:17 +00:00
printf.c Use _POSIX_C_SOURCE not _BSD_SOURCE. 2014-10-02 21:35:33 +00:00
socket_helper.c Lowercase some Windows headers. 2015-03-31 22:21:42 +00:00
socket.c Lowercase some Windows headers. 2015-03-31 22:21:42 +00:00