boringssl/crypto/modes
Adam Langley 6a7cfbe06a Allow ARM capabilities to be set at compile time.
Some ARM environments don't support |getauxval| or signals and need to
configure the capabilities of the chip at compile time. This change adds
defines that allow them to do so.

Change-Id: I4e6987f69dd13444029bc7ac7ed4dbf8fb1faa76
Reviewed-on: https://boringssl-review.googlesource.com/6280
Reviewed-by: Adam Langley <agl@google.com>
2015-10-20 22:40:15 +00:00
..
asm Fix several minor points noticed by Kenny. 2015-09-24 22:08:50 +00:00
cbc.c Add some comments and tweak assertions for cbc.c. 2015-05-27 21:48:36 +00:00
cfb.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
CMakeLists.txt Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
ctr.c Fix invalid assert in CRYPTO_ctr128_encrypt. 2015-05-12 19:26:53 +00:00
gcm_test.c Remove BIO dependency from cmac_test. 2015-08-07 01:53:01 +00:00
gcm.c Allow ARM capabilities to be set at compile time. 2015-10-20 22:40:15 +00:00
internal.h Re-add the C version (only) of |EVP_aes_256_xts| 2015-08-19 01:35:50 +00:00
ofb.c