Home
last modified time | relevance | path

Searched refs:m_authenticated (Results 1 – 25 of 36) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dpgm2_memcard.cpp48 m_authenticated = false; in call_load()
68 m_authenticated = false; in call_unload()
77 m_authenticated = false; in call_create()
100 m_authenticated = true; in auth()
104 m_authenticated = false; in auth()
121 if (m_authenticated && (offset >= 0x20 || (m_protection_data[offset>>3] & (1 <<(offset & 7))))) in write()
134 if (m_authenticated) in write_prot()
140 if (!m_authenticated) in read_sec()
147 if (m_authenticated) in write_sec()
H A Dpgm2_memcard.h60 bool m_authenticated; variable
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dpgm2_memcard.cpp48 m_authenticated = false; in call_load()
68 m_authenticated = false; in call_unload()
77 m_authenticated = false; in call_create()
100 m_authenticated = true; in auth()
104 m_authenticated = false; in auth()
121 if (m_authenticated && (offset >= 0x20 || (m_protection_data[offset>>3] & (1 <<(offset & 7))))) in write()
134 if (m_authenticated) in write_prot()
140 if (!m_authenticated) in read_sec()
147 if (m_authenticated) in write_sec()
H A Dpgm2_memcard.h60 bool m_authenticated; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/permissions/
H A Dprincipalpermission.cs29 internal bool m_authenticated; field in System.Security.Permissions.IDRole
61 if (m_authenticated) in ToXml()
86 m_authenticated = false; in FromXml()
113 return ((m_authenticated ? 0 : 101) + in GetHashCode()
152 m_array[0].m_authenticated = true; in PrincipalPermission()
177 m_array[i].m_authenticated) in IsEmpty()
238 … if (operand.m_array[j].m_authenticated == this.m_array[i].m_authenticated && in IsSubsetOf()
298 if (operand.m_array[j].m_authenticated == this.m_array[i].m_authenticated) in Intersect()
324 idrole.m_authenticated = operand.m_array[j].m_authenticated; in Intersect()
341 idrole.m_authenticated = operand.m_array[j].m_authenticated; in Intersect()
[all …]
/dports/www/dooble/dooble-2021.12.05/Source/
H A Ddooble_cryptography.cc53 m_authenticated = false; in dooble_cryptography()
66 m_authenticated = true; in dooble_cryptography()
85 m_authenticated = false; in dooble_cryptography()
222 return m_authenticated; in authenticated()
263 m_authenticated = dooble_cryptography::memcmp(hash, salted_password); in authenticate()
280 m_authenticated = state; in set_authenticated()
312 m_authenticated = true; in set_keys()
H A Ddooble_cryptography.h79 bool m_authenticated; variable
/dports/mail/emailrelay/emailrelay-1.9/src/gauth/
H A Dgsaslserverbasic_native.cpp50 bool m_authenticated ; member in GAuth::SaslServerBasicImp
74 m_authenticated(false) , in SaslServerBasicImp()
101 m_authenticated = false ; in init()
258 m_imp->m_authenticated = false ; in apply()
262 m_imp->m_authenticated = m_imp->validate( secret , response_tail ) ; in apply()
282 m_imp->m_authenticated = !id.empty() && !pwd.empty() && pwd == secret ; in apply()
300 m_imp->m_authenticated = !response.empty() && response == secret ; in apply()
314 return m_imp->m_authenticated ; in authenticated()
319 return m_imp->m_authenticated ? m_imp->m_id : m_imp->m_trustee ; in id()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/git/gerrit/
H A Dauthenticationdialog.h49 bool isAuthenticated() const { return m_authenticated; } in isAuthenticated()
59 bool m_authenticated = true; variable
/dports/mail/libvmime/vmime-0.9.2/src/vmime/net/pop3/
H A DPOP3Connection.cpp68 m_authenticated(false), m_secured(false), m_capabilitiesFetched(false) in POP3Connection()
219 m_authenticated = false; in internalDisconnect()
238 m_authenticated = true; in authenticate()
290 m_authenticated = true; in authenticate()
361 m_authenticated = true; in authenticate()
660 return m_socket && m_socket->isConnected() && m_authenticated; in isConnected()
H A DPOP3Connection.hpp111 bool m_authenticated; member in vmime::net::pop3::POP3Connection
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/ampache/
H A DAmpacheAccountLogin.h47 bool authenticated() const { return m_authenticated; } in authenticated()
71 bool m_authenticated; variable
H A DAmpacheAccountLogin.cpp40 , m_authenticated( false ) in AmpacheAccountLogin()
169 m_authenticated = true; in authenticationComplete()
/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DMultiplayerCommon.h119 m_authenticated(false), in SaveGameEmpireData()
130 m_authenticated(authenticated), in SaveGameEmpireData()
140 bool m_authenticated; member
241 m_authenticated(false), in PlayerSetupData()
254 bool m_authenticated; ///< if player was authenticated member
H A DSerializeMultiplayerCommon.cpp170 ar & BOOST_SERIALIZATION_NVP(m_authenticated); in serialize()
243 ar & BOOST_SERIALIZATION_NVP(m_authenticated); in serialize()
/dports/mail/libvmime/vmime-0.9.2/src/vmime/net/smtp/
H A DSMTPConnection.cpp69 m_authenticated(false), m_secured(false), m_extendedSMTP(false) in SMTPConnection()
191 m_authenticated = true; in connect()
301 m_authenticated = true; in authenticate()
564 m_authenticated = false; in internalDisconnect()
591 return m_socket && m_socket->isConnected() && m_authenticated; in isConnected()
H A DSMTPConnection.hpp115 bool m_authenticated; member in vmime::net::smtp::SMTPConnection
/dports/security/opensaml/opensaml-3.2.1/saml/binding/impl/
H A DSecurityPolicy.cpp112 m_authenticated(false), in SecurityPolicy()
275 m_authenticated=false; in _reset()
301 return m_authenticated; in isAuthenticated()
350 m_authenticated = auth; in setAuthenticated()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/services/mp3tunes/
H A DMp3tunesService.cpp96 , m_authenticated( false ) in Mp3tunesService()
137 if ( !m_authenticated && !m_authenticationFailed ) in polish()
278 m_authenticated = true; in authenticationComplete()
H A DMp3tunesService.h126 bool m_authenticated; // true if mp3tunes has authenticated successfully variable
/dports/devel/xmltooling/xmltooling-3.2.1/xmltooling/soap/impl/
H A DCURLSOAPTransport.cpp84 m_chunked(true), m_authenticated(false), m_cacheTag(nullptr) { in CURLSOAPTransport()
102 …curl_easy_setopt(m_handle, CURLOPT_PRIVATE, m_authenticated ? "secure" : 0); // Save off security … in ~CURLSOAPTransport()
200 return m_authenticated; in isAuthenticated()
204 m_authenticated = auth; in setAuthenticated()
253 bool m_authenticated; member in xmltooling::CURLSOAPTransport
583 m_authenticated=true;
/dports/mail/emailrelay/emailrelay-1.9/src/gsmtp/
H A Dgserverprotocol.cpp45 m_authenticated(false) , in ServerProtocol()
303 if( m_sasl->active() && !m_authenticated ) in verify()
396 else if( m_authenticated ) in doAuth()
422 m_authenticated = m_sasl->authenticated() ; in doAuth()
467 m_authenticated = m_sasl->authenticated() ; in doAuthData()
485 if( m_sasl->active() && !m_authenticated && ( !m_sasl->trusted(m_peer_address) || sensitive() ) ) in doMail()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsPop3IncomingServer.h55 bool m_authenticated; variable
H A DnsPop3IncomingServer.cpp58 m_authenticated = false; in NS_IMPL_ISUPPORTS_INHERITED()
232 *aAuthenticated = m_authenticated; in GetAuthenticated()
237 m_authenticated = aAuthenticated; in SetAuthenticated()
/dports/www/domoticz/domoticz-2020.2/webserver/
H A Dproxyclient.cpp286 response.m_authenticated = authenticated; in PDUFUNCTION()
293 if (!pdu->m_authenticated) { in PDUFUNCTION()
299 slave->Authenticated(pdu->m_tokenparam, pdu->m_authenticated == 1); in PDUFUNCTION()

12