Home
last modified time | relevance | path

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

/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/xmpp/sasl/
H A Dscramsha1message.h29 class SCRAMSHA1Message
32SCRAMSHA1Message(const QString& authzid, const QString& authcid, const QByteArray& cnonce, const R…
H A Dscramsha1message.cpp44 SCRAMSHA1Message::SCRAMSHA1Message(const QString& authzid, const QString& authcid, const QByteArray… in SCRAMSHA1Message() function in XMPP::SCRAMSHA1Message
/dports/net-im/psi/psi-1.5/iris/src/xmpp/sasl/
H A Dscramsha1message.h29 class SCRAMSHA1Message
32SCRAMSHA1Message(const QString& authzid, const QString& authcid, const QByteArray& cnonce, const R…
H A Dscramsha1message.cpp44 SCRAMSHA1Message::SCRAMSHA1Message(const QString& authzid, const QString& authcid, const QByteArray… in SCRAMSHA1Message() function in XMPP::SCRAMSHA1Message
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/xmpp/sasl/unittest/
H A Dscramsha1messagetest.cpp39SCRAMSHA1Message msg1("", "testuser", QByteArray(0, ' '), IncrementingRandomNumberGenerator(255)); in testConstructor_WithoutAuthzid()
44SCRAMSHA1Message msg2("", "username=test,man", QByteArray(0, ' '), IncrementingRandomNumberGenerat… in testConstructor_WithoutAuthzid()
/dports/net-im/psi/psi-1.5/iris/src/xmpp/sasl/unittest/
H A Dscramsha1messagetest.cpp39SCRAMSHA1Message msg1("", "testuser", QByteArray(0, ' '), IncrementingRandomNumberGenerator(255)); in testConstructor_WithoutAuthzid()
44SCRAMSHA1Message msg2("", "username=test,man", QByteArray(0, ' '), IncrementingRandomNumberGenerat… in testConstructor_WithoutAuthzid()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libiris/src/xmpp/xmpp-core/
H A Dsimplesasl.cpp208 SCRAMSHA1Message msg(authz, user, QByteArray(0, ' '), RandRandomNumberGenerator()); in tryAgain()
/dports/net-im/psi/psi-1.5/iris/src/xmpp/xmpp-core/
H A Dsimplesasl.cpp208 SCRAMSHA1Message msg(authz, user, QByteArray(0, ' '), RandRandomNumberGenerator()); in tryAgain()