Home
last modified time | relevance | path

Searched refs:authState (Results 226 – 250 of 252) sorted by relevance

1234567891011

/dports/devel/bit/bit-1.1.2/vendor/golang.org/x/crypto/otr/
H A Dotr.go184 state, authState int member
283 c.authState = authStateAwaitingDHKey
312 switch c.authState {
314 c.authState = authStateAwaitingRevealSig
333 c.authState = authStateAwaitingRevealSig
352 c.authState = authStateAwaitingRevealSig
357 switch c.authState {
368 c.authState = authStateAwaitingSig
386 c.authState = authStateNone
390 if c.authState != authStateAwaitingSig {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/miekg/dns/vendor/golang.org/x/crypto/otr/
H A Dotr.go180 state, authState int member
279 c.authState = authStateAwaitingDHKey
308 switch c.authState {
310 c.authState = authStateAwaitingRevealSig
329 c.authState = authStateAwaitingRevealSig
348 c.authState = authStateAwaitingRevealSig
353 switch c.authState {
364 c.authState = authStateAwaitingSig
382 c.authState = authStateNone
386 if c.authState != authStateAwaitingSig {
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/golang.org/x/crypto/otr/
H A Dotr.go180 state, authState int member
279 c.authState = authStateAwaitingDHKey
308 switch c.authState {
310 c.authState = authStateAwaitingRevealSig
329 c.authState = authStateAwaitingRevealSig
348 c.authState = authStateAwaitingRevealSig
353 switch c.authState {
364 c.authState = authStateAwaitingSig
382 c.authState = authStateNone
386 if c.authState != authStateAwaitingSig {
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/golang.org/x/crypto/otr/
H A Dotr.go180 state, authState int member
279 c.authState = authStateAwaitingDHKey
308 switch c.authState {
310 c.authState = authStateAwaitingRevealSig
329 c.authState = authStateAwaitingRevealSig
348 c.authState = authStateAwaitingRevealSig
353 switch c.authState {
364 c.authState = authStateAwaitingSig
382 c.authState = authStateNone
386 if c.authState != authStateAwaitingSig {
[all …]
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/servatrice/src/
H A Dserversocketinterface.cpp240 if (authState != PasswordRight) in cmdAddToList()
281 if (authState != PasswordRight) in cmdRemoveFromList()
392 if (authState != PasswordRight) in cmdDeckList()
410 if (authState != PasswordRight) in cmdDeckNewDir()
467 if (authState != PasswordRight) in cmdDeckDelDir()
481 if (authState != PasswordRight) in cmdDeckDel()
503 if (authState != PasswordRight) in cmdDeckUpload()
566 if (authState != PasswordRight) in cmdDeckDownload()
587 if (authState != PasswordRight) in cmdReplayList()
641 if (authState != PasswordRight) in cmdReplayDownload()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/thirdparty/ch/boye/httpclientandroidlib/client/protocol/
H A DResponseAuthCache.java126 private boolean isCachable(final AuthState authState) { in isCachable() argument
127 final AuthScheme authScheme = authState.getAuthScheme(); in isCachable()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/thirdparty/ch/boye/httpclientandroidlib/client/protocol/
H A DResponseAuthCache.java126 private boolean isCachable(final AuthState authState) { in isCachable() argument
127 final AuthScheme authScheme = authState.getAuthScheme(); in isCachable()
/dports/security/beid/eid-mw-5.0.8/cardcomm/ctkToken/BEIDToken/
H A DTokenSession.h12 @property BEIDAuthState authState;
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/async/
H A DAsyncServer.cpp1444 if ( challenges[ i ].authState != CDK_WAIT ) { in ProcessAuthMessage()
1451 challenges[ i ].authState = CDK_OK; in ProcessAuthMessage()
1503 challenges[i].authState = CDK_WAIT; in ProcessChallengeMessage()
1526 challenges[i].authState = CDK_OK; in ProcessChallengeMessage()
1530 challenges[ i ].authState = CDK_ONLYLAN; in ProcessChallengeMessage()
1548 challenges[i].authState = CDK_OK; in ProcessChallengeMessage()
1698 switch ( challenges[ ichallenge ].authState ) { in ProcessConnectMessage()
1753 …assert( challenges[ ichallenge ].authState == CDK_OK || challenges[ ichallenge ].authState == CDK_… in ProcessConnectMessage()
1788 challenges[ ichallenge ].authState = CDK_PUREWAIT; in ProcessConnectMessage()
1926 if ( challenges[ iclient ].authState != CDK_PUREWAIT ) { in ProcessPureMessage()
[all …]
H A DAsyncServer.h88 authState_t authState; // local state regarding the client member
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/network/authentication/litres/
H A DLitResAuthenticationManager.cpp45 bool authState = !mySidUserNameOption.value().empty() && !mySidOption.value().empty(); in isAuthorised() local
47 return AuthenticationStatus(authState); in isAuthorised()
50 if (!authState) { in isAuthorised()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dstartup_warnings_common.cpp66 if (serverParams.authState == ServerGlobalParams::AuthState::kUndefined) { in logCommonStartupWarnings()
H A Dserver_options.h123 AuthState authState = AuthState::kUndefined; member
H A Dserver_options_helpers.cpp891 serverGlobalParams.authState = ServerGlobalParams::AuthState::kEnabled; in storeServerOptions()
1071 serverGlobalParams.authState = ServerGlobalParams::AuthState::kEnabled; in storeServerOptions()
1077 serverGlobalParams.authState = ServerGlobalParams::AuthState::kDisabled; in storeServerOptions()
1080 serverGlobalParams.authState = ServerGlobalParams::AuthState::kEnabled; in storeServerOptions()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/auth/
H A Dauthorization_manager_global.cpp104 authzManager->setAuthEnabled(serverGlobalParams.authState ==
/dports/www/opencart/opencart-3.0.3.8/upload/system/library/
H A Dsquareup.php178 $state = $this->authState();
419 protected function authState() { function in Squareup
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/core/model/
H A DUser.php421 $authState = App::get()->getAuthState();
422 if(!$authState) {
425 if(!$authState->isAuthenticated()) {
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/common/
H A Dserver_protocolhandler.h54 AuthenticationResult authState; variable
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/otr3/
H A Dauth_state_machine_test.go132 states := []authState{
277 states := []authState{
308 states := []authState{
H A Dake.go29 state authState
/dports/net/nsq/nsq-1.2.1/nsqd/
H A Dclient_v2.go653 authState, err := auth.QueryAnyAuthd(c.nsqd.getOpts().AuthHTTPAddresses,
660 c.AuthState = authState
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/
H A DClientCnxn.java1217 KeeperState authState = zooKeeperSaslClient.getKeeperState(); in run() local
1218 if (authState != null) { in run()
1219 if (authState == KeeperState.AuthFailed) { in run()
1224 if (authState == KeeperState.SaslAuthenticated) { in run()
1231 … eventThread.queueEvent(new WatchedEvent(Watcher.Event.EventType.None, authState, null)); in run()
/dports/irc/quassel/quassel-0.14-rc2/src/core/
H A Dcore.cpp545 Authenticator::State authState = auth->init(settings, environment, loadFromEnvironment); in initAuthenticator() local
546 switch (authState) { in initAuthenticator()
/dports/irc/quassel-core/quassel-0.14-rc2/src/core/
H A Dcore.cpp545 Authenticator::State authState = auth->init(settings, environment, loadFromEnvironment); in initAuthenticator() local
546 switch (authState) { in initAuthenticator()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/chat/modules/
H A DOTRLib.jsm611 authState: {

1234567891011