summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm2-sessions.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-30tpm: Compare HMAC values in constant timeEric Biggers1-3/+3
2026-01-17tpm2-sessions: Fix out of range indexing in name_sizeJarkko Sakkinen1-38/+76
2026-01-08tpm2-sessions: Fix tpm2_read_public range checksJarkko Sakkinen1-32/+53
2025-05-29tpm: Convert warn to dbg in tpm2_start_auth_session()Jonathan McDowell1-1/+1
2025-05-22tpm: Mask TPM RC in tpm2_start_auth_session()Jarkko Sakkinen1-14/+6
2024-11-13tpm: Disable TPM on tpm2_create_primary() failureJarkko Sakkinen1-2/+5
2024-11-13tpm: Opt-in in disable PCR integrity protectionJarkko Sakkinen1-23/+28
2024-10-29tpm: Lazily flush the auth sessionJarkko Sakkinen1-18/+27
2024-10-28tpm: Rollback tpm2_load_null()Jarkko Sakkinen1-20/+24
2024-10-28tpm: Return tpm2_sessions_init() when null key creation failsJarkko Sakkinen1-2/+9
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-17tpm: export tpm2_sessions_init() to fix ibmvtpm buildingKexy Biscuit1-0/+1
2024-07-16tpm: Use auth only after NULL check in tpm_buf_check_hmac_response()Hao Ge1-2/+3
2024-07-05tpm: Address !chip->auth in tpm_buf_append_hmac_session*()Jarkko Sakkinen1-76/+110
2024-07-05tpm: Address !chip->auth in tpm_buf_append_name()Jarkko Sakkinen1-101/+118
2024-07-05tpm: Address !chip->auth in tpm2_*_auth_session()Jarkko Sakkinen1-2/+12
2024-05-28tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it localJarkko Sakkinen1-2/+19
2024-05-09tpm: disable the TPM if NULL name changesJames Bottomley1-16/+61
2024-05-09tpm: Add the rest of the session HMAC APIJames Bottomley1-0/+400
2024-05-09tpm: Add HMAC session name/handle appendJames Bottomley1-0/+129
2024-05-09tpm: Add HMAC session start and end functionsJames Bottomley1-0/+285
2024-05-09tpm: Add TCG mandated Key Derivation Functions (KDFs)James Bottomley1-0/+105
2024-05-09tpm: Add NULL primary creationJames Bottomley1-0/+322