index
:
pub/scm/linux/kernel/git/qcom/linux.git
master
QCOM group's fork of linux.git
QCOM group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
tpm
/
tpm2-sessions.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
tpm-buf: Memory-safe allocations
Jarkko Sakkinen
1
-85
/
+77
2026-08-25
tpm-buf: Remove chip parameter from tpm_buf_append_handle()
Jarkko Sakkinen
1
-1
/
+1
2026-06-21
tpm: tpm2-sessions: wait for async KPP completion in tpm_buf_append_salt
Michael Bommarito
1
-11
/
+34
2026-06-21
tpm: Initialize name_size_alg for non-NULL name in tpm_buf_append_name()
Gunnar Kudrjavets
1
-4
/
+7
2026-04-21
tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public()
Gunnar Kudrjavets
1
-1
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-01-15
lib/crypto: aescfb: Use new AES library API
Eric Biggers
1
-5
/
+5
2025-12-05
tpm2-sessions: Remove 'attributes' parameter from tpm_buf_append_auth
Jarkko Sakkinen
1
-3
/
+2
2025-12-05
tpm2-sessions: Fix tpm2_read_public range checks
Jarkko Sakkinen
1
-44
/
+50
2025-12-05
tpm2-sessions: Fix out of range indexing in name_size
Jarkko Sakkinen
1
-40
/
+92
2025-10-10
tpm: Use HMAC-SHA256 library instead of open-coded HMAC
Eric Biggers
1
-71
/
+27
2025-10-10
tpm: Compare HMAC values in constant time
Eric Biggers
1
-3
/
+3
2025-07-04
lib/crypto: sha256: Make library API use strongly-typed contexts
Eric Biggers
1
-6
/
+6
2025-05-15
tpm: Mask TPM RC in tpm2_start_auth_session()
Jarkko Sakkinen
1
-14
/
+6
2025-03-27
tpm: Convert warn to dbg in tpm2_start_auth_session()
Jonathan McDowell
1
-1
/
+1
2024-11-22
tpm: ibmvtpm: Set TPM_OPS_AUTO_STARTUP flag on driver
Stefan Berger
1
-1
/
+0
2024-11-13
tpm: Disable TPM on tpm2_create_primary() failure
Jarkko Sakkinen
1
-2
/
+5
2024-11-13
tpm: Opt-in in disable PCR integrity protection
Jarkko Sakkinen
1
-23
/
+28
2024-10-29
tpm: Lazily flush the auth session
Jarkko Sakkinen
1
-18
/
+27
2024-10-28
tpm: Rollback tpm2_load_null()
Jarkko Sakkinen
1
-20
/
+24
2024-10-28
tpm: Return tpm2_sessions_init() when null key creation fails
Jarkko Sakkinen
1
-2
/
+9
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-09-17
tpm: export tpm2_sessions_init() to fix ibmvtpm building
Kexy Biscuit
1
-0
/
+1
2024-07-16
tpm: Use auth only after NULL check in tpm_buf_check_hmac_response()
Hao Ge
1
-2
/
+3
2024-07-05
tpm: Address !chip->auth in tpm_buf_append_hmac_session*()
Jarkko Sakkinen
1
-76
/
+110
2024-07-05
tpm: Address !chip->auth in tpm_buf_append_name()
Jarkko Sakkinen
1
-101
/
+118
2024-07-05
tpm: Address !chip->auth in tpm2_*_auth_session()
Jarkko Sakkinen
1
-2
/
+12
2024-05-28
tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it local
Jarkko Sakkinen
1
-2
/
+19
2024-05-09
tpm: disable the TPM if NULL name changes
James Bottomley
1
-16
/
+61
2024-05-09
tpm: Add the rest of the session HMAC API
James Bottomley
1
-0
/
+400
2024-05-09
tpm: Add HMAC session name/handle append
James Bottomley
1
-0
/
+129
2024-05-09
tpm: Add HMAC session start and end functions
James Bottomley
1
-0
/
+285
2024-05-09
tpm: Add TCG mandated Key Derivation Functions (KDFs)
James Bottomley
1
-0
/
+105
2024-05-09
tpm: Add NULL primary creation
James Bottomley
1
-0
/
+322