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

/drivers/char/tpm/
H A Dtpm_i2c_stm_st33.h46 #define TPM_BUFSIZE 2048 macro
H A Dtpm-dev.c35 u8 data_buffer[TPM_BUFSIZE];
131 if (in_size > TPM_BUFSIZE)
H A Dtpm_i2c_infineon.c30 #define TPM_BUFSIZE 1260 macro
69 u8 buf[TPM_BUFSIZE + sizeof(u8)]; /* max. buffer size + addr */
185 if (len > TPM_BUFSIZE)
492 if (len > TPM_BUFSIZE)
H A Dtpm.h33 TPM_BUFSIZE = 4096, enumerator in enum:tpm_const
279 /* 128 bytes is an arbitrary cap. This could be as large as TPM_BUFSIZE - 18
H A Dtpm_i2c_stm_st33.c638 kmalloc(TPM_BUFSIZE * sizeof(u8), GFP_KERNEL);
644 kmalloc(TPM_BUFSIZE * sizeof(u8), GFP_KERNEL);
H A Dtpm-interface.c341 if (bufsiz > TPM_BUFSIZE)
342 bufsiz = TPM_BUFSIZE;

Completed in 64 milliseconds