Searched refs:pcr_selection (Results 1 – 5 of 5) sorted by relevance
113 info.creationPCRSelection.pcrSelect = (void*)&dst->pcr_selection; in TPM_disk_seal()115 info.releasePCRSelection.pcrSelect = (void*)&dst->pcr_selection; in TPM_disk_seal()203 in.sealInfoLong.creationPCRSelection.pcrSelect = (void*)&src->pcr_selection; in TPM_disk_unseal()205 in.sealInfoLong.releasePCRSelection.pcrSelect = (void*)&src->pcr_selection; in TPM_disk_unseal()
88 dst->pcr_selection = src->seals[i].pcr_selection; in generate_group_seals()90 TPM_pcr_digest(&dst->digest_at_seal, dst->pcr_selection); in generate_group_seals()254 dst->pcr_selection = src->pcr_selection; in disk_write_seal_list()256 TPM_pcr_digest(&dst->digest_at_seal, dst->pcr_selection); in disk_write_seal_list()
72 le32_t pcr_selection; member115 le32_t pcr_selection; member
86 dst->seals[i].pcr_selection = cfg->pcr_selection; in find_group_key()89 TPM_pcr_digest(&buf, cfg->pcr_selection); in find_group_key()184 TPM_pcr_digest(&buf, src->pcr_selection); in find_root_key()
637 seals[i].pcr_selection = native_le32(0); in vtpmmgr_GroupUpdate()638 memcpy(&seals[i].pcr_selection, sel.pcrSelect, sel.sizeOfSelect); in vtpmmgr_GroupUpdate()
Completed in 12 milliseconds