Searched refs:nr_allocated_banks (Results 1 - 9 of 9) sorted by path

/linux-master/drivers/char/tpm/
H A Dtpm-interface.c325 for (i = 0; i < chip->nr_allocated_banks; i++) {
H A Dtpm-sysfs.c378 for (i = 0; i < chip->nr_allocated_banks; i++)
510 for (i = 0; i < chip->nr_allocated_banks; i++) {
H A Dtpm1-cmd.c810 chip->nr_allocated_banks = 1;
H A Dtpm2-cmd.c176 for (i = 0; i < chip->nr_allocated_banks &&
180 if (i == chip->nr_allocated_banks)
248 tpm_buf_append_u32(&buf, chip->nr_allocated_banks);
250 for (i = 0; i < chip->nr_allocated_banks; i++) {
626 chip->nr_allocated_banks = nr_alloc_banks;
/linux-master/include/linux/
H A Dtpm.h190 u32 nr_allocated_banks; member in struct:tpm_chip
/linux-master/security/integrity/ima/
H A Dima.h44 #define NR_BANKS(chip) ((chip != NULL) ? chip->nr_allocated_banks : 0)
H A Dima_crypto.c845 for (i = 0; i < ima_tpm_chip->nr_allocated_banks; i++) {
H A Dima_queue.c223 digests = kcalloc(ima_tpm_chip->nr_allocated_banks, sizeof(*digests),
228 for (i = 0; i < ima_tpm_chip->nr_allocated_banks; i++) {
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm1.c1030 digests = kcalloc(chip->nr_allocated_banks, sizeof(*digests),
1035 for (i = 0; i < chip->nr_allocated_banks; i++)

Completed in 226 milliseconds