Searched defs:VncStateSASL (Results 1 – 1 of 1) sorted by relevance
30 typedef struct VncStateSASL VncStateSASL; typedef35 struct VncStateSASL { struct36 sasl_conn_t *conn;38 bool wantSSF;40 bool runSSF;47 unsigned int waitWriteSSF;53 const uint8_t *encoded;54 unsigned int encodedLength;55 unsigned int encodedRawLength;56 unsigned int encodedOffset;[all …]