openssl/crypto/evp
Rich Salz ecdd0ff733 RT4247: Fix EVP_CIPHER_CTX opaque on sparc
Via Rainer Jung

Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
2016-01-15 22:47:01 -05:00
..
bio_b64.c Adapt BIO_f_base64 to the opaque EVP_ENCODE_CTX 2015-12-11 16:18:01 +01:00
bio_enc.c Adapt all EVP_CIPHER_CTX users for it becoming opaque 2016-01-12 13:52:22 +01:00
bio_md.c Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +01:00
bio_ok.c Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +01:00
c_all.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
c_allc.c evp/c_allc.c: wire ChaCha20-Poly1305 and add tests. 2015-12-10 12:03:41 +01:00
c_alld.c Remove legacy sign/verify from EVP_MD. 2015-12-02 17:52:01 +00:00
cmeth_lib.c Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functions 2016-01-12 13:52:22 +01:00
digest.c Fix a possible memleak 2016-01-02 20:39:24 +01:00
e_aes.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_aes_cbc_hmac_sha1.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_aes_cbc_hmac_sha256.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_bf.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_camellia.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_cast.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_chacha20_poly1305.c Rename some BUF_xxx to OPENSSL_xxx 2015-12-16 16:14:49 -05:00
e_des.c RT4247: Fix EVP_CIPHER_CTX opaque on sparc 2016-01-15 22:47:01 -05:00
e_des3.c RT4247: Fix EVP_CIPHER_CTX opaque on sparc 2016-01-15 22:47:01 -05:00
e_idea.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_null.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_old.c Backwards-compatibility subject to OPENSSL_API_COMPAT 2016-01-07 20:53:18 -05:00
e_rc2.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_rc4.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_rc4_hmac_md5.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_rc5.c After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.h 2016-01-13 17:46:07 +01:00
e_seed.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
e_xcbc_d.c Adapt builtin cipher implementations to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
encode.c Make EVP_ENCODE_CTX opaque 2015-12-11 16:18:01 +01: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 Adapt the internal EVP routines to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
evp_err.c Add EVP_PKEY_get0_* functions. 2015-12-14 23:06:14 +00:00
evp_key.c Adapt the internal EVP routines to opaque EVP_CIPHER 2016-01-12 13:52:22 +01:00
evp_lib.c EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any more 2016-01-12 13:52:22 +01:00
evp_locl.h Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functions 2016-01-12 13:52:22 +01:00
evp_pbe.c Only declare stacks in headers 2016-01-07 18:00:51 +00:00
evp_pkey.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
m_md2.c Remove no longer existant structure member and direct references to EVP_MD_CTX internals. 2015-12-13 14:59:10 +00:00
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.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_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 Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +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.in Move Makefiles to Makefile.in 2016-01-12 16:26:56 -05: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_crpt.c Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +01:00
p5_crpt2.c Cleanup: fix all sources that used HMAC_CTX_init 2015-12-07 17:40:20 +01: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 Add EVP_PKEY_get0_* functions. 2015-12-14 23:06:14 +00:00
p_open.c Adapt all EVP_CIPHER_CTX users for it becoming opaque 2016-01-12 13:52:22 +01:00
p_seal.c Adapt all EVP_CIPHER_CTX users for it becoming opaque 2016-01-12 13:52:22 +01:00
p_sign.c Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +01:00
p_verify.c Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) 2015-12-07 17:40:20 +01:00
pmeth_fn.c Identify and move common internal libcrypto header files 2015-05-14 17:21:40 +02:00
pmeth_gn.c Continue standardising malloc style for libcrypto 2015-11-09 22:48:41 +00:00
pmeth_lib.c Only declare stacks in headers 2016-01-07 18:00:51 +00:00
scrypt.c Fix (minor) problems found by ubsan 2015-11-21 14:21:04 +01:00