Home
last modified time | relevance | path

Searched refs:_hash_regex (Results 1 – 13 of 13) sorted by relevance

/dports/security/py-passlib/passlib-1.7.4/passlib/handlers/
H A Dldap_digests.py47 _hash_regex = None # required - regexp to recognize hash variable in _Base64DigestHelper
68 _hash_regex = None # required - regexp to recognize hash variable in _SaltedBase64DigestHelper
81 m = cls._hash_regex.match(hash)
113 _hash_regex = re.compile(u(r"^\{MD5\}(?P<chk>[+/a-zA-Z0-9]{22}==)$")) variable in ldap_md5
123 _hash_regex = re.compile(u(r"^\{SHA\}(?P<chk>[+/a-zA-Z0-9]{27}=)$")) variable in ldap_sha1
162 _hash_regex = re.compile(u(r"^\{SMD5\}(?P<tmp>[+/a-zA-Z0-9]{27,}={0,2})$")) variable in ldap_salted_md5
204 _hash_regex = re.compile(u(r"^\{SSHA\}(?P<tmp>[+/a-zA-Z0-9]{32,}={0,2})$")) variable in ldap_salted_sha1
245 _hash_regex = re.compile(u(r"^\{SSHA256\}(?P<tmp>[+/a-zA-Z0-9]{48,}={0,2})$")) variable in ldap_salted_sha256
285 _hash_regex = re.compile(u(r"^\{SSHA512\}(?P<tmp>[+/a-zA-Z0-9]{91,}={0,2})$")) variable in ldap_salted_sha512
H A Ddes_crypt.py174 _hash_regex = re.compile(u(r""" variable in des_crypt
300 _hash_regex = re.compile(u(r""" variable in bsdi_crypt
311 m = cls._hash_regex.match(hash)
445 _hash_regex = re.compile(u(r""" variable in bigcrypt
454 m = cls._hash_regex.match(hash)
549 _hash_regex = re.compile(u(r""" variable in crypt16
558 m = cls._hash_regex.match(hash)
H A Doracle.py144 _hash_regex = re.compile(u("^S:(?P<chk>[0-9a-f]{40})(?P<salt>[0-9a-f]{20})$"), re.I) variable in oracle11
149 m = cls._hash_regex.match(hash)
H A Dfshp.py157 _hash_regex = re.compile(u(r""" variable in fshp
169 m = cls._hash_regex.match(hash)
H A Dargon2.py366 _hash_regex = re.compile(br""" variable in _Argon2Common
403 m = cls._hash_regex.match(hash)
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/passlib/handlers/
H A Dldap_digests.py45 _hash_regex = None # required - regexp to recognize hash variable in _Base64DigestHelper
66 _hash_regex = None # required - regexp to recognize hash variable in _SaltedBase64DigestHelper
79 m = cls._hash_regex.match(hash)
111 _hash_regex = re.compile(u(r"^\{MD5\}(?P<chk>[+/a-zA-Z0-9]{22}==)$")) variable in ldap_md5
121 _hash_regex = re.compile(u(r"^\{SHA\}(?P<chk>[+/a-zA-Z0-9]{27}=)$")) variable in ldap_sha1
160 _hash_regex = re.compile(u(r"^\{SMD5\}(?P<tmp>[+/a-zA-Z0-9]{27,}={0,2})$")) variable in ldap_salted_md5
199 _hash_regex = re.compile(u(r"^\{SSHA\}(?P<tmp>[+/a-zA-Z0-9]{32,}={0,2})$")) variable in ldap_salted_sha1
H A Ddes_crypt.py174 _hash_regex = re.compile(u(r""" variable in des_crypt
300 _hash_regex = re.compile(u(r""" variable in bsdi_crypt
311 m = cls._hash_regex.match(hash)
445 _hash_regex = re.compile(u(r""" variable in bigcrypt
454 m = cls._hash_regex.match(hash)
549 _hash_regex = re.compile(u(r""" variable in crypt16
558 m = cls._hash_regex.match(hash)
H A Doracle.py144 _hash_regex = re.compile(u("^S:(?P<chk>[0-9a-f]{40})(?P<salt>[0-9a-f]{20})$"), re.I) variable in oracle11
149 m = cls._hash_regex.match(hash)
H A Dfshp.py157 _hash_regex = re.compile(u(r""" variable in fshp
169 m = cls._hash_regex.match(hash)
H A Dargon2.py366 _hash_regex = re.compile(br""" variable in _Argon2Common
403 m = cls._hash_regex.match(hash)
/dports/security/py-passlib/passlib-1.7.4/passlib/tests/
H A Dtest_utils_handlers.py164 d1._hash_regex = re.compile(u('@.'))
169 del d1._hash_regex
814 _hash_regex = re.compile(u("^@salt[0-9a-f]{42,44}$")) variable in SaltedHash
/dports/security/py-passlib/passlib-1.7.4/passlib/utils/
H A Dhandlers.py598 _hash_regex = None variable in GenericHandler
682 pat = cls._hash_regex
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/passlib/utils/
H A Dhandlers.py599 _hash_regex = None variable in GenericHandler
683 pat = cls._hash_regex