summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/opencrypto/xform_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/opencrypto/xform_auth.h')
-rw-r--r--freebsd/sys/opencrypto/xform_auth.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebsd/sys/opencrypto/xform_auth.h b/freebsd/sys/opencrypto/xform_auth.h
index c51f9400..74c6d063 100644
--- a/freebsd/sys/opencrypto/xform_auth.h
+++ b/freebsd/sys/opencrypto/xform_auth.h
@@ -75,6 +75,8 @@ extern struct auth_hash auth_hash_hmac_sha2_512;
extern struct auth_hash auth_hash_nist_gmac_aes_128;
extern struct auth_hash auth_hash_nist_gmac_aes_192;
extern struct auth_hash auth_hash_nist_gmac_aes_256;
+extern struct auth_hash auth_hash_blake2b;
+extern struct auth_hash auth_hash_blake2s;
union authctx {
MD5_CTX md5ctx;