Searched refs:PcrSelectionIn (Results 1 – 2 of 2) sorted by relevance
55 TPML_PCR_SELECTION PcrSelectionIn; member316 IN TPML_PCR_SELECTION *PcrSelectionIn, in Tpm2PcrRead() argument337 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()
531 IN TPML_PCR_SELECTION *PcrSelectionIn,