boringssl/crypto/cipher
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
..
test Add tests from cipher_test.txt to the AEAD test suite. 2015-09-30 23:11:40 +00:00
aead_test.cc Add EVP_AEAD_CTX_zero. 2015-08-24 23:37:58 +00:00
aead.c Add EVP_AEAD_CTX_zero. 2015-08-24 23:37:58 +00:00
cipher_test.cc Re-add |EVP_des_ede|, which is ECB. 2015-08-20 21:33:21 +00:00
cipher.c Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|. 2015-08-05 21:23:56 +00:00
CMakeLists.txt Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
derive_key.c
e_aes.c Allow ARM capabilities to be set at compile time. 2015-10-20 22:40:15 +00:00
e_chacha20poly1305.c
e_des.c Re-add |EVP_des_ede|, which is ECB. 2015-08-20 21:33:21 +00:00
e_null.c
e_rc2.c Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|. 2015-08-05 21:23:56 +00:00
e_rc4.c
e_ssl3.c Restore the NULL-SHA ciphersuite. (Alas.) 2015-09-11 22:18:08 +00:00
e_tls.c Fix |max_tag_len| for TLS CBC AEADs. 2015-09-30 23:59:22 +00:00
internal.h
tls_cbc.c