Searched refs:chip (Results 1 – 4 of 4) sorted by relevance
265 rc = tpm_try_get_ops(chip); in tpm2_seal_trusted()269 rc = tpm2_start_auth_session(chip); in tpm2_seal_trusted()275 tpm2_end_auth_session(chip); in tpm2_seal_trusted()282 tpm2_end_auth_session(chip); in tpm2_seal_trusted()330 tpm2_end_auth_session(chip); in tpm2_seal_trusted()368 tpm_put_ops(chip); in tpm2_seal_trusted()443 tpm2_end_auth_session(chip); in tpm2_load_cmd()455 tpm2_end_auth_session(chip); in tpm2_load_cmd()505 tpm2_end_auth_session(chip); in tpm2_unseal_cmd()590 rc = tpm_try_get_ops(chip); in tpm2_unseal_trusted()[all …]
27 static struct tpm_chip *chip; variable127 if (!chip) in TSS_authhmac()191 if (!chip) in TSS_checkhmac1()362 if (!chip) in trusted_tpm_send()380 tpm_put_ops(chip); in trusted_tpm_send()441 if (!chip) in oiap()757 tpm2 = tpm_is_tpm2(chip); in getoptions()1046 if (!chip) in trusted_tpm_init()1064 put_device(&chip->dev); in trusted_tpm_init()1070 if (chip) { in trusted_tpm_exit()[all …]
44 #define NR_BANKS(chip) ((chip != NULL) ? chip->nr_allocated_banks : 0) argument
25 If your system has a TPM chip, then IMA also maintains
Completed in 13 milliseconds