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

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

Completed in 214 milliseconds