openssl/providers/implementations/ciphers
Shane Lontis e36b3c2f75 Fix external symbols in the provider cipher implementations.
Partial fix for #12964

This add ossl_ names for the following symbols.

chacha20_dinit, chacha20_einit, chacha20_initctx,
ccm_cipher, ccm_dinit, ccm_einit, ccm_generic_auth_decrypt, ccm_generic_auth_encrypt,
ccm_generic_gettag, ccm_generic_setaad, ccm_generic_setiv, ccm_get_ctx_params,
ccm_initctx, ccm_set_ctx_params, ccm_stream_final, ccm_stream_update
gcm_aad_update, gcm_cipher, gcm_cipher_final, gcm_cipher_update
gcm_dinit, gcm_einit, gcm_get_ctx_params, gcm_initctx, gcm_one_shot
gcm_set_ctx_params, gcm_setiv, gcm_stream_final, gcm_stream_update
tdes_dinit, tdes_dupctx, tdes_einit, tdes_freectx
tdes_get_ctx_params, tdes_gettable_ctx_params, tdes_newctx
PROV_CIPHER_HW_des_*,
padblock, unpadblock, tlsunpadblock, fillblock, trailingdata

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14209)
2021-02-18 19:32:20 +10:00
..
build.info Change AES-CTS modes CS2 and CS3 to also be inside the fips module. 2020-12-14 13:46:49 +10:00
cipher_aes_cbc_hmac_sha1_hw.c remove unused assignments 2020-12-03 11:21:33 +10:00
cipher_aes_cbc_hmac_sha256_hw.c remove unused assignments 2020-12-03 11:21:33 +10:00
cipher_aes_cbc_hmac_sha.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
cipher_aes_cbc_hmac_sha.h prov: prefix all exposed 'cipher' symbols with ossl_ 2020-10-01 10:33:57 +10:00
cipher_aes_ccm_hw_aesni.inc Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_aes_ccm_hw_s390x.inc Update copyright year 2020-10-15 14:10:06 +01:00
cipher_aes_ccm_hw_t4.inc Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_aes_ccm_hw.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_aes_ccm.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_aes_ccm.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_aes_cts.c Change AES-CTS modes CS2 and CS3 to also be inside the fips module. 2020-12-14 13:46:49 +10:00
cipher_aes_cts.h prov: prefix aes-cbc-cts functions with ossl_ 2020-10-01 10:33:57 +10:00
cipher_aes_cts.inc Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
cipher_aes_gcm_hw_aesni.inc Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_aes_gcm_hw_armv8.inc Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_aes_gcm_hw_s390x.inc Update copyright year 2020-10-15 14:10:06 +01:00
cipher_aes_gcm_hw_t4.inc Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_aes_gcm_hw.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_aes_gcm.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_aes_gcm.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_aes_hw_aesni.inc Various cleanup of PROV_R_ reason codes 2021-02-11 09:34:31 +01:00
cipher_aes_hw_s390x.inc Fix cipher reinit on s390x if no key is specified 2021-01-28 15:23:25 +01:00
cipher_aes_hw_t4.inc Various cleanup of PROV_R_ reason codes 2021-02-11 09:34:31 +01:00
cipher_aes_hw.c Various cleanup of PROV_R_ reason codes 2021-02-11 09:34:31 +01:00
cipher_aes_ocb_hw.c prov: prefix provider internal functions with ossl_ 2020-09-29 16:33:16 +10:00
cipher_aes_ocb.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_aes_ocb.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_aes_siv_hw.c Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
cipher_aes_siv.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
cipher_aes_siv.h Replace provider cipher flags with separate param fields 2021-02-10 12:31:31 +10:00
cipher_aes_wrp.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
cipher_aes_xts_fips.c
cipher_aes_xts_hw.c Fix Aes-xts potential failure on aarch64 2020-10-20 13:45:01 +02:00
cipher_aes_xts.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
cipher_aes_xts.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_aes.c prov: prefix all exposed 'cipher' symbols with ossl_ 2020-10-01 10:33:57 +10:00
cipher_aes.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_aria_ccm_hw.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_aria_ccm.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_aria_ccm.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_aria_gcm_hw.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_aria_gcm.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_aria_gcm.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_aria_hw.c Various cleanup of PROV_R_ reason codes 2021-02-11 09:34:31 +01:00
cipher_aria.c prov: prefix all exposed 'cipher' symbols with ossl_ 2020-10-01 10:33:57 +10:00
cipher_aria.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_blowfish_hw.c prov: prefix provider internal functions with ossl_ 2020-09-29 16:33:16 +10:00
cipher_blowfish.c Replace provider cipher flags with separate param fields 2021-02-10 12:31:31 +10:00
cipher_blowfish.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_camellia_hw_t4.inc Various cleanup of PROV_R_ reason codes 2021-02-11 09:34:31 +01:00
cipher_camellia_hw.c Various cleanup of PROV_R_ reason codes 2021-02-11 09:34:31 +01:00
cipher_camellia.c prov: prefix all exposed 'cipher' symbols with ossl_ 2020-10-01 10:33:57 +10:00
cipher_camellia.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_cast5_hw.c prov: prefix provider internal functions with ossl_ 2020-09-29 16:33:16 +10:00
cipher_cast5.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
cipher_cast.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_chacha20_hw.c Update copyright year 2021-01-28 13:54:57 +01:00
cipher_chacha20_poly1305_hw.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_chacha20_poly1305.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_chacha20_poly1305.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_chacha20.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_chacha20.h Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_des_hw.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_des.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_des.h Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_desx_hw.c prov: prefix provider internal functions with ossl_ 2020-09-29 16:33:16 +10:00
cipher_desx.c
cipher_idea_hw.c prov: prefix provider internal functions with ossl_ 2020-09-29 16:33:16 +10:00
cipher_idea.c prov: prefix all exposed 'cipher' symbols with ossl_ 2020-10-01 10:33:57 +10:00
cipher_idea.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_null.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
cipher_rc2_hw.c prov: prefix provider internal functions with ossl_ 2020-09-29 16:33:16 +10:00
cipher_rc2.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
cipher_rc2.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_rc4_hmac_md5_hw.c Fix RC4-MD5 based ciphersuites 2020-11-25 10:14:43 +00:00
cipher_rc4_hmac_md5.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
cipher_rc4_hmac_md5.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_rc4_hw.c prov: prefix provider internal functions with ossl_ 2020-09-29 16:33:16 +10:00
cipher_rc4.c Replace provider cipher flags with separate param fields 2021-02-10 12:31:31 +10:00
cipher_rc4.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_rc5_hw.c prov: prefix provider internal functions with ossl_ 2020-09-29 16:33:16 +10:00
cipher_rc5.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
cipher_rc5.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_seed_hw.c prov: prefix provider internal functions with ossl_ 2020-09-29 16:33:16 +10:00
cipher_seed.c prov: prefix all exposed 'cipher' symbols with ossl_ 2020-10-01 10:33:57 +10:00
cipher_seed.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_sm4_hw.c Update copyright year 2020-10-15 14:10:06 +01:00
cipher_sm4.c prov: prefix all exposed 'cipher' symbols with ossl_ 2020-10-01 10:33:57 +10:00
cipher_sm4.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_tdes_common.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_tdes_default_hw.c Replace provider cipher flags with separate param fields 2021-02-10 12:31:31 +10:00
cipher_tdes_default.c prov: prefix all OSSL_DISPATCH tables names with ossl_ 2020-09-29 16:31:46 +10:00
cipher_tdes_default.h Update copyright year 2020-10-15 14:10:06 +01:00
cipher_tdes_hw.c prov: prefix all exposed 'cipher' symbols with ossl_ 2020-10-01 10:33:57 +10:00
cipher_tdes_wrap_hw.c prov: prefix all exposed 'cipher' symbols with ossl_ 2020-10-01 10:33:57 +10:00
cipher_tdes_wrap.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
cipher_tdes.c Move the PROV_R reason codes to a public header 2021-02-11 09:34:31 +01:00
cipher_tdes.h Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
ciphercommon_block.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
ciphercommon_ccm_hw.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
ciphercommon_ccm.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
ciphercommon_gcm_hw.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
ciphercommon_gcm.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
ciphercommon_hw.c Replace provider cipher flags with separate param fields 2021-02-10 12:31:31 +10:00
ciphercommon_local.h Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00
ciphercommon.c Fix external symbols in the provider cipher implementations. 2021-02-18 19:32:20 +10:00