Home | History | Annotate | Download | only in tpm2

Lines Matching refs:ok

95    BOOL                      ok = TRUE;
100 ok = ReadBytes(s, (char*) &Command, 4);
104 if(!ok) return TRUE;
146 ok = WriteVarBytes(s, (char *)&CommandResponseSizes,
149 if(!ok)
459 BOOL ok;
466 ok = ReadBytes(s, (char*) &Command, 4);
470 if(!ok)
482 ok = ReadVarBytes(s, InputBuffer, &length, MAX_BUFFER);
483 if(!ok) return TRUE;
489 ok = ReadBytes(s, (char*) &locality, 1);
490 if(!ok)
492 ok = ReadVarBytes(s, InputBuffer, &length, MAX_BUFFER);
493 if(!ok)
517 ok = WriteVarBytes(s,
520 if(!ok)
524 ok = ReadBytes(s, (char*)&clientVersion, 4);
525 if(!ok)
532 ok &= WriteUINT32(s, ServerVersion);
533 ok &= WriteUINT32(s,
537 ok = ReadBytes(s, (char*)&result, 4);
538 if(!ok)
552 ok = WriteUINT32(s,0);
553 if(!ok)