summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_crypto.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-25ima: do not include field length in template digest calc for ima templateRoberto Sassu1-5/+12
2013-10-26ima: switch to new template management mechanismRoberto Sassu1-7/+27
2013-10-26ima: ima_calc_boot_agregate must use SHA1Dmitry Kasatkin1-3/+21
2013-10-26ima: support arbitrary hash algorithms in ima_calc_buffer_hashDmitry Kasatkin1-6/+22
2013-10-26ima: provide dedicated hash algo allocation functionDmitry Kasatkin1-14/+29
2013-10-26ima: differentiate between template hash and file data hash sizesMimi Zohar1-2/+2
2013-10-26ima: provide support for arbitrary hash algorithmsDmitry Kasatkin1-8/+41
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-23new helper: file_inode(file)Al Viro1-1/+1
2013-02-06ima: rename hash calculation functionsDmitry Kasatkin1-4/+4
2013-02-06ima: use new crypto_shash API instead of old crypto_hashDmitry Kasatkin1-38/+37
2012-09-07ima: integrity appraisal extensionMimi Zohar1-1/+7
2010-05-06Merge branch 'master' into nextJames Morris1-0/+1
2010-04-23IMA: include the word IMA in printk messagesEric Paris1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-08-24ima: hashing large files bug fixMimi Zohar1-2/+4
2009-05-22IMA: Add __init notation to ima functionsEric Paris1-2/+2
2009-02-20integrity: ima scatterlist bug fixMimi Zohar1-2/+2
2009-02-06integrity: IMA as an integrity service providerMimi Zohar1-0/+140