summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_mac.num
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2018-11-09 14:00:05 +1000
committerPauli <paul.dale@oracle.com>2018-11-14 07:01:09 +1000
commit6e624a645300d784eaa97ddda29364081ede36d7 (patch)
treefdf0227b4b31d05f4824f0422cf5ade1500c5420 /crypto/objects/obj_mac.num
parent7dc6875c5562fce2336b87f59b081e0bf4d7855c (diff)
KMAC implementation using EVP_MAC
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/7597)
Diffstat (limited to 'crypto/objects/obj_mac.num')
-rw-r--r--crypto/objects/obj_mac.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/objects/obj_mac.num b/crypto/objects/obj_mac.num
index 487eefff8d..ad47750f5d 100644
--- a/crypto/objects/obj_mac.num
+++ b/crypto/objects/obj_mac.num
@@ -1193,3 +1193,5 @@ magma_mac 1192
hmacWithSHA512_224 1193
hmacWithSHA512_256 1194
gmac 1195
+kmac128 1196
+kmac256 1197