openssl/providers/implementations/kdfs
Gerd Hoffmann f4f77c2d97 rename MIN() macro
MIN is a rather generic name and results in a name clash when trying to
port tianocore over to openssl 3.0.  Use the usual ossl prefix and
rename the macro to ossl_min() to solve this.

CLA: trivial

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17219)
2021-12-08 22:02:59 +11:00
..
build.info kdf: Add PVK KDF to providers. 2021-09-28 18:08:41 +10:00
hkdf.c tls/prov: move the TLS 1.3 KDF code to providers 2021-08-05 15:43:59 +10:00
kbkdf.c rename MIN() macro 2021-12-08 22:02:59 +11:00
krb5kdf.c various kdfs: Always reset buflen after clearing the buffer 2021-11-30 11:52:10 +01:00
pbkdf1.c various kdfs: Always reset buflen after clearing the buffer 2021-11-30 11:52:10 +01:00
pbkdf2_fips.c
pbkdf2.c various kdfs: Always reset buflen after clearing the buffer 2021-11-30 11:52:10 +01:00
pbkdf2.h
pkcs12kdf.c various kdfs: Always reset buflen after clearing the buffer 2021-11-30 11:52:10 +01:00
pvkkdf.c pvkkdf: Always reset buflen after clearing the buffer 2021-12-01 12:33:01 +01:00
scrypt.c various kdfs: Always reset buflen after clearing the buffer 2021-11-30 11:52:10 +01:00
sshkdf.c various kdfs: Always reset buflen after clearing the buffer 2021-11-30 11:52:10 +01:00
sskdf.c Fix SSKDF to not claim a buffer size that is too small for the MAC 2021-10-22 08:43:27 +01:00
tls1_prf.c
x942kdf.c Rename all getters to use get/get0 in name 2021-06-01 12:40:00 +02:00