Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/crypto/
Dcipher_aead.py372 class Cipher_CHACHA20_POLY1305_TLS13(_AEADCipher_TLS13): class
379 class Cipher_CHACHA20_POLY1305(Cipher_CHACHA20_POLY1305_TLS13):
/external/scapy/test/
Dtls.uts711 from scapy.layers.tls.crypto.cipher_aead import Cipher_CHACHA20_POLY1305_TLS13
715 c = Cipher_CHACHA20_POLY1305_TLS13(key=t.k, fixed_iv=t.n)