Searched refs:PcrSelectionOut (Results 1 – 2 of 2) sorted by relevance
61 TPML_PCR_SELECTION PcrSelectionOut; member318 OUT TPML_PCR_SELECTION *PcrSelectionOut, in Tpm2PcrRead() argument381 …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()391 …PcrSelectionOut->pcrSelections[Index].hash = SwapBytes16(RecvBuffer.PcrSelectionOut.pcrSelections[… in Tpm2PcrRead()392 …PcrSelectionOut->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()
533 OUT TPML_PCR_SELECTION *PcrSelectionOut,