boringssl/crypto/evp
David Benjamin 681ff27720 Flatten most of the crypto target.
The fipsmodule is still separate as that's a lot of build mess. (Though
that too may be worth pulling in eventually. CMake usually has different
opinions on generated files if they're in the same directory. We might
be able to avoid the set_source_properties(GENERATED) thing.)

Change-Id: Ie1f9345009044d4f0e7541ca779e01bdc5ad62f6
Reviewed-on: https://boringssl-review.googlesource.com/31586
Reviewed-by: Adam Langley <agl@google.com>
2018-09-05 23:41:25 +00:00
..
digestsign.c
evp_asn1.c Clarify thread-safety of key objects. 2018-08-28 18:52:59 +00:00
evp_ctx.c
evp_extra_test.cc
evp_test.cc Add new curve/hash ECDSA combinations from Wycheproof. 2018-08-10 18:26:06 +00:00
evp_tests.txt Update citations to RFC 8410. 2018-08-10 14:14:38 +00:00
evp.c Clarify thread-safety of key objects. 2018-08-28 18:52:59 +00:00
internal.h
p_dsa_asn1.c Use BN_mod_exp_mont_consttime in dsa_priv_decode. 2017-09-29 23:19:22 +00:00
p_ec_asn1.c EC_GROUP_dup cannot fail. 2018-04-25 16:43:19 +00:00
p_ec.c
p_ed25519_asn1.c Update citations to RFC 8410. 2018-08-10 14:14:38 +00:00
p_ed25519.c
p_rsa_asn1.c Add some missing OpenSSL 1.1.0 accessors. 2017-11-22 18:43:38 +00:00
p_rsa.c Properly size_t EVP_PKEY_CTX_set0_rsa_oaep_label. 2017-09-05 15:26:45 +00:00
pbkdf_test.cc
pbkdf.c
print.c
scrypt_test.cc
scrypt_tests.txt
scrypt.c Document error behavior of PKCS5_PBKDF2_HMAC and EVP_PBE_scrypt 2018-08-21 01:08:24 +00:00
sign.c