Searched defs:chip (Results 1 – 3 of 3) sorted by relevance
240 int tpm2_seal_trusted(struct tpm_chip *chip, in tpm2_seal_trusted()385 static int tpm2_load_cmd(struct tpm_chip *chip, in tpm2_load_cmd()489 static int tpm2_unseal_cmd(struct tpm_chip *chip, in tpm2_unseal_cmd()583 int tpm2_unseal_trusted(struct tpm_chip *chip, in tpm2_unseal_trusted()
27 static struct tpm_chip *chip; variable
44 #define NR_BANKS(chip) ((chip != NULL) ? chip->nr_allocated_banks : 0) argument
Completed in 9 milliseconds