boringssl/crypto/cipher
David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR.
Much of this was done automatically with
  find . -name '*.c' | xargs sed -E -i '' -e 's/(OPENSSL_PUT_ERROR\([a-zA-Z_0-9]+, )[a-zA-Z_0-9]+, ([a-zA-Z_0-9]+\);)/\1\2/'
  find . -name '*.c' | xargs sed -E -i '' -e 's/(OPENSSL_PUT_ERROR\([a-zA-Z_0-9]+, )[a-zA-Z_0-9]+,  ([a-zA-Z_0-9]+\);)/\1\2/'

BUG=468039

Change-Id: I4c75fd95dff85ab1d4a546b05e6aed1aeeb499d8
Reviewed-on: https://boringssl-review.googlesource.com/5276
Reviewed-by: Adam Langley <agl@google.com>
2015-07-16 02:02:37 +00:00
..
test Add a GCM test with non-standard nonce length. 2015-06-18 17:35:59 -07:00
aead_test.cc Call ERR_clear_error after functions that are expected to fail. 2015-07-01 21:47:44 +00:00
aead.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
cipher_test.cc Test both streaming and single-shot EVP_CIPHER operations. 2015-07-01 21:36:43 +00:00
cipher.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +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 Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
e_chacha20poly1305.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +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 Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
e_ssl3.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
e_tls.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +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