Searched refs:tpm_state_t (Results 1 – 2 of 2) sorted by relevance
125 static int itpm_command(tpm_state_t *tpm, uint8_t *buf, size_t bufsiz);126 static int tpm_get_timeouts(tpm_state_t *tpm);127 static int tpm_get_duration(tpm_state_t *tpm);128 static int tpm_get_version(tpm_state_t *tpm);129 static int tpm_continue_selftest(tpm_state_t *tpm);134 static int tpm_wait_for_stat(tpm_state_t *, uint8_t, clock_t);135 static clock_t tpm_get_ordinal_duration(tpm_state_t *, uint8_t);136 static int tis_check_active_locality(tpm_state_t *, char);137 static int tis_request_locality(tpm_state_t *, char);138 static void tis_release_locality(tpm_state_t *, char, int);[all …]
61 typedef struct tpm_state tpm_state_t; typedef