Home
last modified time | relevance | path

Searched refs:pcr_selection (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/stubdom/vtpmmgr/
A Ddisk_tpm.c113 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()
A Ddisk_write.c88 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()
A Dvtpm_disk.h72 le32_t pcr_selection; member
115 le32_t pcr_selection; member
A Ddisk_read.c86 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()
A Dvtpm_cmd_handler.c637 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 7 milliseconds