Searched refs:creationPCRSelection (Results 1 – 3 of 3) sorted by relevance
112 info.creationPCRSelection.sizeOfSelect = 3; in TPM_disk_seal()113 info.creationPCRSelection.pcrSelect = (void*)&dst->pcr_selection; in TPM_disk_seal()202 in.sealInfoLong.creationPCRSelection.sizeOfSelect = 3; in TPM_disk_unseal()203 in.sealInfoLong.creationPCRSelection.pcrSelect = (void*)&src->pcr_selection; in TPM_disk_unseal()
595 TPM_PCR_SELECTION creationPCRSelection; member606 free_TPM_PCR_SELECTION(&p->creationPCRSelection); in free_TPM_PCR_INFO_LONG()
660 ptr = pack_TPM_PCR_SELECTION(ptr, &p->creationPCRSelection); in pack_TPM_PCR_INFO_LONG()673 rc += sizeof_TPM_PCR_SELECTION(&p->creationPCRSelection); in sizeof_TPM_PCR_INFO_LONG()688 &p->creationPCRSelection, alloc) || in unpack3_TPM_PCR_INFO_LONG()
Completed in 11 milliseconds