Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/crypto/
Dcipher_aead.py358 isinstance(self, Cipher_CHACHA20_POLY1305)):
379 class Cipher_CHACHA20_POLY1305(Cipher_CHACHA20_POLY1305_TLS13): class
/external/scapy/scapy/layers/tls/
Drecord.py34 from scapy.layers.tls.crypto.cipher_aead import Cipher_CHACHA20_POLY1305
474 isinstance(self.tls_session.rcs.cipher, Cipher_CHACHA20_POLY1305)):