Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Integrity.c61 TPML_PCR_SELECTION PcrSelectionOut; member
318 OUT TPML_PCR_SELECTION *PcrSelectionOut, in Tpm2PcrRead() argument
381 …ESPONSE_HEADER) + sizeof(RecvBuffer.PcrUpdateCounter) + sizeof(RecvBuffer.PcrSelectionOut.count)) { in Tpm2PcrRead()
385 PcrSelectionOut->count = SwapBytes32(RecvBuffer.PcrSelectionOut.count); in Tpm2PcrRead()
386 …Counter) + sizeof(RecvBuffer.PcrSelectionOut.count) + sizeof(RecvBuffer.PcrSelectionOut.pcrSelecti… in Tpm2PcrRead()
390 for (Index = 0; Index < PcrSelectionOut->count; Index++) { in Tpm2PcrRead()
391PcrSelectionOut->pcrSelections[Index].hash = SwapBytes16(RecvBuffer.PcrSelectionOut.pcrSelections[… in Tpm2PcrRead()
392PcrSelectionOut->pcrSelections[Index].sizeofSelect = RecvBuffer.PcrSelectionOut.pcrSelections[Inde… in Tpm2PcrRead()
393 …CopyMem (&PcrSelectionOut->pcrSelections[Index].pcrSelect, &RecvBuffer.PcrSelectionOut.pcrSelectio… in Tpm2PcrRead()
399 …Counter) + sizeof(RecvBuffer.PcrSelectionOut.count) + sizeof(RecvBuffer.PcrSelectionOut.pcrSelecti… in Tpm2PcrRead()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm2CommandLib.h533 OUT TPML_PCR_SELECTION *PcrSelectionOut,