boringssl/crypto/rsa
Matt Braithwaite 978f16ea08 size_t RSA functions.
This extends 79c59a30 to |RSA_public_encrypt|, |RSA_private_encrypt|,
and |RSA_public_decrypt|.  It benefits Conscrypt, which expects these
functions to have the same signature as |RSA_public_private_decrypt|.

Change-Id: Id1ce3118e8f20a9f43fd4f7bfc478c72a0c64e4b
Reviewed-on: https://boringssl-review.googlesource.com/6286
Reviewed-by: David Benjamin <davidben@chromium.org>
Reviewed-by: Adam Langley <agl@google.com>
2015-10-19 23:54:47 +00:00
..
blinding.c Stop using |ERR_peek_last_error| in RSA blinding. 2015-09-08 23:32:48 +00:00
CMakeLists.txt Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
internal.h Avoid a copy when using RSA_PADDING_NONE. 2015-08-07 23:53:09 +00:00
padding.c Avoid a copy when using RSA_PADDING_NONE. 2015-08-07 23:53:09 +00:00
rsa_asn1.c Work around even more Estonian ID card misissuances. 2015-09-23 20:35:47 +00:00
rsa_impl.c Initialise |supports_digest|. 2015-09-14 21:51:18 +00:00
rsa_test.cc Switch rsa_test.cc to use new RSA private key parsing API. 2015-10-13 18:14:41 +00:00
rsa.c size_t RSA functions. 2015-10-19 23:54:47 +00:00