summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* ima: Don't modify file descriptor mode on the flyRoberto Sassu2020-11-291-15/+5
* ima: Don't ignore errors from crypto_shash_update()Roberto Sassu2020-09-151-0/+2
* ima: extend boot_aggregate with kernel measurementsMaurizio Drocco2020-06-241-1/+14
* ima: Remove __init annotation from ima_pcrread()Roberto Sassu2020-06-071-1/+1
* Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2020-06-061-38/+214
|\
| * ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Roberto Sassu2020-06-031-3/+3
| * ima: Use ima_hash_algo for collision detection in the measurement listRoberto Sassu2020-04-191-1/+18
| * ima: Calculate and extend PCR with digests in ima_template_entryRoberto Sassu2020-04-191-1/+28
| * ima: Allocate and initialize tfm for each PCR bankRoberto Sassu2020-04-191-26/+119
| * ima: Switch to dynamically allocated buffer for template digestsRoberto Sassu2020-04-191-1/+9
| * ima: Store template digest directly in ima_template_entryRoberto Sassu2020-04-191-11/+7
| * ima: Switch to ima_hash_algo for boot aggregateRoberto Sassu2020-04-191-6/+41
* | ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()Roberto Sassu2020-05-071-6/+6
|/
* integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi2020-02-281-2/+0
* ima: avoid appraise error for hash calc interruptPatrick Callaghan2019-12-121-1/+3
* ima: fix freeing ongoing ahash_requestSascha Hauer2019-08-051-0/+5
* ima: always return negative code for errorSascha Hauer2019-08-051-1/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-4/+1
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-4/+0
* tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu2019-02-131-5/+5
* tpm: use u32 instead of int for PCR indexTomas Winkler2018-11-131-2/+3
* ima: open a new file instance if no read permissionsGoldwyn Rodrigues2018-10-101-20/+34
* ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL insteadStefan Berger2018-07-281-1/+1
* ima: Use tpm_default_chip() and call TPM functions with a tpm_chipStefan Berger2018-07-281-1/+1
* 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