boringssl/crypto/cipher
David Benjamin 981936791e Remove some easy obj.h dependencies.
A lot of consumers of obj.h only want the NID values. Others didn't need
it at all. This also removes some OBJ_nid2sn and OBJ_nid2ln calls in EVP
error paths which isn't worth pulling a large table in for.

BUG=chromium:499653

Change-Id: Id6dff578f993012e35b740a13b8e4f9c2edc0744
Reviewed-on: https://boringssl-review.googlesource.com/7563
Reviewed-by: David Benjamin <davidben@google.com>
2016-03-31 20:50:33 +00:00
..
test Test different chunk sizes in cipher_test. 2016-02-24 18:12:57 +00:00
aead_test.cc Test AEAD interface with aliased buffers. 2016-02-29 22:14:18 +00:00
aead.c Add SSL_get_ivs. 2015-11-04 19:45:28 +00:00
cipher_test.cc Test different chunk sizes in cipher_test. 2016-02-24 18:12:57 +00:00
cipher.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
derive_key.c
e_aes.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
e_chacha20poly1305.c Use UINT64_C instead of unsigned long long integer constant. 2016-03-18 23:04:48 +00:00
e_des.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
e_null.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
e_rc2.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
e_rc4.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00
e_ssl3.c Add SSL_get_ivs. 2015-11-04 19:45:28 +00:00
e_tls.c Remove the stitched RC4-MD5 code and use the generic one. 2015-12-16 23:57:42 +00:00
internal.h Add SSL_get_ivs. 2015-11-04 19:45:28 +00:00
tls_cbc.c Remove some easy obj.h dependencies. 2016-03-31 20:50:33 +00:00