开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm2-sessions.c
Age
Commit message (
Expand
)
Author
2024-11-22
tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driver
Stefan Berger
2024-11-13
tpm: Disable TPM on tpm2_create_primary() failure
Jarkko Sakkinen
2024-11-13
tpm: Opt-in in disable PCR integrity protection
Jarkko Sakkinen
2024-10-29
tpm: Lazily flush the auth session
Jarkko Sakkinen
2024-10-28
tpm: Rollback tpm2_load_null()
Jarkko Sakkinen
2024-10-28
tpm: Return tpm2_sessions_init() when null key creation fails
Jarkko Sakkinen
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-17
tpm: export tpm2_sessions_init() to fix ibmvtpm building
Kexy Biscuit
2024-07-16
tpm: Use auth only after NULL check in tpm_buf_check_hmac_response()
Hao Ge
2024-07-05
tpm: Address !chip->auth in tpm_buf_append_hmac_session*()
Jarkko Sakkinen
2024-07-05
tpm: Address !chip->auth in tpm_buf_append_name()
Jarkko Sakkinen
2024-07-05
tpm: Address !chip->auth in tpm2_*_auth_session()
Jarkko Sakkinen
2024-05-28
tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it local
Jarkko Sakkinen
2024-05-09
tpm: disable the TPM if NULL name changes
James Bottomley
2024-05-09
tpm: Add the rest of the session HMAC API
James Bottomley
2024-05-09
tpm: Add HMAC session name/handle append
James Bottomley
2024-05-09
tpm: Add HMAC session start and end functions
James Bottomley
2024-05-09
tpm: Add TCG mandated Key Derivation Functions (KDFs)
James Bottomley
2024-05-09
tpm: Add NULL primary creation
James Bottomley