boringssl/crypto/cipher
Adam Langley 5f005ccd9d Make dummy functions static.
To avoid too much #if soup, e_aes.c uses a lot of dummy functions that
just call |abort|. This change makes them all static, which they should
have been all along.

Change-Id: I696f8a0560cf99631ed7adb42d1af10003db4a63
Reviewed-on: https://boringssl-review.googlesource.com/6004
Reviewed-by: Adam Langley <agl@google.com>
2015-09-29 18:03:04 +00:00
..
test Re-add |EVP_des_ede|, which is ECB. 2015-08-20 21:33:21 +00:00
aead_test.cc Add EVP_AEAD_CTX_zero. 2015-08-24 23:37:58 +00:00
aead.c Add EVP_AEAD_CTX_zero. 2015-08-24 23:37:58 +00:00
cipher_test.cc Re-add |EVP_des_ede|, which is ECB. 2015-08-20 21:33:21 +00:00
cipher.c Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|. 2015-08-05 21:23:56 +00:00
CMakeLists.txt Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
derive_key.c Inital import. 2014-06-20 13:17:32 -07:00
e_aes.c Make dummy functions static. 2015-09-29 18:03:04 +00:00
e_chacha20poly1305.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
e_des.c Re-add |EVP_des_ede|, which is ECB. 2015-08-20 21:33:21 +00:00
e_null.c Remove string.h from base.h. 2015-02-02 19:14:15 +00:00
e_rc2.c Add |EVP_rc2_cbc| and implement |EVP_CTRL_SET_RC2_KEY_BITS|. 2015-08-05 21:23:56 +00:00
e_rc4.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
e_ssl3.c Restore the NULL-SHA ciphersuite. (Alas.) 2015-09-11 22:18:08 +00:00
e_tls.c Restore the NULL-SHA ciphersuite. (Alas.) 2015-09-11 22:18:08 +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