openssl/crypto/evp
Rich Salz b0809bc8ff RT3998: Allow scrypt to be disabled
This does 64-bit division and multiplication, and on 32-bit platforms
pulls in libgcc symbols (and MSVC does similar) which may not be
available.  Mostly done by David Woodhouse.

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
2015-09-04 14:09:14 -04:00
..
bio_b64.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
bio_enc.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
bio_md.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
bio_ok.c remove 0 assignments. 2015-09-03 16:26:34 -04:00
c_all.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
c_allc.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
c_alld.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
digest.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
e_aes.c CCM support. 2015-08-14 06:56:11 +01:00
e_aes_cbc_hmac_sha1.c e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mismatch. 2015-06-11 10:12:54 +02:00
e_aes_cbc_hmac_sha256.c e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mismatch. 2015-06-11 10:12:54 +02:00
e_bf.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
e_camellia.c Add Camellia CTR mode. 2015-02-11 20:30:13 +01:00
e_cast.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
e_des.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
e_des3.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
e_dsa.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
e_idea.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
e_null.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
e_old.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_rc2.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
e_rc4.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
e_rc4_hmac_md5.c Use CRYPTO_memcmp when comparing authenticators 2015-06-08 14:55:50 +02:00
e_rc5.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
e_seed.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
e_xcbc_d.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
encode.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
evp_acnf.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
evp_cnf.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
evp_enc.c Add and use OPENSSL_zalloc 2015-09-02 22:05:37 -04:00
evp_err.c Error if memory limit exceeded. 2015-05-26 13:09:25 +01:00
evp_key.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
evp_lib.c Return error for unsupported modes. 2015-08-12 13:54:56 +01:00
evp_locl.h Move some EVP internals to evp_int.h 2015-03-24 12:03:36 +00:00
evp_pbe.c RT3998: Allow scrypt to be disabled 2015-09-04 14:09:14 -04:00
evp_pkey.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
m_dss1.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
m_ecdsa.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
m_md2.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
m_md4.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
m_md5.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
m_mdc2.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
m_null.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
m_ripemd.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
m_sha1.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
m_sigver.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
m_wp.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
Makefile make update 2015-05-26 13:24:59 +01:00
names.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
p5_crpt.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
p5_crpt2.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
p_dec.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
p_enc.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
p_lib.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
p_open.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
p_seal.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
p_sign.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
p_verify.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
pmeth_fn.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
pmeth_gn.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
pmeth_lib.c More zalloc nits 2015-09-04 11:45:44 -04:00
scrypt.c RT3998: Allow scrypt to be disabled 2015-09-04 14:09:14 -04:00