boringssl/crypto/cipher
Adam Langley adf27430ef Be consistent about 𝑥_tests.txt
Some files were named 𝑥_test.txt and some 𝑥_tests.txt. This change
unifies around the latter.

Change-Id: Id6f29bad8b998f3c3466655097ef593f7f18f82f
Reviewed-on: https://boringssl-review.googlesource.com/8150
Reviewed-by: David Benjamin <davidben@google.com>
2016-06-06 15:57:46 +00:00
..
test Be consistent about 𝑥_tests.txt 2016-06-06 15:57:46 +00:00
aead_test.cc Test AEAD interface with aliased buffers. 2016-02-29 22:14:18 +00:00
aead.c Add SSL_get_ivs. 2015-11-04 19:45:28 +00:00
cipher_test.cc Test different chunk sizes in cipher_test. 2016-02-24 18:12:57 +00:00
cipher.c Fix encrypt overflow 2016-05-03 16:43:12 +00:00
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
derive_key.c
e_aes.c Switch all 'num' parameters in crypto/modes to unsigned. 2016-04-19 17:56:25 +00:00
e_chacha20poly1305.c Remove EVP_aead_chacha20_poly1305_rfc7539 alias. 2016-04-11 19:32:55 +00:00
e_des.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
e_null.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
e_rc2.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
e_rc4.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
e_ssl3.c Add SSL_get_ivs. 2015-11-04 19:45:28 +00:00
e_tls.c Remove the stitched RC4-MD5 code and use the generic one. 2015-12-16 23:57:42 +00:00
internal.h Add SSL_get_ivs. 2015-11-04 19:45:28 +00:00
tls_cbc.c Add a comment with an SMT verification of the Barrett reductions. 2016-05-04 17:51:10 +00:00