summaryrefslogtreecommitdiffstats
path: root/include/linux/tpm.h
Commit message (Expand)AuthorAgeFilesLines
* tpm: Opt-in in disable PCR integrity protectionJarkko Sakkinen11 days1-0/+3
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
* tpm: Address !chip->auth in tpm_buf_append_hmac_session*()Jarkko Sakkinen2024-07-051-48/+20
* tpm: Address !chip->auth in tpm_buf_append_name()Jarkko Sakkinen2024-07-051-9/+12
* tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it localJarkko Sakkinen2024-05-281-15/+0
* tpm: Open code tpm_buf_parameters()Jarkko Sakkinen2024-05-281-2/+0
* tpm: disable the TPM if NULL name changesJames Bottomley2024-05-091-1/+3
* tpm: Add the rest of the session HMAC APIJames Bottomley2024-05-091-0/+69
* tpm: Add HMAC session name/handle appendJames Bottomley2024-05-091-0/+26
* tpm: Add HMAC session start and end functionsJames Bottomley2024-05-091-0/+34
* tpm: Add NULL primary creationJames Bottomley2024-05-091-0/+69
* tpm: add buffer function to point to returned parametersJames Bottomley2024-05-091-0/+2
* tpm: Add tpm_buf_read_{u8,u16,u32}Jarkko Sakkinen2024-05-091-0/+5
* tpm: TPM2B formatted buffersJarkko Sakkinen2024-05-091-0/+4
* tpm: Store the length of the tpm_buf data separately.Jarkko Sakkinen2024-05-091-3/+3
* tpm: Update struct tpm_buf documentation commentsJarkko Sakkinen2024-05-091-5/+4
* tpm: Move buffer handling from static inlines to real functionsJames Bottomley2024-05-091-71/+9
* tpm: Remove tpm_send()Jarkko Sakkinen2024-05-091-5/+0
* tpm: Remove unused tpm_buf_tag()Jarkko Sakkinen2024-05-091-7/+0
* tpm: Disable RNG for all AMD fTPMsMario Limonciello2023-08-071-0/+1
* tpm: Prevent hwrng from activating during resumeJarkko Sakkinen2023-05-161-0/+1
* tpm: Re-enable TPM chip boostrapping non-tpm_tis TPM driversJarkko Sakkinen2023-04-281-6/+7
* tpm: add vendor flag to command code validationJulien Gomes2023-02-131-0/+1
* tpm: Add Upgrade/Reduced mode support for TPM2 modulesaxelj2022-01-091-0/+10
* tpm: fix Atmel TPM crash caused by too frequent queriesHao Wu2021-10-261-0/+1
* security: keys: trusted: Make sealed key properly interoperableJames Bottomley2021-04-141-0/+2
* KEYS: trusted: Reserve TPM for seal and unseal operationsJarkko Sakkinen2021-02-161-1/+4
* tpm: add sysfs exports for all banks of PCR registersJames Bottomley2021-02-161-1/+8
* tpm: Unify the mismatching TPM space buffer sizesJarkko Sakkinen2020-07-241-0/+1
* security: keys: trusted: fix lost handle flushJames Bottomley2019-12-171-0/+1
* KEYS: trusted: Move TPM2 trusted keys codeSumit Garg2019-11-121-18/+18
* tpm: Move tpm_buf code to include/linux/Sumit Garg2019-11-121-0/+212
* tpm: provide a way to override the chip returned durationsJerry Snitselaar2019-11-121-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-6/+1
* tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu2019-02-131-2/+3
* tpm: move tpm_chip definition to include/linux/tpm.hRoberto Sassu2019-02-131-0/+91
* tpm: retrieve digest size of unknown algorithms with PCR readRoberto Sassu2019-02-131-2/+10
* tpm: rename and export tpm2_digest and tpm2_algorithmsRoberto Sassu2019-02-131-0/+19
* tpm: don't return bool from update_timeoutsJerry Snitselaar2019-02-131-1/+1
* tpm: use u32 instead of int for PCR indexTomas Winkler2018-11-131-4/+7
* tpm: Implement tpm_default_chip() to find a TPM chipStefan Berger2018-07-281-0/+5
* tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler2018-07-281-0/+2
* tpm: cmd_ready command can be issued only after granting localityTomas Winkler2018-03-231-1/+1
* tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()Azhar Shaikh2018-01-081-0/+1
* tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen2018-01-081-19/+19
* tpm_crb: request and relinquish locality 0Jarkko Sakkinen2017-04-031-1/+2
* tpm: Factor out common startup codeJason Gunthorpe2016-07-191-0/+5
* tpm: seal/unseal for TPM 2.0Jarkko Sakkinen2015-10-191-0/+26
* tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe2014-07-291-0/+3
* tpm: Create a tpm_class_ops structure and use it in the driversJason Gunthorpe2014-01-061-0/+12