boringssl/crypto/evp
David Benjamin f0e935d7ce Fold stack-allocated types into headers.
Now that we have the extern "C++" trick, we can just embed them in the
normal headers. Move the EVP_CIPHER_CTX deleter to cipher.h and, in
doing so, take away a little bit of boilerplate in defining deleters.

Change-Id: I4a4b8d0db5274a3607914d94e76a38996bd611ec
Reviewed-on: https://boringssl-review.googlesource.com/10804
Reviewed-by: Matt Braithwaite <mab@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2016-09-07 21:50:05 +00:00
..
CMakeLists.txt Pull EVP_PKEY print hooks out of the main method table. 2016-02-26 22:40:44 +00:00
digestsign.c
evp_asn1.c Adding ARRAY_SIZE macro for getting the size of constant arrays. 2016-08-19 19:30:39 +00:00
evp_ctx.c Change |EVP_PKEY_up_ref| to return int. 2016-07-12 17:55:41 +00:00
evp_extra_test.cc Fold stack-allocated types into headers. 2016-09-07 21:50:05 +00:00
evp_test.cc Fold stack-allocated types into headers. 2016-09-07 21:50:05 +00:00
evp_tests.txt Fix memory leak on invalid ecPublicKey parameters. 2016-04-15 19:43:26 +00:00
evp.c Add various 1.1.0 accessors. 2016-08-10 16:52:15 +00:00
internal.h Decouple crypto/evp from the OID table. 2016-03-31 22:12:46 +00:00
p_dsa_asn1.c Decouple crypto/evp from the OID table. 2016-03-31 22:12:46 +00:00
p_ec_asn1.c Fix memory leak on invalid ecPublicKey parameters. 2016-04-15 19:43:26 +00:00
p_ec.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
p_rsa_asn1.c Decouple crypto/evp from the OID table. 2016-03-31 22:12:46 +00:00
p_rsa.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
pbkdf_test.cc Remove unnecessary include. 2016-03-28 15:57:17 +00:00
pbkdf.c
print.c Adding ARRAY_SIZE macro for getting the size of constant arrays. 2016-08-19 19:30:39 +00:00
sign.c