HomeSort by relevance Sort by last modified time
    Searched refs:PcrSelectionIn (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Integrity.c 55 TPML_PCR_SELECTION PcrSelectionIn;
305 @param[in] PcrSelectionIn The selection of PCR to read.
316 IN TPML_PCR_SELECTION *PcrSelectionIn,
337 SendBuffer.PcrSelectionIn.count = SwapBytes32(PcrSelectionIn->count);
338 for (Index = 0; Index < PcrSelectionIn->count; Index++) {
339 SendBuffer.PcrSelectionIn.pcrSelections[Index].hash = SwapBytes16(PcrSelectionIn->pcrSelections[Index].hash);
340 SendBuffer.PcrSelectionIn.pcrSelections[Index].sizeofSelect = PcrSelectionIn->pcrSelections[Index].sizeofSelect;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm2CommandLib.h 520 @param[in] PcrSelectionIn The selection of PCR to read.
531 IN TPML_PCR_SELECTION *PcrSelectionIn,
    [all...]

Completed in 493 milliseconds