Searched refs:PcrAllocation (Results 1 – 2 of 2) sorted by relevance
70 TPML_PCR_SELECTION PcrAllocation; member430 IN TPML_PCR_SELECTION *PcrAllocation, in Tpm2PcrAllocate() argument467 WriteUnaligned32 ((UINT32 *)Buffer, SwapBytes32(PcrAllocation->count)); in Tpm2PcrAllocate()469 for (Index = 0; Index < PcrAllocation->count; Index++) { in Tpm2PcrAllocate()470 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16(PcrAllocation->pcrSelections[Index].hash)); in Tpm2PcrAllocate()472 *(UINT8 *)Buffer = PcrAllocation->pcrSelections[Index].sizeofSelect; in Tpm2PcrAllocate()474 …CopyMem (Buffer, PcrAllocation->pcrSelections[Index].pcrSelect, PcrAllocation->pcrSelections[Index… in Tpm2PcrAllocate()475 Buffer += PcrAllocation->pcrSelections[Index].sizeofSelect; in Tpm2PcrAllocate()559 TPML_PCR_SELECTION PcrAllocation; in Tpm2PcrAllocateBanks() local578 ZeroMem (&PcrAllocation, sizeof(PcrAllocation)); in Tpm2PcrAllocateBanks()[all …]
556 IN TPML_PCR_SELECTION *PcrAllocation,