Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/crypto/
Dcipher_aead.py107 self._cipher = self.cipher_cls(key)
235 cipher_cls = AESCCM variable in Cipher_AES_128_CCM
288 if self.cipher_cls == ChaCha20Poly1305:
290 self._cipher = self.cipher_cls(key)
292 self._cipher = self.cipher_cls(key, tag_length=self.tag_len)
379 cipher_cls = ChaCha20Poly1305 variable in Cipher_CHACHA20_POLY1305_TLS13
411 cipher_cls = AESCCM variable in Cipher_AES_128_CCM_TLS13