Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/
Dautomaton_srv.py34 get_usable_ciphersuites)
211 if get_usable_ciphersuites(self.cur_pkt.ciphers, kx):
245 usable_suites = get_usable_ciphersuites(self.cur_pkt.ciphers, kx)
Dhandshake_sslv2.py24 get_usable_ciphersuites,
284 cs_vals = get_usable_ciphersuites(common_cs, "SSLv2")
/external/scapy/scapy/layers/tls/crypto/
Dsuites.py1017 def get_usable_ciphersuites(l, kx): function