summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm2-sessions.c
AgeCommit message (Expand)Author
2024-11-22tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driverStefan Berger
2024-11-13tpm: Disable TPM on tpm2_create_primary() failureJarkko Sakkinen
2024-11-13tpm: Opt-in in disable PCR integrity protectionJarkko Sakkinen
2024-10-29tpm: Lazily flush the auth sessionJarkko Sakkinen
2024-10-28tpm: Rollback tpm2_load_null()Jarkko Sakkinen
2024-10-28tpm: Return tpm2_sessions_init() when null key creation failsJarkko Sakkinen
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-17tpm: export tpm2_sessions_init() to fix ibmvtpm buildingKexy Biscuit
2024-07-16tpm: Use auth only after NULL check in tpm_buf_check_hmac_response()Hao Ge
2024-07-05tpm: Address !chip->auth in tpm_buf_append_hmac_session*()Jarkko Sakkinen
2024-07-05tpm: Address !chip->auth in tpm_buf_append_name()Jarkko Sakkinen
2024-07-05tpm: Address !chip->auth in tpm2_*_auth_session()Jarkko Sakkinen
2024-05-28tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it localJarkko Sakkinen
2024-05-09tpm: disable the TPM if NULL name changesJames Bottomley
2024-05-09tpm: Add the rest of the session HMAC APIJames Bottomley
2024-05-09tpm: Add HMAC session name/handle appendJames Bottomley
2024-05-09tpm: Add HMAC session start and end functionsJames Bottomley
2024-05-09tpm: Add TCG mandated Key Derivation Functions (KDFs)James Bottomley
2024-05-09tpm: Add NULL primary creationJames Bottomley