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.py371 class TLS_Ext_SupportedPointFormat(TLS_Ext_Unknown): # RFC 4492 class
551 11: TLS_Ext_SupportedPointFormat,
/external/scapy/test/
Dtls.uts829 assert(isinstance(ext[3], TLS_Ext_SupportedPointFormat))
1039 ext4 = TLS_Ext_SupportedPointFormat(ecpl='uncompressed')