Searched refs:pcrSelection (Results 1 – 3 of 3) sorted by relevance
119 + pcrData.pcrSelection.sizeOfSelect = myPCR->sizeOfSelect;120 + memcpy(pcrData.pcrSelection.pcrSelect, myPCR->pcrSelect, myPCR->sizeOfSelect);
611 TPM_PCR_SELECTION pcrSelection; member620 free_TPM_PCR_SELECTION(&p->pcrSelection); in free_TPM_PCR_INFO()
633 ptr = pack_TPM_PCR_SELECTION(ptr, &p->pcrSelection); in pack_TPM_PCR_INFO()641 return unpack3_TPM_PCR_SELECTION(ptr, pos, max, &p->pcrSelection, alloc) || in unpack3_TPM_PCR_INFO()649 rc += sizeof_TPM_PCR_SELECTION(&p->pcrSelection); in sizeof_TPM_PCR_INFO()
Completed in 10 milliseconds