Home
last modified time | relevance | path

Searched refs:_Reasons (Results 1 – 25 of 45) sorted by relevance

12

/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/
Dx448.py11 from cryptography.exceptions import UnsupportedAlgorithm, _Reasons
22 _Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM
42 _Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM
52 _Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM
Dx25519.py11 from cryptography.exceptions import UnsupportedAlgorithm, _Reasons
22 _Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM
42 _Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM
52 _Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM
/external/python/cryptography/src/cryptography/hazmat/primitives/kdf/
Dpbkdf2.py9 AlreadyFinalized, InvalidKey, UnsupportedAlgorithm, _Reasons
22 _Reasons.BACKEND_MISSING_INTERFACE
29 _Reasons.UNSUPPORTED_HASH
Dkbkdf.py13 AlreadyFinalized, InvalidKey, UnsupportedAlgorithm, _Reasons
36 _Reasons.BACKEND_MISSING_INTERFACE
42 _Reasons.UNSUPPORTED_HASH
48 _Reasons.UNSUPPORTED_HASH
Dhkdf.py11 AlreadyFinalized, InvalidKey, UnsupportedAlgorithm, _Reasons
24 _Reasons.BACKEND_MISSING_INTERFACE
60 _Reasons.BACKEND_MISSING_INTERFACE
Dconcatkdf.py11 AlreadyFinalized, InvalidKey, UnsupportedAlgorithm, _Reasons
66 _Reasons.BACKEND_MISSING_INTERFACE
107 _Reasons.BACKEND_MISSING_INTERFACE
Dscrypt.py11 AlreadyFinalized, InvalidKey, UnsupportedAlgorithm, _Reasons
29 _Reasons.BACKEND_MISSING_INTERFACE
Dx963kdf.py11 AlreadyFinalized, InvalidKey, UnsupportedAlgorithm, _Reasons
40 _Reasons.BACKEND_MISSING_INTERFACE
/external/python/cryptography/tests/hazmat/primitives/
Dtest_pbkdf2hmac.py10 AlreadyFinalized, InvalidKey, _Reasons
38 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_HASH):
69 with raises_unsupported_algorithm(_Reasons.BACKEND_MISSING_INTERFACE):
Dtest_hmac.py12 AlreadyFinalized, InvalidSignature, _Reasons
81 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_HASH):
96 with raises_unsupported_algorithm(_Reasons.BACKEND_MISSING_INTERFACE):
Dtest_kbkdf.py10 AlreadyFinalized, InvalidKey, _Reasons
116 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_HASH):
122 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_HASH):
128 with raises_unsupported_algorithm(_Reasons.BACKEND_MISSING_INTERFACE):
Dtest_x448.py12 from cryptography.exceptions import _Reasons
30 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM):
33 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM):
36 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM):
Dtest_x25519.py13 from cryptography.exceptions import _Reasons
31 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM):
34 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM):
37 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM):
Dtest_hashes.py11 from cryptography.exceptions import AlreadyFinalized, _Reasons
45 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_HASH):
170 with raises_unsupported_algorithm(_Reasons.BACKEND_MISSING_INTERFACE):
Dtest_x963kdf.py12 AlreadyFinalized, InvalidKey, _Reasons
130 with raises_unsupported_algorithm(_Reasons.BACKEND_MISSING_INTERFACE):
Dtest_hkdf.py13 AlreadyFinalized, InvalidKey, _Reasons
262 with raises_unsupported_algorithm(_Reasons.BACKEND_MISSING_INTERFACE):
265 with raises_unsupported_algorithm(_Reasons.BACKEND_MISSING_INTERFACE):
Dtest_block.py12 AlreadyFinalized, _Reasons
111 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_CIPHER):
114 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_CIPHER):
/external/python/cryptography/tests/hazmat/backends/
Dtest_openssl.py18 from cryptography.exceptions import InternalError, _Reasons
97 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_CIPHER):
385 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_PADDING):
401 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_PADDING):
413 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_PADDING):
426 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_CIPHER):
508 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_ELLIPTIC_CURVE):
565 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_SERIALIZATION):
569 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_SERIALIZATION):
573 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_SERIALIZATION):
/external/python/cryptography/src/cryptography/hazmat/primitives/twofactor/
Dtotp.py8 UnsupportedAlgorithm, _Reasons
23 _Reasons.BACKEND_MISSING_INTERFACE
Dhotp.py12 UnsupportedAlgorithm, _Reasons
27 _Reasons.BACKEND_MISSING_INTERFACE
/external/python/cryptography/src/cryptography/hazmat/primitives/
Dcmac.py9 AlreadyFinalized, UnsupportedAlgorithm, _Reasons
21 _Reasons.BACKEND_MISSING_INTERFACE
Dhmac.py9 AlreadyFinalized, UnsupportedAlgorithm, _Reasons
22 _Reasons.BACKEND_MISSING_INTERFACE
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Drsa.py11 InvalidSignature, UnsupportedAlgorithm, _Reasons
50 _Reasons.UNSUPPORTED_MGF
57 _Reasons.UNSUPPORTED_PADDING
65 _Reasons.UNSUPPORTED_PADDING
169 _Reasons.UNSUPPORTED_MGF
182 _Reasons.UNSUPPORTED_PADDING
203 _Reasons.UNSUPPORTED_HASH
Dcmac.py10 InvalidSignature, UnsupportedAlgorithm, _Reasons
21 _Reasons.UNSUPPORTED_CIPHER)
Dhashes.py9 from cryptography.exceptions import UnsupportedAlgorithm, _Reasons
30 _Reasons.UNSUPPORTED_HASH

12