Rename the hash implementations KMAC{128,256} to KECCAK_KMAC{128,256}
authorRichard Levitte <levitte@openssl.org>
Tue, 13 Aug 2019 08:20:05 +0000 (10:20 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Aug 2019 20:12:25 +0000 (22:12 +0200)
commitbb31895d87a57e7bb1d3f0939edc53d674094ea4
tree82a4bbb3f614e98f3ba45fea83abc3dd12571dde
parent810a1d0320fa1706c722d1cfcae398bfb8219837
Rename the hash implementations KMAC{128,256} to KECCAK_KMAC{128,256}

This avoids getting them confused with the MAC implementations.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8877)
providers/common/macs/kmac_prov.c
providers/default/defltprov.c
providers/fips/fipsprov.c