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

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Integrity.c 62 TPML_DIGEST PcrValues;
308 @param[out] PcrValues The contents of the PCR indicated in pcrSelect.
319 OUT TPML_DIGEST *PcrValues
397 // PcrValues
400 PcrValues->count = SwapBytes32(PcrValuesOut->count);
402 for (Index = 0; Index < PcrValues->count; Index++) {
403 PcrValues->digests[Index].size = SwapBytes16(Digests->size);
404 CopyMem (&PcrValues->digests[Index].buffer, &Digests->buffer, PcrValues->digests[Index].size);
405 Digests = (TPM2B_DIGEST *)((UINT8 *)Digests + sizeof(Digests->size) + PcrValues->digests[Index].size);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm2CommandLib.h 523 @param[out] PcrValues The contents of the PCR indicated in pcrSelect.
534 OUT TPML_DIGEST *PcrValues
    [all...]

Completed in 8486 milliseconds