Searched defs:CLOSE_NOTIFY (Results 1 – 3 of 3) sorted by relevance
/external/scapy/scapy/layers/tls/ | ||
D | automaton_srv.py | 537 def CLOSE_NOTIFY(self): member in TLSServerAutomaton |
D | automaton_cli.py | 506 def CLOSE_NOTIFY(self): member in TLSClientAutomaton |
/external/python/cpython3/Lib/ | ||
D | ssl.py | 187 CLOSE_NOTIFY = 0 variable in _TLSAlertType |