Lines Matching full:tpm
2 * TPM utility functions
34 /* tpm backend property */
80 .description = "ID of a tpm to use as a backend",
108 * Send request to a TPM device. We expect a response within one second.
147 * A basic test of a TPM device. We expect a well formatted response header
170 * Probe for the TPM device in the back
171 * Returns 0 on success with the version of the probed TPM set, 1 on failure.
179 * Sending a TPM2 command to a TPM 2 will give a TPM 2 tag in the in tpm_util_test_tpmdev()
181 * Sending a TPM2 command to a TPM 1.2 will give a TPM 1.2 tag in tpm_util_test_tpmdev()
198 /* Send TPM 2 command */ in tpm_util_test_tpmdev()
201 /* TPM 2 would respond with a tag of TPM2_ST_NO_SESSIONS */ in tpm_util_test_tpmdev()
207 /* Send TPM 1.2 command */ in tpm_util_test_tpmdev()
212 /* this is a TPM 1.2 */ in tpm_util_test_tpmdev()