-
- Downloads
crypto: provide single place for hash algo information
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>
Showing
- crypto/Kconfig 3 additions, 0 deletionscrypto/Kconfig
- crypto/Makefile 1 addition, 0 deletionscrypto/Makefile
- crypto/hash_info.c 56 additions, 0 deletionscrypto/hash_info.c
- include/crypto/hash_info.h 40 additions, 0 deletionsinclude/crypto/hash_info.h
- include/uapi/linux/hash_info.h 37 additions, 0 deletionsinclude/uapi/linux/hash_info.h
Loading
Please register or sign in to comment