summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* ima: Fallback to the builtin hash algorithmPetr Vorel2018-03-251-0/+2
* tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen2018-01-081-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-39/+17
|\
| * ima: move to generic async completionGilad Ben-Yossef2017-11-031-39/+17
* | ima: always measure and audit files in policyMimi Zohar2017-11-081-0/+10
|/
* ima: platform-independent hash valueAndreas Steffen2016-12-201-2/+4
* ima: calculate the hash of a buffer using aynchronous hash(ahash)Mimi Zohar2016-02-181-2/+73
* ima: provide buffer hash calculation functionDmitry Kasatkin2016-02-181-0/+47
* ima: separate 'security.ima' reading functionality from collectDmitry Kasatkin2016-02-181-1/+1
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-281-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-141-32/+3
|\
| * integrity: define a new function integrity_read_file()Dmitry Kasatkin2014-11-171-32/+3
* | security, crypto: LLVMLinux: Remove VLAIS from ima_crypto.cBehan Webster2014-10-141-28/+19
|/
* ima: add missing '__init' keywordsDmitry Kasatkin2014-09-091-1/+1
* ima: fix fallback to use new_sync_read()Dmitry Kasatkin2014-09-021-4/+4
* ima: prevent buffer overflow in ima_alloc_tfm()Dmitry Kasatkin2014-09-021-1/+4
* ima: fix ima_alloc_atfm()Mimi Zohar2014-09-021-1/+4
* ima: provide double buffering for hash calculationDmitry Kasatkin2014-07-171-16/+49
* ima: introduce multi-page collect buffersDmitry Kasatkin2014-07-171-2/+96
* ima: use ahash API for file hash calculationDmitry Kasatkin2014-07-171-4/+183
* ima: introduce ima_kernel_read()Dmitry Kasatkin2014-06-121-1/+31
* ima: skip memory allocation for empty filesDmitry Kasatkin2014-03-071-8/+12
* integrity: fix checkpatch errorsDmitry Kasatkin2014-03-071-1/+1
* security: integrity: Use a more current logging styleJoe Perches2014-03-071-1/+3
* ima: reduce memory usage when a template containing the n field is usedRoberto Sassu2014-03-071-2/+9
* ima: do not include field length in template digest calc for ima templateRoberto Sassu2013-11-251-5/+12
* ima: switch to new template management mechanismRoberto Sassu2013-10-251-7/+27
* ima: ima_calc_boot_agregate must use SHA1Dmitry Kasatkin2013-10-251-3/+21
* ima: support arbitrary hash algorithms in ima_calc_buffer_hashDmitry Kasatkin2013-10-251-6/+22
* ima: provide dedicated hash algo allocation functionDmitry Kasatkin2013-10-251-14/+29
* ima: differentiate between template hash and file data hash sizesMimi Zohar2013-10-251-2/+2
* ima: provide support for arbitrary hash algorithmsDmitry Kasatkin2013-10-251-8/+41
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | ima: rename hash calculation functionsDmitry Kasatkin2013-02-061-4/+4
* | ima: use new crypto_shash API instead of old crypto_hashDmitry Kasatkin2013-02-061-38/+37
|/
* ima: integrity appraisal extensionMimi Zohar2012-09-071-1/+7
* Merge branch 'master' into nextJames Morris2010-05-061-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | IMA: include the word IMA in printk messagesEric Paris2010-04-231-2/+2
|/
* ima: hashing large files bug fixMimi Zohar2009-08-241-2/+4
* IMA: Add __init notation to ima functionsEric Paris2009-05-221-2/+2
* integrity: ima scatterlist bug fixMimi Zohar2009-02-211-2/+2
* integrity: IMA as an integrity service providerMimi Zohar2009-02-061-0/+140