summaryrefslogtreecommitdiffstats
path: root/security/integrity/evm/evm_crypto.c
AgeCommit message (Expand)AuthorLines
2014-06-12evm: replace HMAC version with attribute maskDmitry Kasatkin-1/+1
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro-1/+1
2014-03-07integrity: fix checkpatch errorsDmitry Kasatkin-2/+2
2014-03-07security: integrity: Use a more current logging styleJoe Perches-1/+3
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-0/+3
2013-02-06evm: add file system uuid to EVM hmacDmitry Kasatkin-0/+3
2013-01-22evm: checking if removexattr is not a NULLDmitry Kasatkin-2/+2
2012-09-21userns: Convert EVM to deal with kuids and kgids in it's hmac computationEric W. Biederman-2/+2
2012-01-09Merge branch 'next' into for-linusJames Morris-23/+53
2011-12-20evm: prevent racing during tfm allocationDmitry Kasatkin-0/+9
2011-12-20evm: key must be set once during initializationDmitry Kasatkin-4/+6
2011-12-08evm: prevent racing during tfm allocationDmitry Kasatkin-3/+11
2011-12-08evm: key must be set once during initializationDmitry Kasatkin-7/+8
2011-11-09evm: digital signature verification supportDmitry Kasatkin-17/+49
2011-07-18evm: crypto hash replaced by shashDmitry Kasatkin-42/+52
2011-07-18evm: add evm_inode_init_security to initialize new filesMimi Zohar-0/+20
2011-07-18evm: add support for different security.evm data typesDmitry Kasatkin-4/+7
2011-07-18evm: re-releaseMimi Zohar-0/+183