Searched refs:counter_value (Results 1 – 4 of 4) sorted by relevance
41 uint32_t ctr = be32_native(mgr->counter_value); in vtpm_sync_disk()42 mgr->counter_value = native_be32(ctr + 1); in vtpm_sync_disk()78 uint32_t ctr = be32_native(mgr->counter_value); in vtpm_sync_disk()79 mgr->counter_value = native_be32(ctr - 1); in vtpm_sync_disk()
190 be32_t counter_value; member
332 root.v.tpm_counter_value = mgr->counter_value; in disk_write_root_sector()406 rc = TPM_disk_alloc_counter(&mgr->counter_index, mgr->counter_auth, &mgr->counter_value); in vtpm_new_disk()
476 dst->counter_value = root->v.tpm_counter_value; in load_root_post()
Completed in 6 milliseconds