Searched refs:Cipher_NULL (Results 1 – 3 of 3) sorted by relevance
25 from scapy.layers.tls.crypto.cipher_stream import Cipher_NULL131 if isinstance(self.tls_session.rcs.cipher, Cipher_NULL):188 if not isinstance(self.tls_session.rcs.cipher, Cipher_NULL):
35 from scapy.layers.tls.crypto.cipher_stream import Cipher_NULL288 if s.rcs and not isinstance(s.rcs.cipher, Cipher_NULL):484 not isinstance(self.tls_session.rcs.cipher, Cipher_NULL)):
115 class Cipher_NULL(_StreamCipher): class122 super(Cipher_NULL, self).__setattr__("key", key)