Searched defs:CLOSE_NOTIFY (Results 1 – 4 of 4) 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/openthread/tests/scripts/thread-cert/ | ||
| D | dtls.py | 66 CLOSE_NOTIFY = 0 variable in AlertDescription |
| /external/python/cpython3/Lib/ | ||
| D | ssl.py | 187 CLOSE_NOTIFY = 0 variable in _TLSAlertType |