summaryrefslogtreecommitdiff
path: root/drivers/char/tpm/tpm-buf.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-28tpm: Open code tpm_buf_parameters()Jarkko Sakkinen1-26/+0
2024-05-09tpm: Add HMAC session start and end functionsJames Bottomley1-0/+1
2024-05-09tpm: add buffer function to point to returned parametersJames Bottomley1-0/+28
2024-05-09tpm: Add tpm_buf_read_{u8,u16,u32}Jarkko Sakkinen1-1/+78
2024-05-09tpm: TPM2B formatted buffersJarkko Sakkinen1-3/+35
2024-05-09tpm: Store the length of the tpm_buf data separately.Jarkko Sakkinen1-11/+38
2024-05-09tpm: Move buffer handling from static inlines to real functionsJames Bottomley1-0/+87