openssl/crypto/evp
Richard Levitte 959ed5316c Cleanup: rename EVP_MD_CTX_(create|init|destroy) to EVP_MD_CTX_(new|reset|free)
Looking over names, it seems like we usually use names ending with
_new and _free as object constructors and destructors.  Also, since
EVP_MD_CTX_init is now used to reset a EVP_MD_CTX, it might as well be
named accordingly.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-12-07 17:39:23 +01:00
..
bio_b64.c
bio_enc.c
bio_md.c Add inclusion of internal/evp_int.h to all crypto/ files that need it 2015-12-07 17:39:23 +01:00
bio_ok.c Add inclusion of internal/evp_int.h to all crypto/ files that need it 2015-12-07 17:39:23 +01:00
c_all.c
c_allc.c
c_alld.c Remove legacy sign/verify from EVP_MD. 2015-12-02 17:52:01 +00:00
digest.c Cleanup: rename EVP_MD_CTX_(create|init|destroy) to EVP_MD_CTX_(new|reset|free) 2015-12-07 17:39:23 +01:00
e_aes_cbc_hmac_sha1.c
e_aes_cbc_hmac_sha256.c aesni-sha256-x86_64.pl: fix crash on AMD Jaguar. 2015-11-16 13:06:10 +01:00
e_aes.c
e_bf.c
e_camellia.c
e_cast.c
e_des3.c
e_des.c
e_idea.c
e_null.c
e_old.c
e_rc2.c
e_rc4_hmac_md5.c
e_rc4.c
e_rc5.c
e_seed.c
e_xcbc_d.c
encode.c
evp_acnf.c
evp_cnf.c
evp_enc.c
evp_err.c
evp_key.c Have other crypto/evp files include evp_locl.h 2015-12-07 17:36:57 +01:00
evp_lib.c Make the definition of EVP_MD opaque 2015-12-07 17:39:23 +01:00
evp_locl.h Cleanup: Remove M_EVP_MD_* macros 2015-12-07 17:39:23 +01:00
evp_pbe.c
evp_pkey.c
m_md2.c
m_md4.c Add inclusion of internal/evp_int.h to all crypto/ files that need it 2015-12-07 17:39:23 +01:00
m_md5_sha1.c Add inclusion of internal/evp_int.h to all crypto/ files that need it 2015-12-07 17:39:23 +01:00
m_md5.c Add inclusion of internal/evp_int.h to all crypto/ files that need it 2015-12-07 17:39:23 +01:00
m_mdc2.c Add inclusion of internal/evp_int.h to all crypto/ files that need it 2015-12-07 17:39:23 +01:00
m_null.c Add inclusion of internal/evp_int.h to all crypto/ files that need it 2015-12-07 17:39:23 +01:00
m_ripemd.c Add inclusion of internal/evp_int.h to all crypto/ files that need it 2015-12-07 17:39:23 +01:00
m_sha1.c Add inclusion of internal/evp_int.h to all crypto/ files that need it 2015-12-07 17:39:23 +01:00
m_sigver.c Have other crypto/evp files include evp_locl.h 2015-12-07 17:36:57 +01:00
m_wp.c Add inclusion of internal/evp_int.h to all crypto/ files that need it 2015-12-07 17:39:23 +01:00
Makefile Remove legacy sign/verify from EVP_MD. 2015-12-02 17:52:01 +00:00
names.c Add inclusion of internal/evp_int.h to all crypto/ files that need it 2015-12-07 17:39:23 +01:00
p5_crpt2.c Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanup 2015-12-07 17:39:23 +01:00
p5_crpt.c Have other crypto/evp files include evp_locl.h 2015-12-07 17:36:57 +01:00
p_dec.c
p_enc.c
p_lib.c
p_open.c
p_seal.c
p_sign.c Add inclusion of internal/evp_int.h to all crypto/ files that need it 2015-12-07 17:39:23 +01:00
p_verify.c Add inclusion of internal/evp_int.h to all crypto/ files that need it 2015-12-07 17:39:23 +01:00
pmeth_fn.c
pmeth_gn.c
pmeth_lib.c
scrypt.c Fix (minor) problems found by ubsan 2015-11-21 14:21:04 +01:00