Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Integrity.c55 TPML_PCR_SELECTION PcrSelectionIn; member
316 IN TPML_PCR_SELECTION *PcrSelectionIn, in Tpm2PcrRead() argument
337 SendBuffer.PcrSelectionIn.count = SwapBytes32(PcrSelectionIn->count); in Tpm2PcrRead()
338 for (Index = 0; Index < PcrSelectionIn->count; Index++) { in Tpm2PcrRead()
339 …SendBuffer.PcrSelectionIn.pcrSelections[Index].hash = SwapBytes16(PcrSelectionIn->pcrSelections[In… in Tpm2PcrRead()
340 …SendBuffer.PcrSelectionIn.pcrSelections[Index].sizeofSelect = PcrSelectionIn->pcrSelections[Index]… in Tpm2PcrRead()
341 …em (&SendBuffer.PcrSelectionIn.pcrSelections[Index].pcrSelect, &PcrSelectionIn->pcrSelections[Inde… in Tpm2PcrRead()
344 …er.Header) + sizeof(SendBuffer.PcrSelectionIn.count) + sizeof(SendBuffer.PcrSelectionIn.pcrSelecti… in Tpm2PcrRead()
/device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
DTpm2CommandLib.h531 IN TPML_PCR_SELECTION *PcrSelectionIn,