Lines Matching full:tpm
2 * TPM configuration
18 #include "qapi/qapi-commands-tpm.h"
21 #include "system/tpm.h"
32 char *typename = g_strdup_printf("tpm-%s", TpmType_str(type)); in tpm_be_find_by_type()
45 * Walk the list of available TPM backend drivers and display them on the
59 error_printf("Supported TPM types (choose only one):\n"); in tpm_display_backend_drivers()
65 error_printf("No TPM backend types are available\n"); in tpm_display_backend_drivers()
70 * Find the TPM with the given Id
103 error_report("Only one TPM is allowed."); in tpm_init_tpmdev()
124 "type", "a TPM backend type"); in tpm_init_tpmdev()
147 * Walk the list of TPM backend drivers that are in use and call their
161 * Initialize the TPM. Process the tpmdev command line options describing the
162 * TPM backend.
175 * Parse the TPM configuration options.
176 * To display all available TPM backends the user may use '-tpmdev help'
194 * Walk the list of active TPM backends and collect information about them.