Searched refs:tpm_version (Results 1 – 13 of 13) sorted by relevance
173 int tpm_util_test_tpmdev(int tpm_fd, TPMVersion *tpm_version) in tpm_util_test_tpmdev() argument203 *tpm_version = TPM_VERSION_2_0; in tpm_util_test_tpmdev()211 *tpm_version = TPM_VERSION_1_2; in tpm_util_test_tpmdev()216 *tpm_version = TPM_VERSION_UNSPEC; in tpm_util_test_tpmdev()221 int tpm_util_get_buffer_size(int tpm_fd, TPMVersion tpm_version, in tpm_util_get_buffer_size() argument226 switch (tpm_version) { in tpm_util_get_buffer_size()
78 int tpm_util_get_buffer_size(int tpm_fd, TPMVersion tpm_version,
40 enum tpm_version { enum62 enum tpm_version version;321 enum tpm_version tpm_get_version(struct udevice *dev);
49 enum TPMVersion tpm_version; member
43 test.tpm_version = TPM_VERSION_2_0; in main()
49 test.tpm_version = TPM_VERSION_2_0; in main()
68 switch (s->tpm_version) { in tpm_emu_tpm_thread()80 g_debug("unsupported TPM version %u", s->tpm_version); in tpm_emu_tpm_thread()
156 test.tpm_version = TPM_VERSION_2_0; in main()
1516 enum TPMVersion tpm_version) in test_acpi_tcg_tpm() argument 1524 const char *suffix = tpm_version == TPM_VERSION_2_0 ? "tpm2" : "tpm12"; in test_acpi_tcg_tpm() 1537 test.tpm_version = tpm_version; in test_acpi_tcg_tpm()
617 test.tpm_version = TPM_VERSION_2_0; in main()
32 int tpm_util_test_tpmdev(int tpm_fd, TPMVersion *tpm_version);
15 enum tpm_version tpm_get_version(struct udevice *dev) in tpm_get_version()
78 uint8_t tpm_version; /* TPM version */