openssl/providers/implementations
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
..
asymciphers prov: asym ciphers take an extra init() params argument 2021-03-12 08:27:11 +10:00
ciphers support params argument to AES cipher init calls 2021-03-12 08:27:21 +10:00
digests prov: update digests to support modified ctx params 2021-03-12 08:27:21 +10:00
encode_decode Update copyright year 2021-03-11 13:27:36 +00:00
exchange prov: update exchange algorithms to support params on the init call 2021-03-12 08:27:11 +10:00
include/prov prov: support param argument to digest init calls 2021-03-12 08:27:11 +10:00
kdfs prov: add extra params argument to KDF implementations 2021-03-12 08:27:21 +10:00
kem prov: update KEM to support params on init() 2021-03-12 08:27:11 +10:00
keymgmt Ensure that ECX keys pass EVP_PKEY_param_check() 2021-03-15 15:51:26 +00:00
macs Fix a TODO(3.0) in the siphash code 2021-03-17 10:16:21 +10:00
rands update set_ctx_param DRBG calls to return 1 for a NULL params 2021-03-12 08:27:30 +10:00
signature prov: support params arguments to signature init calls 2021-03-12 08:27:21 +10:00
storemgmt update set_ctx_param store management calls to return 1 for a NULL params 2021-03-12 08:27:30 +10:00
build.info