Home
last modified time | relevance | path

Searched refs:CLOSE_NOTIFY (Results 1 – 5 of 5) sorted by relevance

/external/scapy/scapy/layers/tls/
Dautomaton_srv.py218 raise self.CLOSE_NOTIFY()
227 raise self.CLOSE_NOTIFY()
325 raise self.CLOSE_NOTIFY()
349 raise self.CLOSE_NOTIFY()
358 raise self.CLOSE_NOTIFY()
374 raise self.CLOSE_NOTIFY()
397 raise self.CLOSE_NOTIFY()
406 raise self.CLOSE_NOTIFY()
425 raise self.CLOSE_NOTIFY()
434 raise self.CLOSE_NOTIFY()
[all …]
Dautomaton_cli.py216 raise self.CLOSE_NOTIFY()
236 raise self.CLOSE_NOTIFY()
462 raise self.CLOSE_NOTIFY()
495 raise self.CLOSE_NOTIFY()
506 def CLOSE_NOTIFY(self): member in TLSClientAutomaton
510 @ATMT.condition(CLOSE_NOTIFY)
/external/python/cpython3/Lib/
Dssl.py187 CLOSE_NOTIFY = 0 variable in _TLSAlertType
/external/python/cpython2/Modules/
D_ssl.c4290 ADD_AD_CONSTANT(CLOSE_NOTIFY); in init_ssl()
/external/python/cpython3/Modules/
D_ssl.c6162 ADD_AD_CONSTANT(CLOSE_NOTIFY); in PyInit__ssl()