Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/
Drecord_tls13.py25 from scapy.layers.tls.crypto.cipher_stream import Cipher_NULL
131 if isinstance(self.tls_session.rcs.cipher, Cipher_NULL):
188 if not isinstance(self.tls_session.rcs.cipher, Cipher_NULL):
Drecord.py35 from scapy.layers.tls.crypto.cipher_stream import Cipher_NULL
288 if s.rcs and not isinstance(s.rcs.cipher, Cipher_NULL):
484 not isinstance(self.tls_session.rcs.cipher, Cipher_NULL)):
/external/scapy/scapy/layers/tls/crypto/
Dcipher_stream.py115 class Cipher_NULL(_StreamCipher): class
122 super(Cipher_NULL, self).__setattr__("key", key)