boringssl/crypto/cipher
Joel Klinghed 485a50ae15 Match the ifdef check in bsaes-armv7.S
bsaes-armv7.S implements bsaes_cbc_encrypt if #if __ARM_MAX_ARCH__ >= 7
but e_aes.c instead used #if __ARM_ARCH >= 7 causing duplicate symbols
for linkers that care about that

Change-Id: I10ad8e24be75fdc03b0670869a53078b0477950b
Reviewed-on: https://boringssl-review.googlesource.com/4943
Reviewed-by: Adam Langley <agl@google.com>
2015-06-02 18:14:41 +00:00
..
test Port cipher_test to file_test. 2015-05-13 17:00:55 +00:00
aead_test.cc AEAD: allow _cleanup after failed _init. 2015-05-11 23:18:43 +00:00
aead.c AEAD: allow _cleanup after failed _init. 2015-05-11 23:18:43 +00:00
cipher_test.cc Port cipher_test to file_test. 2015-05-13 17:00:55 +00:00
cipher.c Fix some malloc test crashs. 2015-05-21 18:00:10 +00:00
CMakeLists.txt Port cipher_test to file_test. 2015-05-13 17:00:55 +00:00
derive_key.c Inital import. 2014-06-20 13:17:32 -07:00
e_aes.c Match the ifdef check in bsaes-armv7.S 2015-06-02 18:14:41 +00:00
e_chacha20poly1305.c Add SSL_get_rc4_state. 2015-03-18 19:54:34 +00:00
e_des.c Remove EVP_MAXCHUNK from DES EVP code. 2015-03-13 19:46:49 +00:00
e_null.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
e_rc2.c Enable more warnings & treat warnings as errors on Windows. 2015-01-31 00:18:55 +00:00
e_rc4.c Check max_out against in_len, not plaintext_len in RC4/MD5 AEAD. 2015-05-11 19:15:38 +00:00
e_ssl3.c AEAD: allow _cleanup after failed _init. 2015-05-11 23:18:43 +00:00
e_tls.c AEAD: allow _cleanup after failed _init. 2015-05-11 23:18:43 +00:00
internal.h Use EVP_AEAD_CTX in crypto/cipher/internal.h. 2015-05-11 23:37:21 +00:00
tls_cbc.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00