Searched refs:_Reasons (Results 1 – 25 of 45) sorted by relevance
12
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/ |
D | x448.py | 11 from cryptography.exceptions import UnsupportedAlgorithm, _Reasons 22 _Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM 42 _Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM 52 _Reasons.UNSUPPORTED_EXCHANGE_ALGORITHM
|
D | x25519.py | 11 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/ |
D | pbkdf2.py | 9 AlreadyFinalized, InvalidKey, UnsupportedAlgorithm, _Reasons 22 _Reasons.BACKEND_MISSING_INTERFACE 29 _Reasons.UNSUPPORTED_HASH
|
D | kbkdf.py | 13 AlreadyFinalized, InvalidKey, UnsupportedAlgorithm, _Reasons 36 _Reasons.BACKEND_MISSING_INTERFACE 42 _Reasons.UNSUPPORTED_HASH 48 _Reasons.UNSUPPORTED_HASH
|
D | hkdf.py | 11 AlreadyFinalized, InvalidKey, UnsupportedAlgorithm, _Reasons 24 _Reasons.BACKEND_MISSING_INTERFACE 60 _Reasons.BACKEND_MISSING_INTERFACE
|
D | concatkdf.py | 11 AlreadyFinalized, InvalidKey, UnsupportedAlgorithm, _Reasons 66 _Reasons.BACKEND_MISSING_INTERFACE 107 _Reasons.BACKEND_MISSING_INTERFACE
|
D | scrypt.py | 11 AlreadyFinalized, InvalidKey, UnsupportedAlgorithm, _Reasons 29 _Reasons.BACKEND_MISSING_INTERFACE
|
D | x963kdf.py | 11 AlreadyFinalized, InvalidKey, UnsupportedAlgorithm, _Reasons 40 _Reasons.BACKEND_MISSING_INTERFACE
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | test_pbkdf2hmac.py | 10 AlreadyFinalized, InvalidKey, _Reasons 38 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_HASH): 69 with raises_unsupported_algorithm(_Reasons.BACKEND_MISSING_INTERFACE):
|
D | test_hmac.py | 12 AlreadyFinalized, InvalidSignature, _Reasons 81 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_HASH): 96 with raises_unsupported_algorithm(_Reasons.BACKEND_MISSING_INTERFACE):
|
D | test_kbkdf.py | 10 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):
|
D | test_x448.py | 12 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):
|
D | test_x25519.py | 13 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):
|
D | test_hashes.py | 11 from cryptography.exceptions import AlreadyFinalized, _Reasons 45 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_HASH): 170 with raises_unsupported_algorithm(_Reasons.BACKEND_MISSING_INTERFACE):
|
D | test_x963kdf.py | 12 AlreadyFinalized, InvalidKey, _Reasons 130 with raises_unsupported_algorithm(_Reasons.BACKEND_MISSING_INTERFACE):
|
D | test_hkdf.py | 13 AlreadyFinalized, InvalidKey, _Reasons 262 with raises_unsupported_algorithm(_Reasons.BACKEND_MISSING_INTERFACE): 265 with raises_unsupported_algorithm(_Reasons.BACKEND_MISSING_INTERFACE):
|
D | test_block.py | 12 AlreadyFinalized, _Reasons 111 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_CIPHER): 114 with raises_unsupported_algorithm(_Reasons.UNSUPPORTED_CIPHER):
|
/external/python/cryptography/tests/hazmat/backends/ |
D | test_openssl.py | 18 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/ |
D | totp.py | 8 UnsupportedAlgorithm, _Reasons 23 _Reasons.BACKEND_MISSING_INTERFACE
|
D | hotp.py | 12 UnsupportedAlgorithm, _Reasons 27 _Reasons.BACKEND_MISSING_INTERFACE
|
/external/python/cryptography/src/cryptography/hazmat/primitives/ |
D | cmac.py | 9 AlreadyFinalized, UnsupportedAlgorithm, _Reasons 21 _Reasons.BACKEND_MISSING_INTERFACE
|
D | hmac.py | 9 AlreadyFinalized, UnsupportedAlgorithm, _Reasons 22 _Reasons.BACKEND_MISSING_INTERFACE
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | rsa.py | 11 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
|
D | cmac.py | 10 InvalidSignature, UnsupportedAlgorithm, _Reasons 21 _Reasons.UNSUPPORTED_CIPHER)
|
D | hashes.py | 9 from cryptography.exceptions import UnsupportedAlgorithm, _Reasons 30 _Reasons.UNSUPPORTED_HASH
|
12