Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/crypto/
Dgroups.py61 def __new__(cls, ffdh_name, bases, dct): argument
62 the_class = super(_FFDHParamsMetaclass, cls).__new__(cls, ffdh_name,
64 if conf.crypto_valid and ffdh_name != "_FFDHParams":
67 _ffdh_groups[ffdh_name] = [params, the_class.mLen]