kdf: make function naming consistent.
authorPauli <paul.dale@oracle.com>
Mon, 8 Jun 2020 23:10:41 +0000 (09:10 +1000)
committerPauli <paul.dale@oracle.com>
Thu, 11 Jun 2020 01:14:21 +0000 (11:14 +1000)
commit765d04c9460a304c8119f57941341a149498b9db
treeebbf22a15cb6976260f84fa7747d02dd923393c4
parent5cff2df8cedd7b8185756df216f16a213fb22637
kdf: make function naming consistent.

The EVP_KDF_CTX_* functions have been relocated to the EVP_KDF_* namespace
for consistency.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/11996)
26 files changed:
apps/kdf.c
crypto/dh/dh_kdf.c
crypto/ec/ecdh_kdf.c
crypto/evp/kdf_lib.c
crypto/evp/p5_crpt2.c
crypto/evp/pbe_scrypt.c
crypto/evp/pkey_kdf.c
doc/man1/openssl-kdf.pod.in
doc/man3/EVP_KDF.pod
doc/man7/EVP_KDF-HKDF.pod
doc/man7/EVP_KDF-KB.pod
doc/man7/EVP_KDF-KRB5KDF.pod
doc/man7/EVP_KDF-PBKDF2.pod
doc/man7/EVP_KDF-SCRYPT.pod
doc/man7/EVP_KDF-SS.pod
doc/man7/EVP_KDF-SSHKDF.pod
doc/man7/EVP_KDF-TLS1_PRF.pod
doc/man7/EVP_KDF-X942.pod
doc/man7/EVP_KDF-X963.pod
include/openssl/kdf.h
providers/fips/self_test_kats.c
ssl/t1_enc.c
ssl/tls13_enc.c
test/evp_kdf_test.c
test/evp_test.c
util/libcrypto.num