boringssl/crypto/rsa
David Benjamin 981936791e Remove some easy obj.h dependencies.
A lot of consumers of obj.h only want the NID values. Others didn't need
it at all. This also removes some OBJ_nid2sn and OBJ_nid2ln calls in EVP
error paths which isn't worth pulling a large table in for.

BUG=chromium:499653

Change-Id: Id6dff578f993012e35b740a13b8e4f9c2edc0744
Reviewed-on: https://boringssl-review.googlesource.com/7563
Reviewed-by: David Benjamin <davidben@google.com>
2016-03-31 20:50:33 +00:00
..
blinding.c Further optimize Montgomery math in RSA blinding. 2016-03-31 19:35:33 +00:00
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
internal.h Convert RSA blinding to use Montgomery multiplication. 2016-03-29 22:07:22 +00:00
padding.c Make local functions static. 2016-03-20 16:37:58 +00:00
rsa_asn1.c Fix i2d_RSAPrivateKey, i2d_RSAPublicKey memory leaks 2016-03-07 15:48:21 +00:00
rsa_impl.c Drop support for custom |mod_exp| hooks in |RSA_METHOD|. 2016-03-29 22:20:48 +00:00
rsa_test.cc Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
rsa.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00