Home
last modified time | relevance | path

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

/external/python/cryptography/src/cryptography/hazmat/primitives/ciphers/
Daead.py15 _MAX_SIZE = 2 ** 32 variable in ChaCha20Poly1305
38 if len(data) > self._MAX_SIZE or len(associated_data) > self._MAX_SIZE:
67 _MAX_SIZE = 2 ** 32 variable in AESCCM
103 if len(data) > self._MAX_SIZE or len(associated_data) > self._MAX_SIZE:
140 _MAX_SIZE = 2 ** 32 variable in AESGCM
163 if len(data) > self._MAX_SIZE or len(associated_data) > self._MAX_SIZE: