openssl/crypto/siphash
Richard Levitte d74f23d2db SipHash: add separate setter for the hash size
This was originally part of SipHash_Init.  However, there are cases
where there isn't any key material to initialize from when setting the
hash size, and we do allow doing so with a EVP_PKEY control.  The
solution is to provide a separate hash_size setter and to use it in
the corresponding EVP_PKEY_METHOD.

Fixes #7143

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7145)
2018-09-09 01:47:56 +02:00
..
build.info Add support for parameterized SipHash 2017-02-01 14:14:36 -05:00
siphash.c SipHash: add separate setter for the hash size 2018-09-09 01:47:56 +02:00
siphash_ameth.c Add support getting raw private/public keys 2018-06-08 10:04:09 +01:00
siphash_local.h Add support for parameterized SipHash 2017-02-01 14:14:36 -05:00
siphash_pmeth.c SipHash: add separate setter for the hash size 2018-09-09 01:47:56 +02:00