Searched refs:releasePCRSelection (Results 1 – 3 of 3) sorted by relevance
114 info.releasePCRSelection.sizeOfSelect = 3; in TPM_disk_seal()115 info.releasePCRSelection.pcrSelect = (void*)&dst->pcr_selection; in TPM_disk_seal()204 in.sealInfoLong.releasePCRSelection.sizeOfSelect = 3; in TPM_disk_unseal()205 in.sealInfoLong.releasePCRSelection.pcrSelect = (void*)&src->pcr_selection; in TPM_disk_unseal()
596 TPM_PCR_SELECTION releasePCRSelection; member607 free_TPM_PCR_SELECTION(&p->releasePCRSelection); in free_TPM_PCR_INFO_LONG()
661 ptr = pack_TPM_PCR_SELECTION(ptr, &p->releasePCRSelection); in pack_TPM_PCR_INFO_LONG()674 rc += sizeof_TPM_PCR_SELECTION(&p->releasePCRSelection); in sizeof_TPM_PCR_INFO_LONG()690 &p->releasePCRSelection, alloc) || in unpack3_TPM_PCR_INFO_LONG()
Completed in 11 milliseconds