Home | History | Annotate | Download | only in tpm2

Lines Matching defs:ReadBytes

15 BOOL ReadBytes(SOCKET s, char* buffer, int NumBytes);
100 ok = ReadBytes(s, (char*) &Command, 4);
314 // ReadBytes()
319 ReadBytes(
409 res = ReadBytes(s, (char*) &length, 4);
419 res = ReadBytes(s, buffer, length);
466 ok = ReadBytes(s, (char*) &Command, 4);
489 ok = ReadBytes(s, (char*) &locality, 1);
524 ok = ReadBytes(s, (char*)&clientVersion, 4);
537 ok = ReadBytes(s, (char*)&result, 4);