boringssl/crypto/cipher
David Benjamin 3fa65f0f05 Fix some malloc test crashs.
This isn't exhaustive. There are still failures in some tests which probably
ought to get C++'d first.

Change-Id: Iac58df9d98cdfd94603d54374a531b2559df64c3
Reviewed-on: https://boringssl-review.googlesource.com/4795
Reviewed-by: Adam Langley <agl@google.com>
2015-05-21 18:00:10 +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
e_aes.c Add missing RC4 function pointers from AES-CTR-HMAC AEADs. 2015-05-04 17:52:24 -07: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