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

  /device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
Tpm2Integrity.c 61 TPML_PCR_SELECTION PcrSelectionOut;
307 @param[out] PcrSelectionOut The PCR in the returned list.
318 OUT TPML_PCR_SELECTION *PcrSelectionOut,
379 // PcrSelectionOut
381 if (RecvBufferSize < sizeof (TPM2_RESPONSE_HEADER) + sizeof(RecvBuffer.PcrUpdateCounter) + sizeof(RecvBuffer.PcrSelectionOut.count)) {
385 PcrSelectionOut->count = SwapBytes32(RecvBuffer.PcrSelectionOut.count);
386 if (RecvBufferSize < sizeof (TPM2_RESPONSE_HEADER) + sizeof(RecvBuffer.PcrUpdateCounter) + sizeof(RecvBuffer.PcrSelectionOut.count) + sizeof(RecvBuffer.PcrSelectionOut.pcrSelections[0]) * PcrSelectionOut->count) {
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Include/Library/
Tpm2CommandLib.h 522 @param[out] PcrSelectionOut The PCR in the returned list.
533 OUT TPML_PCR_SELECTION *PcrSelectionOut,
    [all...]

Completed in 251 milliseconds