aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/hash_info.h
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2018-11-07 00:00:02 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2018-11-16 14:09:40 +0800
commitdfdda82e3b84c13601be09f8351ec4f15a4fbe03 (patch)
tree5458e5cf20ed2820d6531aecd44f344de767ffd5 /include/crypto/hash_info.h
parentcrypto: streebog - add Streebog hash function (diff)
downloadlinux-dev-dfdda82e3b84c13601be09f8351ec4f15a4fbe03.tar.xz
linux-dev-dfdda82e3b84c13601be09f8351ec4f15a4fbe03.zip
crypto: streebog - register Streebog in hash info for IMA
Register Streebog hash function in Hash Info arrays to let IMA use it for its purposes. Cc: linux-integrity@vger.kernel.org Signed-off-by: Vitaly Chikunov <vt@altlinux.org> Reviewed-by: Mimi Zohar <zohar@linux.ibm.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto/hash_info.h')
-rw-r--r--include/crypto/hash_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/crypto/hash_info.h b/include/crypto/hash_info.h
index 56f217d41f12..91786b68dbdb 100644
--- a/include/crypto/hash_info.h
+++ b/include/crypto/hash_info.h
@@ -15,6 +15,7 @@
#include <crypto/sha.h>
#include <crypto/md5.h>
+#include <crypto/streebog.h>
#include <uapi/linux/hash_info.h>