prov: prefix provider internal functions with ossl_
authorPauli <paul.dale@oracle.com>
Mon, 28 Sep 2020 02:47:04 +0000 (12:47 +1000)
committerPauli <paul.dale@oracle.com>
Tue, 29 Sep 2020 06:33:16 +0000 (16:33 +1000)
commit7d6766cb537e5cebc99e200bc537f744878a87a4
treedb9fbd45925e6735deb25b4b1a44771a107c003e
parent1be63951f87dfcbc98efe5d94a15298fea885890
prov: prefix provider internal functions with ossl_

Also convert the names to lower case.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13014)
87 files changed:
providers/baseprov.c
providers/common/bio_prov.c
providers/common/include/prov/provider_ctx.h
providers/common/provider_ctx.c
providers/defltprov.c
providers/fips/fipsprov.c
providers/fips/self_test_kats.c
providers/implementations/ciphers/cipher_aes.h
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.c
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha.h
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha1_hw.c
providers/implementations/ciphers/cipher_aes_cbc_hmac_sha256_hw.c
providers/implementations/ciphers/cipher_aes_ccm.c
providers/implementations/ciphers/cipher_aes_ccm.h
providers/implementations/ciphers/cipher_aes_ccm_hw.c
providers/implementations/ciphers/cipher_aes_ccm_hw_aesni.inc
providers/implementations/ciphers/cipher_aes_ccm_hw_s390x.inc
providers/implementations/ciphers/cipher_aes_ccm_hw_t4.inc
providers/implementations/ciphers/cipher_aes_gcm.c
providers/implementations/ciphers/cipher_aes_gcm.h
providers/implementations/ciphers/cipher_aes_gcm_hw.c
providers/implementations/ciphers/cipher_aes_gcm_hw_aesni.inc
providers/implementations/ciphers/cipher_aes_gcm_hw_armv8.inc
providers/implementations/ciphers/cipher_aes_gcm_hw_s390x.inc
providers/implementations/ciphers/cipher_aes_gcm_hw_t4.inc
providers/implementations/ciphers/cipher_aes_hw.c
providers/implementations/ciphers/cipher_aes_ocb.c
providers/implementations/ciphers/cipher_aes_ocb.h
providers/implementations/ciphers/cipher_aes_ocb_hw.c
providers/implementations/ciphers/cipher_aes_siv.c
providers/implementations/ciphers/cipher_aes_siv.h
providers/implementations/ciphers/cipher_aes_siv_hw.c
providers/implementations/ciphers/cipher_aes_xts.c
providers/implementations/ciphers/cipher_aes_xts.h
providers/implementations/ciphers/cipher_aes_xts_hw.c
providers/implementations/ciphers/cipher_aria.h
providers/implementations/ciphers/cipher_aria_ccm.c
providers/implementations/ciphers/cipher_aria_ccm.h
providers/implementations/ciphers/cipher_aria_ccm_hw.c
providers/implementations/ciphers/cipher_aria_gcm.c
providers/implementations/ciphers/cipher_aria_gcm.h
providers/implementations/ciphers/cipher_aria_gcm_hw.c
providers/implementations/ciphers/cipher_aria_hw.c
providers/implementations/ciphers/cipher_blowfish.h
providers/implementations/ciphers/cipher_blowfish_hw.c
providers/implementations/ciphers/cipher_camellia.h
providers/implementations/ciphers/cipher_camellia_hw.c
providers/implementations/ciphers/cipher_cast.h
providers/implementations/ciphers/cipher_cast5_hw.c
providers/implementations/ciphers/cipher_chacha20.c
providers/implementations/ciphers/cipher_chacha20.h
providers/implementations/ciphers/cipher_chacha20_hw.c
providers/implementations/ciphers/cipher_chacha20_poly1305.c
providers/implementations/ciphers/cipher_chacha20_poly1305.h
providers/implementations/ciphers/cipher_chacha20_poly1305_hw.c
providers/implementations/ciphers/cipher_desx_hw.c
providers/implementations/ciphers/cipher_idea.h
providers/implementations/ciphers/cipher_idea_hw.c
providers/implementations/ciphers/cipher_rc2.c
providers/implementations/ciphers/cipher_rc2.h
providers/implementations/ciphers/cipher_rc2_hw.c
providers/implementations/ciphers/cipher_rc4.c
providers/implementations/ciphers/cipher_rc4.h
providers/implementations/ciphers/cipher_rc4_hmac_md5.c
providers/implementations/ciphers/cipher_rc4_hmac_md5.h
providers/implementations/ciphers/cipher_rc4_hmac_md5_hw.c
providers/implementations/ciphers/cipher_rc4_hw.c
providers/implementations/ciphers/cipher_rc5.c
providers/implementations/ciphers/cipher_rc5.h
providers/implementations/ciphers/cipher_rc5_hw.c
providers/implementations/ciphers/cipher_seed.h
providers/implementations/ciphers/cipher_seed_hw.c
providers/implementations/ciphers/cipher_sm4.h
providers/implementations/ciphers/cipher_sm4_hw.c
providers/implementations/ciphers/cipher_tdes.h
providers/implementations/ciphers/cipher_tdes_default.h
providers/implementations/ciphers/cipher_tdes_wrap.c
providers/implementations/encode_decode/encode_key2any.c
providers/implementations/include/prov/ciphercommon.h
providers/implementations/rands/drbg.c
providers/implementations/rands/drbg_ctr.c
providers/implementations/rands/drbg_hash.c
providers/implementations/rands/drbg_hmac.c
providers/implementations/rands/drbg_local.h
providers/implementations/rands/test_rng.c
providers/implementations/storemgmt/file_store.c
providers/legacyprov.c