boringssl/crypto/cipher
David Benjamin 3f5917f320 EVP_CIPHER_CTX_cleanup cannot fail.
There is exactly one implementation and it doesn't fail. Plus a cleanup
function that can fail is very bad manners; the caller has no choice but to
leak at that point.

Change-Id: I5b524617ef37bc7d92273472fa742416ea7dfd43
Reviewed-on: https://boringssl-review.googlesource.com/3564
Reviewed-by: Adam Langley <agl@google.com>
2015-02-23 19:44:02 +00:00
..
test Add tests for padding variations. 2015-01-14 21:09:16 +00:00
aead_test.c Fix buffer size in aead_test.c. 2015-01-27 01:38:57 +00:00
aead.c AEAD interface. 2014-06-20 13:17:34 -07: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 Inital import. 2014-06-20 13:17:32 -07:00
e_aes.c EVP_CIPHER_CTX_cleanup cannot fail. 2015-02-23 19:44:02 +00:00
e_chacha20poly1305.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
e_des.c Inital import. 2014-06-20 13:17:32 -07: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 Remove string.h from base.h. 2015-02-02 19:14:15 +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 EVP_CIPHER_CTX_cleanup cannot fail. 2015-02-23 19:44:02 +00:00
tls_cbc.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00