Home
last modified time | relevance | path

Searched refs:cipher_type (Results 1 – 5 of 5) sorted by relevance

/external/scapy/scapy/layers/tls/
Dbasefields.py119 cipher_type = pkt.tls_session.rcs.cipher.type
120 if cipher_type == "block":
123 elif cipher_type == "aead":
135 cipher_type = pkt.tls_session.rcs.cipher.type
136 if cipher_type == "block":
139 elif cipher_type == "aead":
Drecord.py393 cipher_type = self.tls_session.rcs.cipher.type
395 if cipher_type == 'block':
445 elif cipher_type == 'stream':
470 elif cipher_type == 'aead':
617 cipher_type = self.tls_session.wcs.cipher.type
619 if cipher_type == 'block':
645 elif cipher_type == "stream":
651 elif cipher_type == "aead":
Drecord_sslv2.py120 cipher_type = self.tls_session.rcs.cipher.type
Dsession.py754 def use_explicit_iv(self, version, cipher_type): argument
757 if cipher_type == "stream":
/external/kernel-headers/original/uapi/linux/
Dtls.h65 __u16 cipher_type; member