Home
last modified time | relevance | path

Searched refs:kNoneSecurity (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish_common/host/frontend/vnc_server/
Dvnc_client_connection.cpp199 static constexpr std::uint8_t kNoneSecurity = 0x1; in SetupSecurityType() local
201 static constexpr std::uint8_t kOnlyNoneSecurity[] = {0x01, kNoneSecurity}; in SetupSecurityType()
207 if (client_security.front() != kNoneSecurity) { in SetupSecurityType()