Home
last modified time | relevance | path

Searched refs:authCommand (Results 1 – 25 of 45) sorted by relevance

12

/dports/net/ksmtp/ksmtp-21.12.3/src/
H A Dloginjob.cpp61 QByteArray authCommand(LoginJob::AuthMode mode) const;
158 if (availableModes.contains(QString::fromLatin1(authCommand(m_preferedAuthMode)))) { in selectAuthentication()
160 } else if (availableModes.contains(QString::fromLatin1(authCommand(LoginJob::Login)))) { in selectAuthentication()
162 } else if (availableModes.contains(QString::fromLatin1(authCommand(LoginJob::Plain)))) { in selectAuthentication()
287 const auto authMode = authCommand(m_actualAuthMode); in authenticate()
346 QByteArray LoginJobPrivate::authCommand(LoginJob::AuthMode mode) const in authCommand() function in LoginJobPrivate
/dports/net/libksieve/libksieve-21.12.3/src/kmanagesieve/
H A Dsessionthread.cpp264 QByteArray authCommand = "AUTHENTICATE \"" + QByteArray(mechusing) + QByteArray("\""); in doStartAuthentication() local
267 authCommand += " \""; in doStartAuthentication()
268 authCommand += challenge; in doStartAuthentication()
269 authCommand += '\"'; in doStartAuthentication()
271 doSendData(authCommand); in doStartAuthentication()
/dports/www/py-nevow/Nevow-0.14.0/nevow/
H A Dguard.py437 authCommand = segments[0]
439 authCommand = None
444 assert not authCommand, (
451 if authCommand == LOGIN_AVATAR:
468 elif authCommand == LOGOUT_AVATAR:
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Ddictserver.cc105 QString authCommand = QString( "AUTH " ); in connectToServer() local
111 authCommand += serverUrl.userInfo().left( pos ); in connectToServer()
115 authCommand += serverUrl.userInfo(); in connectToServer()
117 authCommand += " "; in connectToServer()
118authCommand += QCryptographicHash::hash( authString.toUtf8(), QCryptographicHash::Md5 ).toHex(); in connectToServer()
119 authCommand += "\r\n"; in connectToServer()
121 socket.write( authCommand.toUtf8() ); in connectToServer()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/server/
H A Dcmd_server.go22 func authCommand(c *client) error { func
184 register("auth", authCommand)
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/
H A Dtssauth20.c1107 TPMS_AUTH_COMMAND *authCommand = NULL; in TSS_SetCmdAuths() local
1118 authCommand = va_arg(ap, TPMS_AUTH_COMMAND *); in TSS_SetCmdAuths()
1119 if (authCommand != NULL) { in TSS_SetCmdAuths()
1120 rc = TSS_TPMS_AUTH_COMMAND_Marshalu(authCommand, &authorizationSize, NULL, NULL); in TSS_SetCmdAuths()
1170 authCommand = va_arg(ap, TPMS_AUTH_COMMAND *); in TSS_SetCmdAuths()
1171 if (authCommand != NULL) { in TSS_SetCmdAuths()
1172 rc = TSS_TPMS_AUTH_COMMAND_Marshalu(authCommand, &authorizationSize, &cpBuffer, NULL); in TSS_SetCmdAuths()
H A Dtss12.c229 TPMS_AUTH12_COMMAND *authCommand[],
338 TPMS_AUTH12_COMMAND authCommand[MAX_SESSION_NUM]; in TSS_Execute12_valist() local
380 authC[i] = &authCommand[i]; in TSS_Execute12_valist()
738 TPMS_AUTH12_COMMAND *authCommand[], /* output: command in TSS_HmacSession12_SetHMAC() argument
779 authCommand[i]->sessionHandle = session[i]->authHandle; in TSS_HmacSession12_SetHMAC()
782 authCommand[i]->sessionAttributes.val = sessionAttr8; in TSS_HmacSession12_SetHMAC()
821 memcpy(authCommand[i]->hmac, (uint8_t *)&hmac.digest, SHA1_DIGEST_SIZE); in TSS_HmacSession12_SetHMAC()
H A Dtss20.c523 TPMS_AUTH_COMMAND *authCommand[],
769 authCommand[i] = NULL; /* for safe free */ in TSS_Execute_valist()
822 authC[i] = authCommand[i]; in TSS_Execute_valist()
1001 free(authCommand[i]); /* @1 */ in TSS_Execute_valist()
1021 authCommand->sessionHandle = TPM_RS_PW; in TSS_PwapSession_Set()
1022 authCommand->nonce.t.size = 0; in TSS_PwapSession_Set()
1023 authCommand->sessionAttributes.val = 0; in TSS_PwapSession_Set()
1026 rc = TSS_TPM2B_StringCopy(&authCommand->hmac.b, in TSS_PwapSession_Set()
1030 authCommand->hmac.t.size = 0; in TSS_PwapSession_Set()
2865 sizeof(authCommand[i]->hmac.t.buffer)); in TSS_HmacSession_SetHMAC()
[all …]
/dports/net-im/xmpp-client/xmpp-client-3030ad4/
H A Dinput.go32 {"otr-auth", authCommand{}, "Authenticate a secure peer with a mutual, shared secret"},
53 type authCommand struct { struct
416 if authCmd, ok := cmd.(authCommand); ok {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/serf/serf-0.7.0/client/
H A Dconst.go32 authCommand = "auth" const
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/serf/client/
H A Dconst.go32 authCommand = "auth" const
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/serf/client/
H A Dconst.go33 authCommand = "auth" const
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/serf/client/
H A Dconst.go33 authCommand = "auth" const
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/serf/client/
H A Dconst.go33 authCommand = "auth" const
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/serf/client/
H A Dconst.go33 authCommand = "auth" const
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/serf/client/
H A Dconst.go33 authCommand = "auth" const
/dports/sysutils/serf/serf-0.8.5/client/
H A Dconst.go33 authCommand = "auth" const
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/serf/serf-0.7.0/command/agent/
H A Dipc.go66 authCommand = "auth" const
467 if i.authKey != "" && !client.didAuth && command != authCommand && command != handshakeCommand {
479 case authCommand:
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/serf/command/agent/
H A Dipc.go66 authCommand = "auth" const
467 if i.authKey != "" && !client.didAuth && command != authCommand && command != handshakeCommand {
479 case authCommand:
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dipc.go67 authCommand = "auth" const
470 if i.authKey != "" && !client.didAuth && command != authCommand && command != handshakeCommand {
482 case authCommand:
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dipc.go67 authCommand = "auth" const
470 if i.authKey != "" && !client.didAuth && command != authCommand && command != handshakeCommand {
482 case authCommand:
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dipc.go67 authCommand = "auth" const
470 if i.authKey != "" && !client.didAuth && command != authCommand && command != handshakeCommand {
482 case authCommand:
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dipc.go67 authCommand = "auth" const
470 if i.authKey != "" && !client.didAuth && command != authCommand && command != handshakeCommand {
482 case authCommand:
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/serf/cmd/serf/command/agent/
H A Dipc.go67 authCommand = "auth" const
470 if i.authKey != "" && !client.didAuth && command != authCommand && command != handshakeCommand {
482 case authCommand:
/dports/sysutils/serf/serf-0.8.5/cmd/serf/command/agent/
H A Dipc.go67 authCommand = "auth" const
470 if i.authKey != "" && !client.didAuth && command != authCommand && command != handshakeCommand {
482 case authCommand:

12