openssl/providers/implementations/macs
Matt Caswell 5db682733d Fix a TODO(3.0) in the siphash code
All 3 files that included crypto/siphash.h also included siphash_local.h,
and no other files included siphash_local.h independently. They probably
should be just one header file.

Fixes #14360

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14558)
2021-03-17 10:16:21 +10:00
..
blake2_mac_impl.c update set_ctx_param MAC calls to return 1 for a NULL params 2021-03-12 08:27:30 +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 Providers: move default kdfs,macs 2019-10-10 14:12:15 +02:00
cmac_prov.c update set_ctx_param MAC calls to return 1 for a NULL params 2021-03-12 08:27:30 +10: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 update set_ctx_param MAC calls to return 1 for a NULL params 2021-03-12 08:27:30 +10:00
kmac_prov.c update set_ctx_param MAC calls to return 1 for a NULL params 2021-03-12 08:27:30 +10:00
poly1305_prov.c update poly1305 to have additional init arguments 2021-02-28 17:25:49 +10:00
siphash_prov.c Fix a TODO(3.0) in the siphash code 2021-03-17 10:16:21 +10:00