boringssl/crypto/rsa
David Benjamin 29270dea85 Split unlock functions into read/write variants.
Windows SRWLOCK requires you call different functions here. Split
them up in preparation for switching Windows from CRITICAL_SECTION.

BUG=37

Change-Id: I7b5c6a98eab9ae5bb0734b805cfa1ff334918f35
Reviewed-on: https://boringssl-review.googlesource.com/8080
Reviewed-by: Adam Langley <agl@google.com>
2016-05-31 21:09:29 +00:00
..
blinding.c Require the public exponent to be available in RSA blinding. 2016-04-18 23:34:46 +00:00
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
internal.h Require the public exponent to be available in RSA blinding. 2016-04-18 23:34:46 +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 Split unlock functions into read/write variants. 2016-05-31 21:09:29 +00:00
rsa_test.cc Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
rsa.c Use |memcmp| instead of |CRYPTO_memcmp| in |RSA_verify|. 2016-04-18 20:42:22 +00:00