Searched refs:AuthNone (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/vnc/
H A Dvncserver.hh71 const static uint32_t AuthNone = 1; member in class:VncServer
H A Dvncserver.cc417 uint32_t sec_type = htobe((uint32_t)AuthNone);
422 uint8_t sec_type = htobe((uint8_t)AuthNone);
440 if (security_type != AuthNone) {

Completed in 4 milliseconds