Home
last modified time | relevance | path

Searched refs:TPM_BUFSIZE (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm-dev.h21 u8 data_buffer[TPM_BUFSIZE];
H A Dtpm-dev-common.c146 memset(priv->data_buffer, 0, TPM_BUFSIZE); in tpm_common_read()
172 if (size > TPM_BUFSIZE) in tpm_common_write()
H A Dtpm-interface.c72 if (bufsiz > TPM_BUFSIZE) in tpm_try_transmit()
73 bufsiz = TPM_BUFSIZE; in tpm_try_transmit()
H A Dtpm.h35 #define TPM_BUFSIZE 4096 macro
153 /* 128 bytes is an arbitrary cap. This could be as large as TPM_BUFSIZE - 18
H A Dtpm_vtpm_proxy.c45 u8 buffer[TPM_BUFSIZE]; /* request/response buffer */
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm-dev.h21 u8 data_buffer[TPM_BUFSIZE];
H A Dtpm-dev-common.c145 memset(priv->data_buffer, 0, TPM_BUFSIZE); in tpm_common_read()
171 if (size > TPM_BUFSIZE) in tpm_common_write()
H A Dtpm-interface.c72 if (bufsiz > TPM_BUFSIZE) in tpm_try_transmit()
73 bufsiz = TPM_BUFSIZE; in tpm_try_transmit()
H A Dtpm_tis_i2c.c235 if (len > TPM_BUFSIZE - 1) in tpm_tis_i2c_write_bytes()
342 phy->io_buf = devm_kzalloc(&dev->dev, TPM_BUFSIZE, GFP_KERNEL); in tpm_tis_i2c_probe()
H A Dtpm.h35 #define TPM_BUFSIZE 4096 macro
227 /* 128 bytes is an arbitrary cap. This could be as large as TPM_BUFSIZE - 18
H A Dtpm_vtpm_proxy.c45 u8 buffer[TPM_BUFSIZE]; /* request/response buffer */

Completed in 13 milliseconds