Home
last modified time | relevance | path

Searched defs:checkPassword (Results 1 – 25 of 228) sorted by relevance

12345678910

/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
H A Dinterfaces.py26 def checkPassword(encoded_password, password): member in IPasswordManager
/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/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/www/p5-FAQ-OMatic/FAQ-OMatic-2.719/lib/FAQ/OMatic/
H A DAuthLocal.pm39 sub checkPassword { subroutine
/dports/www/nextcloud/nextcloud/lib/public/User/Backend/
H A DICheckPasswordBackend.php40 public function checkPassword(string $loginName, string $password); function
/dports/devel/kio-extras/kio-extras-21.12.3/smb/
H A Dkio_smb_auth.cpp16 int SMBSlave::checkPassword(SMBUrl &url) in checkPassword() function in SMBSlave
/dports/www/owncloud/owncloud/apps/user_external/lib/
H A Dwebdavauth.php27 public function checkPassword($uid, $password) { function in OCA\\user_external\\WebDavAuth
H A Dimap.php42 public function checkPassword($uid, $password) { function in OC_User_IMAP
H A Dftp.php47 public function checkPassword($uid, $password) { function in OC_User_FTP
H A Dsmb.php77 public function checkPassword($uid, $password) { function in OC_User_SMB
/dports/sysutils/plasma5-kde-cli-tools/kde-cli-tools-5.23.5/kdesu/
H A Dsudlg.cpp74 bool KDEsuDialog::checkPassword() in checkPassword() function in KDEsuDialog
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Crypto/PasswordHashing/
H A DPasswordHashInterface.php32 public function checkPassword(string $plainPW, string $saltedHashPW): bool; function
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Crypto/PasswordHashing/
H A DPasswordHashInterface.php34 public function checkPassword(string $plainPW, string $saltedHashPW): bool; function
H A DAbstractArgon2PasswordHash.php100 public function checkPassword(string $plainPW, string $saltedHashPW): bool function in TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\AbstractArgon2PasswordHash
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Crypto/PasswordHashing/
H A DPasswordHashInterface.php34 public function checkPassword(string $plainPW, string $saltedHashPW): bool; function
H A DAbstractArgon2PasswordHash.php105 public function checkPassword(string $plainPW, string $saltedHashPW): bool function in TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\AbstractArgon2PasswordHash
/dports/www/twiki-LdapContrib/LdapContrib-0.0.16840/lib/TWiki/Users/
H A DLdapUser.pm117 sub checkPassword { subroutine
/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
/dports/www/twiki/twiki/lib/TWiki/Users/
H A DApacheHtpasswdUser.pm108 sub checkPassword { subroutine
H A DPassword.pm111 sub checkPassword { subroutine
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Users/
H A DPassword.pm101 sub checkPassword { subroutine
/dports/java/bouncycastle15/crypto-169/core/src/main/jdk1.4/org/bouncycastle/crypto/generators/
H A DOpenBSDBCrypt.java213 public static boolean checkPassword( in checkPassword() method in OpenBSDBCrypt
235 public static boolean checkPassword( in checkPassword() method in OpenBSDBCrypt
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/generators/
H A DOpenBSDBCrypt.java215 public static boolean checkPassword( in checkPassword() method in OpenBSDBCrypt
237 public static boolean checkPassword( in checkPassword() method in OpenBSDBCrypt
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Auth/
H A DAuthDriverInterface.php83 public function checkPassword($login, $pass, array $optionalData = []); function

12345678910