Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Daead.py7 from cryptography.exceptions import InvalidTag
129 raise InvalidTag
150 raise InvalidTag
159 raise InvalidTag
Dciphers.py8 from cryptography.exceptions import InvalidTag, UnsupportedAlgorithm, _Reasons
170 raise InvalidTag
/external/python/cryptography/tests/wycheproof/
Dtest_aes.py11 from cryptography.exceptions import InvalidTag
84 with pytest.raises(InvalidTag):
107 with pytest.raises(InvalidTag):
143 with pytest.raises(InvalidTag):
Dtest_chacha20poly1305.py11 from cryptography.exceptions import InvalidTag
46 with pytest.raises(InvalidTag):
/external/scapy/scapy/layers/tls/crypto/
Dcipher_aead.py27 from cryptography.exceptions import InvalidTag
197 except InvalidTag:
206 except InvalidTag:
348 except InvalidTag:
361 except InvalidTag:
/external/python/cryptography/tests/hazmat/primitives/
Dtest_aead.py12 from cryptography.exceptions import InvalidTag, UnsupportedAlgorithm, _Reasons
106 with pytest.raises(InvalidTag):
136 with pytest.raises(InvalidTag):
264 with pytest.raises(InvalidTag):
332 with pytest.raises(InvalidTag):
390 with pytest.raises(InvalidTag):
Dutils.py14 AlreadyFinalized, AlreadyUpdated, InvalidSignature, InvalidTag,
98 with pytest.raises(InvalidTag):
/external/python/cryptography/src/cryptography/
Dexceptions.py42 class InvalidTag(Exception): class
/external/protobuf/csharp/src/Google.Protobuf/
DInvalidProtocolBufferException.cs85 internal static InvalidProtocolBufferException InvalidTag() in InvalidTag() method in Google.Protobuf.InvalidProtocolBufferException
DCodedInputStream.cs389 throw InvalidProtocolBufferException.InvalidTag(); in ReadTag()
/external/python/cryptography/docs/hazmat/primitives/
Daead.rst80 :raises cryptography.exceptions.InvalidTag: If the authentication tag
154 :raises cryptography.exceptions.InvalidTag: If the authentication tag
243 :raises cryptography.exceptions.InvalidTag: If the authentication tag
Dsymmetric-encryption.rst472 # If the tag does not match an InvalidTag exception will be raised.
818 .. class:: InvalidTag
/external/scapy/scapy/layers/
Dipsec.py161 from cryptography.exceptions import InvalidTag
171 InvalidTag = default_backend = None variable
389 except InvalidTag as err:
/external/scapy/scapy/contrib/
Dmacsec.py24 from cryptography.exceptions import InvalidTag
Dmacsec.uts220 except InvalidTag:
245 except InvalidTag: