Home
last modified time | relevance | path

Searched defs:CLOSE_NOTIFY (Results 1 – 3 of 3) sorted by relevance

/external/scapy/scapy/layers/tls/
Dautomaton_srv.py537 def CLOSE_NOTIFY(self): member in TLSServerAutomaton
Dautomaton_cli.py506 def CLOSE_NOTIFY(self): member in TLSClientAutomaton
/external/python/cpython3/Lib/
Dssl.py187 CLOSE_NOTIFY = 0 variable in _TLSAlertType