Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/
Drsa.py222 _MAX_RECOVERY_ATTEMPTS = 1000 variable
244 while not spotted and a < _MAX_RECOVERY_ATTEMPTS: