aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/hash_info.h
AgeCommit message (Collapse)AuthorFilesLines
2013-10-25crypto: provide single place for hash algo informationDmitry Kasatkin1-0/+37
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 <[email protected]> Signed-off-by: Mimi Zohar <[email protected]> Acked-by: Herbert Xu <[email protected]>