boringssl/crypto/rsa
David Benjamin 9f33fc63c6 Remove hash table lookups from ex_data.
Instead, each module defines a static CRYPTO_EX_DATA_CLASS to hold the values.
This makes CRYPTO_cleanup_all_ex_data a no-op as spreading the
CRYPTO_EX_DATA_CLASSes across modules (and across crypto and ssl) makes cleanup
slightly trickier. We can make it do something if needbe, but it's probably not
worth the trouble.

Change-Id: Ib6f6fd39a51d8ba88649f0fa29c66db540610c76
Reviewed-on: https://boringssl-review.googlesource.com/4375
Reviewed-by: Adam Langley <agl@google.com>
2015-04-15 23:59:35 +00:00
..
blinding.c Convert BN_MONT_CTX to new-style locking. 2015-04-14 20:10:27 +00:00
CMakeLists.txt Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
internal.h Eliminate unnecessary includes from low-level crypto modules. 2015-04-13 20:49:18 +00:00
padding.c Add in missing curly braces part 3. 2015-02-11 15:14:46 -08:00
rsa_asn1.c Inital import. 2014-06-20 13:17:32 -07:00
rsa_impl.c Convert BN_MONT_CTX to new-style locking. 2015-04-14 20:10:27 +00:00
rsa_test.c Replace MD5 in examples with SHA-256. 2015-04-13 20:55:48 +00:00
rsa.c Remove hash table lookups from ex_data. 2015-04-15 23:59:35 +00:00