Home
last modified time | relevance | path

Searched refs:TLS_Ext_SupportedPointFormat (Results 1 – 2 of 2) sorted by relevance

/external/scapy/scapy/layers/tls/
Dextensions.py469 class TLS_Ext_SupportedPointFormat(TLS_Ext_Unknown): # RFC 4492 class
712 11: TLS_Ext_SupportedPointFormat,
/external/scapy/test/scapy/layers/tls/
Dtls.uts819 TLS_Ext_SupportedPointFormat, TLS_Ext_SessionTicket, TLS_Ext_NPN,
838 assert isinstance(ext[3], TLS_Ext_SupportedPointFormat)
1276 ext4 = TLS_Ext_SupportedPointFormat(ecpl='uncompressed')