Home
last modified time | relevance | path

Searched refs:_calc_needs_update (Results 1 – 11 of 11) sorted by relevance

/dports/security/py-passlib/passlib-1.7.4/passlib/handlers/
H A Dscrypt.py368 def _calc_needs_update(self, **kwds): member in scrypt
375 return super(scrypt, self)._calc_needs_update(**kwds)
H A Dscram.py352 def _calc_needs_update(self, **kwds): member in scram
360 return super(scram, self)._calc_needs_update(**kwds)
H A Ddes_crypt.py357 def _calc_needs_update(self, **kwds): member in bsdi_crypt
362 return super(bsdi_crypt, self)._calc_needs_update(**kwds)
H A Dargon2.py567 def _calc_needs_update(self, **kwds): member in _Argon2Common
581 return super(_Argon2Common, self)._calc_needs_update(**kwds)
H A Dbcrypt.py1232 def _calc_needs_update(self, **kwds): member in bcrypt_sha256
1235 return super(bcrypt_sha256, self)._calc_needs_update(**kwds)
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/passlib/handlers/
H A Dscrypt.py368 def _calc_needs_update(self, **kwds): member in scrypt
375 return super(scrypt, self)._calc_needs_update(**kwds)
H A Dscram.py352 def _calc_needs_update(self, **kwds): member in scram
360 return super(scram, self)._calc_needs_update(**kwds)
H A Ddes_crypt.py357 def _calc_needs_update(self, **kwds): member in bsdi_crypt
362 return super(bsdi_crypt, self)._calc_needs_update(**kwds)
H A Dargon2.py567 def _calc_needs_update(self, **kwds): member in _Argon2Common
581 return super(_Argon2Common, self)._calc_needs_update(**kwds)
/dports/security/py-passlib/passlib-1.7.4/passlib/utils/
H A Dhandlers.py831 return self._calc_needs_update(secret=secret, **kwds)
833 def _calc_needs_update(self, secret=None): member in GenericHandler
1866 def _calc_needs_update(self, **kwds): member in HasRounds
1876 return super(HasRounds, self)._calc_needs_update(**kwds)
1961 def _calc_needs_update(self, **kwds): member in ParallelismMixin
1968 return super(ParallelismMixin, self)._calc_needs_update(**kwds)
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/passlib/utils/
H A Dhandlers.py832 return self._calc_needs_update(secret=secret, **kwds)
834 def _calc_needs_update(self, secret=None): member in GenericHandler
1867 def _calc_needs_update(self, **kwds): member in HasRounds
1877 return super(HasRounds, self)._calc_needs_update(**kwds)
1962 def _calc_needs_update(self, **kwds): member in ParallelismMixin
1969 return super(ParallelismMixin, self)._calc_needs_update(**kwds)