Home | History | Annotate | Download | only in Tpm2CommandLib

Lines Matching refs:SwapBytes16

117   Cmd.Header.tag         = SwapBytes16(TPM_ST_NO_SESSIONS);

123 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16(0));
127 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16(HashAlg));
206 Cmd.Header.tag = SwapBytes16(TPM_ST_SESSIONS);
221 WriteUnaligned16 ((UINT16 *)BufferPtr, SwapBytes16(Buffer->size));
310 Cmd.Header.tag = SwapBytes16(TPM_ST_SESSIONS);
330 WriteUnaligned16 ((UINT16 *)BufferPtr, SwapBytes16(Buffer->size));
381 Results->digests[Index].hashAlg = SwapBytes16(ReadUnaligned16 ((UINT16 *)BufferPtr));
432 Cmd.Header.tag = SwapBytes16(TPM_ST_SESSIONS);
447 WriteUnaligned16 ((UINT16 *)BufferPtr, SwapBytes16(Buffer->size));
498 Result->size = SwapBytes16(ReadUnaligned16 ((UINT16 *)BufferPtr));