Home
last modified time | relevance | path

Searched refs:checkPassword (Results 1 – 25 of 422) sorted by relevance

12345678910>>...17

/dports/java/bouncycastle15/crypto-169/core/src/test/java/org/bouncycastle/crypto/test/
H A DOpenBSDBCryptTest.java185 … boolean candidateRootValid = OpenBSDBCrypt.checkPassword(expected, candidate); in testPermutations()
249 if (!OpenBSDBCrypt.checkPassword(encoded, password.toCharArray())) in performTest()
257 if (!OpenBSDBCrypt.checkPassword(encoded, password.toCharArray())) in performTest()
265 if (!OpenBSDBCrypt.checkPassword(encoded, password.toCharArray())) in performTest()
276 if (!OpenBSDBCrypt.checkPassword(encoded, password.toCharArray())) in performTest()
287 if (!OpenBSDBCrypt.checkPassword(encoded, password.toCharArray())) in performTest()
298 if (!OpenBSDBCrypt.checkPassword(encoded, password.toCharArray())) in performTest()
319 isTrue(OpenBSDBCrypt.checkPassword(tokenString, "test-token".toCharArray())); in performTest()
320 isTrue(!OpenBSDBCrypt.checkPassword(tokenString, "wrong-token".toCharArray())); in performTest()
333 if (!OpenBSDBCrypt.checkPassword(encoded, password.toCharArray())) in oldPrefixTest()
[all …]
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/cred/test/
H A Dtest_cramauth.py41 self.assertTrue(c.checkPassword(b"secret"))
49 self.assertFalse(c.checkPassword(b"secret"))
63 self.assertFalse(c.checkPassword(b"secret"))
81 self.assertTrue(c.checkPassword(b"supersecret"))
H A Dtest_simpleauth.py38 self.assertTrue(creds.checkPassword(b"pass"))
46 self.assertFalse(creds.checkPassword(b"someotherpass"))
81 self.assertTrue(creds.checkPassword(b"pass"))
92 self.assertFalse(creds.checkPassword(b"someotherpass"))
H A Dtest_digestauth.py320 self.assertTrue(creds.checkPassword(self.password))
321 self.assertFalse(creds.checkPassword(self.password + b"wrong"))
371 self.assertTrue(creds.checkPassword(self.password))
372 self.assertFalse(creds.checkPassword(self.password + b"wrong"))
392 self.assertTrue(creds.checkPassword(self.password))
393 self.assertFalse(creds.checkPassword(self.password + b"wrong"))
406 self.assertTrue(creds.checkPassword(self.password))
407 self.assertFalse(creds.checkPassword(self.password + b"wrong"))
428 self.assertFalse(creds.checkPassword(self.password))
429 self.assertFalse(creds.checkPassword(self.password + b"wrong"))
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/settings/password/
H A Dpasswords_table_view_controller_unittest.mm552 SettingsCheckItem* checkPassword =
568 SettingsCheckItem* checkPassword =
570 EXPECT_TRUE(checkPassword.enabled);
584 SettingsCheckItem* checkPassword =
586 EXPECT_TRUE(checkPassword.enabled);
602 SettingsCheckItem* checkPassword =
604 EXPECT_TRUE(checkPassword.enabled);
618 SettingsCheckItem* checkPassword =
620 EXPECT_TRUE(checkPassword.enabled);
634 SettingsCheckItem* checkPassword =
[all …]
/dports/security/py-zope.password/zope.password-3.6.1/src/zope/password/
H A Dpassword.py62 def checkPassword(self, encoded_password, password): member in PlainTextPasswordManager
134 def checkPassword(self, encoded_password, password): member in SSHAPasswordManager
195 def checkPassword(self, encoded_password, password): member in MD5PasswordManager
255 def checkPassword(self, encoded_password, password): member in SHA1PasswordManager
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/cred/
H A Dcredentials.py60 def checkPassword(password): member in IUsernameHashedPassword
93 def checkPassword(password): member in IUsernamePassword
129 def checkPassword(self, password): member in DigestedCredentials
406 def checkPassword(self, password): member in CramMD5Credentials
418 def checkPassword(self, password): member in UsernameHashedPassword
429 def checkPassword(self, password): member in UsernamePassword
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/test/
H A Dtest_digestauth.py309 self.assertTrue(creds.checkPassword(self.password))
310 self.assertFalse(creds.checkPassword(self.password + 'wrong'))
364 self.assertTrue(creds.checkPassword(self.password))
365 self.assertFalse(creds.checkPassword(self.password + 'wrong'))
384 self.assertTrue(creds.checkPassword(self.password))
385 self.assertFalse(creds.checkPassword(self.password + 'wrong'))
396 self.assertTrue(creds.checkPassword(self.password))
397 self.assertFalse(creds.checkPassword(self.password + 'wrong'))
417 self.assertFalse(creds.checkPassword(self.password))
418 self.assertFalse(creds.checkPassword(self.password + 'wrong'))
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/cred/
H A Dcredentials.py69 def checkPassword(password): member in IUsernameHashedPassword
101 def checkPassword(password): member in IUsernamePassword
136 def checkPassword(self, password): member in DigestedCredentials
439 def checkPassword(self, password): member in CramMD5Credentials
458 def checkPassword(self, password): member in UsernameHashedPassword
468 def checkPassword(self, password): member in UsernamePassword
/dports/www/wt/wt-4.6.1/src/Wt/Auth/
H A DUpdatePasswordWidget.C104 p->keyWentUp().connect(this, &UpdatePasswordWidget::checkPassword); in createFormWidget()
105 p->changed().connect(this, &UpdatePasswordWidget::checkPassword); in createFormWidget()
117 void UpdatePasswordWidget::checkPassword() in checkPassword() function
149 checkPassword(); in validate()
/dports/net/linphone/linphoneqt-4.1.1/ui/views/App/Main/Assistant/
H A DCreateLinphoneSipAccountWithEmail.qml79 assistantModel.checkPassword()
92 onTextChanged: assistantModel.checkPassword()
113 function checkPassword () {
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/User/
H A Dplugin.py163 if isOwner or user.checkPassword(password):
186 if user.checkHostmask(msg.prefix) or user.checkPassword(password):
211 if user.checkPassword(password) or \
234 if user.checkPassword(password) and \
347 if not user.checkPassword(password) and \
387 if not user.checkPassword(password) and \
444 if user.checkPassword(password):
/dports/www/owncloud/owncloud/lib/public/
H A DUser.php136 public static function checkPassword($uid, $password) { function in OCP\\User
137 return \OC_User::checkPassword($uid, $password);
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/webservices/lastfm/
H A DLastFmLogin.java95 boolean checkPassword() { in checkPassword() method in LastFmLogin
109 return checkUser() && checkPassword(); in checkCredentials()
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DProtectableObject.cpp52 bool ProtectableObject::checkPassword(QByteArray const & password) const in checkPassword() function in ProtectableObject
87 if (!checkPassword(hash)) { in showPasswordDialog()
/dports/security/py-django-auth-kerberos/django-auth-kerberos-1.2.5/django_auth_kerberos/
H A Dbackends.py59 …kerberos.checkPassword(username.lower(), password, getattr(settings, "KRB5_SERVICE", ""), getattr(…
61 …kerberos.checkPassword(username.lower(), password, getattr(settings, "KRB5_SERVICE", ""), getattr(…
/dports/security/keybase/client-v5.7.1/shared/actions/
H A Dsignup-gen.tsx11 export const checkPassword = 'signup:checkPassword'
64 type: checkPassword,
125 readonly type: typeof checkPassword
/dports/www/owncloud/owncloud/lib/private/User/
H A DBasicAuthModule.php92 $user = $this->manager->checkPassword($authUser, $authPass);
103 $user = $this->manager->checkPassword($users[0]->getUID(), $authPass);
/dports/net-im/nheko/nheko-0.9.0/src/
H A DRegisterPage.cpp160 connect(password_input_, &TextField::editingFinished, this, &RegisterPage::checkPassword); in Q_DECLARE_METATYPE()
235 RegisterPage::checkPassword() in checkPassword() function in RegisterPage
266 if (checkUsername() && checkPassword() && checkPasswordConfirmation() && checkServer()) { in onRegisterButtonClicked()
359 if (checkUsername() && checkPassword() && checkPasswordConfirmation()) { in doRegistration()
/dports/devel/py-epsilon/epsilon-0.8.0/epsilon/test/
H A Dtest_ampauth.py340 self.assertTrue(self.credentials.checkPassword(self.password))
348 self.assertFalse(self.credentials.checkPassword('quux'))
358 self.credentials.checkPassword(self.password.decode('utf-8')))
368 self.credentials.checkPassword(
/dports/www/owncloud/owncloud/apps/encryption/lib/Controller/
H A DSettingsController.php112 $passwordCorrect = $this->userManager->checkPassword($uid, $newPassword);
118 $passwordCorrect = $this->userManager->checkPassword($loginName, $newPassword);
/dports/www/nextcloud/nextcloud/apps-pkg/encryption/lib/Controller/
H A DSettingsController.php114 $passwordCorrect = $this->userManager->checkPassword($uid, $newPassword);
120 $passwordCorrect = $this->userManager->checkPassword($loginName, $newPassword);
/dports/www/twiki-LdapContrib/LdapContrib-0.0.16840/lib/TWiki/Users/
H A DLdapUser.pm117 sub checkPassword { subroutine
132 return $this->{secondaryPasswordManager}->checkPassword($login, $passU)
/dports/comms/anyremote/anyremote-6.7.3/src/
H A Dsecurity.c214 boolean_t checkPassword (const char* value) in checkPassword() function
257 if (!checkPassword(buf)) { in verifyPassword()
/dports/security/zeronet/ZeroNet-0.7.1/plugins/disabled-UiPassword/
H A DUiPasswordPlugin.py56 if self.checkPassword(posted.get("password")):
77 def checkPassword(self, password): member in UiRequestPlugin

12345678910>>...17