Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/
Dautomaton.py183 def add_record(self, is_sslv2=None, is_tls13=None): argument
187 if is_sslv2 is None and is_tls13 is None:
193 is_tls13 = True
196 elif is_tls13:
Dautomaton_cli.py819 self.add_record(is_tls13=False)
914 self.add_record(is_tls13=True)
/external/boringssl/src/ssl/
Dssl_cipher.cc569 const bool is_tls13 = version == TLS1_3_VERSION && !is_dtls; in ssl_cipher_get_evp_aead() local
575 } else if (is_tls13) { in ssl_cipher_get_evp_aead()
584 } else if (is_tls13) { in ssl_cipher_get_evp_aead()