Home | History | Annotate | Download | only in Tpm2CommandLib

Lines Matching refs:SwapBytes16

114   Cmd.Header.tag         = SwapBytes16(TPM_ST_SESSIONS);

135 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16(Digests->digests[Index].hashAlg));
224 Cmd.Header.tag = SwapBytes16(TPM_ST_SESSIONS);
239 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16(EventData->size));
284 Digests->digests[Index].hashAlg = SwapBytes16 (ReadUnaligned16 ((UINT16 *)Buffer));
334 SendBuffer.Header.tag = SwapBytes16(TPM_ST_NO_SESSIONS);
339 SendBuffer.PcrSelectionIn.pcrSelections[Index].hash = SwapBytes16(PcrSelectionIn->pcrSelections[Index].hash);
391 PcrSelectionOut->pcrSelections[Index].hash = SwapBytes16(RecvBuffer.PcrSelectionOut.pcrSelections[Index].hash);
403 PcrValues->digests[Index].size = SwapBytes16(Digests->size);
451 Cmd.Header.tag = SwapBytes16(TPM_ST_SESSIONS);
470 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16(PcrAllocation->pcrSelections[Index].hash));