boringssl/crypto/cipher
Adam Langley c5cc15b4f5 Don't expect bsaes functions on ARMv6.
The bsaes-armv7.S asm has an #if __ARM_ARCH__>=7 around its contents,
i.e. it's not just switched at runtime – it only compiles for >= ARMv7.

I mistakenly regressed e_aes.c in 3e652657 to always expected bsaes
functions to exist on ARM. This change fixes that.

Change-Id: Ifd9111438508909a0627b25aee3e2f11e62e3ee8
2015-01-23 11:04:46 -08:00
..
test Add tests for padding variations. 2015-01-14 21:09:16 +00:00
aead_test.c Follow-ups from recent patch train. 2015-01-16 02:05:45 +00:00
aead.c AEAD interface. 2014-06-20 13:17:34 -07:00
cipher_error.c Implement SSLv3 ciphers with stateful AEADs. 2015-01-14 20:55:58 +00:00
cipher_test.c Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
cipher.c Don't include strings.h because of Windows. 2014-09-29 17:57:38 -07:00
CMakeLists.txt Implement SSLv3 ciphers with stateful AEADs. 2015-01-14 20:55:58 +00:00
derive_key.c Inital import. 2014-06-20 13:17:32 -07:00
e_aes.c Don't expect bsaes functions on ARMv6. 2015-01-23 11:04:46 -08:00
e_chacha20poly1305.c Always write the Poly1305 tag to an aligned buffer. 2015-01-14 23:38:25 +00:00
e_des.c Inital import. 2014-06-20 13:17:32 -07:00
e_null.c Inital import. 2014-06-20 13:17:32 -07:00
e_rc2.c Shush some dead assignments. 2014-11-06 01:34:33 +00:00
e_rc4.c Implement all TLS ciphers with stateful AEADs. 2015-01-14 20:30:26 +00:00
e_ssl3.c Follow-ups from recent patch train. 2015-01-16 02:05:45 +00:00
e_tls.c Follow-ups from recent patch train. 2015-01-16 02:05:45 +00:00
internal.h Follow-ups from recent patch train. 2015-01-16 02:05:45 +00:00
tls_cbc.c Drop SSLv3 parts of crypto/cipher/tls_cbc.c. 2015-01-14 20:33:41 +00:00