+3
−0
+1
−0
crypto/hash_info.c
0 → 100644
+56
−0
include/crypto/hash_info.h
0 → 100644
+40
−0
include/uapi/linux/hash_info.h
0 → 100644
+37
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This patch provides a single place for information about hash algorithms, such as hash sizes and kernel driver names, which will be used by IMA and the public key code. Changelog: - Fix sparse and checkpatch warnings - Move hash algo enums to uapi for userspace signing functions. Signed-off-by:Dmitry Kasatkin <d.kasatkin@samsung.com> Signed-off-by:
Mimi Zohar <zohar@linux.vnet.ibm.com> Acked-by:
Herbert Xu <herbert@gondor.apana.org.au>