Home
last modified time | relevance | path

Searched refs:PcrAllocation (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Integrity.c70 TPML_PCR_SELECTION PcrAllocation; member
430 IN TPML_PCR_SELECTION *PcrAllocation, in Tpm2PcrAllocate() argument
467 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() local
578 ZeroMem (&PcrAllocation, sizeof(PcrAllocation)); in Tpm2PcrAllocateBanks()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm2CommandLib.h556 IN TPML_PCR_SELECTION *PcrAllocation,