openssl/providers/implementations/macs
Richard Levitte c9d01f4186 PROV: use EVP_CIPHER_CTX_set_params() rather than EVP_CIPHER_CTX_ctrl()
This is in gmac_final(), where the cipher is known to be fetched.
It's more suitable to use OSSL_PARAMs than _ctrl functions, as the
latter are expected to become obsolete.

Fixes #14359

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14484)
2021-03-11 17:21:59 +01:00
..
blake2_mac_impl.c update BLAKE2 to have additional init arguments 2021-02-28 17:25:49 +10:00
blake2b_mac.c Update copyright year 2021-03-11 13:27:36 +00:00
blake2s_mac.c Update copyright year 2021-03-11 13:27:36 +00:00
build.info
cmac_prov.c Update copyright year 2021-03-11 13:27:36 +00:00
gmac_prov.c PROV: use EVP_CIPHER_CTX_set_params() rather than EVP_CIPHER_CTX_ctrl() 2021-03-11 17:21:59 +01:00
hmac_prov.c prov: update hmac to have additional init arguments 2021-02-28 17:25:49 +10:00
kmac_prov.c prov: update kmac to have additional init arguments 2021-02-28 17:25:49 +10:00
poly1305_prov.c update poly1305 to have additional init arguments 2021-02-28 17:25:49 +10:00
siphash_prov.c prov: update SipHash to new init function 2021-02-28 17:25:48 +10:00