boringssl/crypto/cipher
Matt Braithwaite 98d2f1fbe0 Add |EVP_des_ecb| from OpenSSL at fd682e4c.
|DES_ecb_encrypt| was already present.

This benefits globalplatform.

Change-Id: I2ab41eb1936b3026439b5981fb27e29a12672b66
Reviewed-on: https://boringssl-review.googlesource.com/5723
Reviewed-by: Adam Langley <agl@google.com>
2015-08-20 20:57:00 +00:00
..
test Add |EVP_des_ecb| from OpenSSL at fd682e4c. 2015-08-20 20:57:00 +00: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 Add |EVP_des_ecb| from OpenSSL at fd682e4c. 2015-08-20 20:57:00 +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 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 superfluous “!= 0” in if. 2015-08-17 19:12:07 +00:00
e_chacha20poly1305.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
e_des.c Add |EVP_des_ecb| from OpenSSL at fd682e4c. 2015-08-20 20:57:00 +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 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