boringssl/crypto/evp
David Benjamin cce5a98efb Remove EVP_PKEY_dup.
All callers have been moved to EVP_PKEY_up_ref. (Neither spelling exists
upstream so we only had our own callers to move.)

Change-Id: I267f14054780fe3d6dc1170b7b6ae3811a0d1a9a
Reviewed-on: https://boringssl-review.googlesource.com/5291
Reviewed-by: Adam Langley <agl@google.com>
2015-07-01 21:38:39 +00:00
..
algorithm.c Don't mix and match libraries and errors. 2014-10-13 22:56:28 +00:00
asn1.c Remove unnecessary NULL checks, part 3. 2015-05-04 23:12:04 +00:00
CMakeLists.txt Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
digestsign.c Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
evp_ctx.c Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
evp_extra_test.cc Rename evp_test to evp_extra_test. 2015-05-11 21:35:00 +00:00
evp_test.cc Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
evp_tests.txt Add evp_test, loosely based on upstream's version. 2015-05-11 21:44:36 +00:00
evp.c Remove EVP_PKEY_dup. 2015-07-01 21:38:39 +00:00
internal.h Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
p_dsa_asn1.c dsa_pub_encode: Write out DSA parameters (p, q, g) in addition to key. 2015-06-22 23:58:26 +00:00
p_ec_asn1.c Don't report |ERR_R_MALLOC_FAILURE| on failure of |EC_KEY_new_by_curve_name|. 2015-05-09 00:05:30 +00:00
p_ec.c Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
p_rsa_asn1.c Multi-prime RSA support. 2015-06-05 18:39:44 +00:00
p_rsa.c Remove EVP_PKEY_HMAC. 2015-06-25 00:03:02 +00:00
pbkdf_test.cc Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it. 2015-04-13 20:23:29 +00:00
pbkdf.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
sign.c Take advantage of normalized return values. 2015-03-13 19:40:42 +00:00