Searched refs:pcrValue (Results 1 – 6 of 6) sorted by relevance
17 #define PCR_VALUE tpmData.permanent.data.pcrValue
626 TPM_PCRVALUE* pcrValue; member634 free(p->pcrValue); in free_TPM_PCR_COMPOSITE()635 p->pcrValue = NULL; in free_TPM_PCR_COMPOSITE()
385 memcpy(pcr_out+*pcr_size, pcrs.pcrValue, pcrs.valueSize); in vtpm_do_quote()
700 ptr = pack_BUFFER(ptr, (const BYTE*)p->pcrValue, p->valueSize); in pack_TPM_PCR_COMPOSITE()708 unpack3_PTR(ptr, pos, max, (BYTE**)&p->pcrValue, p->valueSize, alloc); in unpack3_TPM_PCR_COMPOSITE()
168 + * TPM_PCRVALUE[] pcrValue Values of hardware PCRs used in the quote
172 + * TPM_PCRVALUE[] pcrValue Values of hardware PCRs used in the quote
Completed in 14 milliseconds