Searched refs:cipher_type (Results 1 – 5 of 5) sorted by relevance
119 cipher_type = pkt.tls_session.rcs.cipher.type120 if cipher_type == "block":123 elif cipher_type == "aead":135 cipher_type = pkt.tls_session.rcs.cipher.type136 if cipher_type == "block":139 elif cipher_type == "aead":
393 cipher_type = self.tls_session.rcs.cipher.type395 if cipher_type == 'block':445 elif cipher_type == 'stream':470 elif cipher_type == 'aead':617 cipher_type = self.tls_session.wcs.cipher.type619 if cipher_type == 'block':645 elif cipher_type == "stream":651 elif cipher_type == "aead":
120 cipher_type = self.tls_session.rcs.cipher.type
754 def use_explicit_iv(self, version, cipher_type): argument757 if cipher_type == "stream":
65 __u16 cipher_type; member