boringssl/crypto/cipher
David Benjamin 7cb0f44d9d Remove EVP_MAXCHUNK from DES EVP code.
Upstream needs this to deal with size_t, but our low-level DES APIs take
size_t, so this is not a concern.

Change-Id: I9dc4c7248c5dd9515246a4b224147b932328a400
Reviewed-on: https://boringssl-review.googlesource.com/3882
Reviewed-by: Adam Langley <agl@google.com>
2015-03-13 19:46:49 +00:00
..
test Import additional AES-GCM test vector from upstream. 2015-03-13 19:41:49 +00:00
aead_test.c Don't delay-initialize legacy AEADs. 2015-03-05 21:25:05 +00:00
aead.c Don't delay-initialize legacy AEADs. 2015-03-05 21:25:05 +00:00
cipher_test.c Add in missing curly braces part 1. 2015-02-11 19:31:01 +00:00
cipher.c EVP_CIPHER_CTX_cleanup cannot fail. 2015-02-23 19:44:02 +00:00
CMakeLists.txt Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
derive_key.c
e_aes.c Don't delay-initialize legacy AEADs. 2015-03-05 21:25:05 +00:00
e_chacha20poly1305.c Don't delay-initialize legacy AEADs. 2015-03-05 21:25:05 +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 Don't delay-initialize legacy AEADs. 2015-03-05 21:25:05 +00:00
e_ssl3.c Don't delay-initialize legacy AEADs. 2015-03-05 21:25:05 +00:00
e_tls.c Fix some stray tabs that snuck into e_tls.c. 2015-03-10 00:55:22 +00:00
internal.h Don't delay-initialize legacy AEADs. 2015-03-05 21:25:05 +00:00
tls_cbc.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00