Searched refs:ffdh_name (Results 1 – 1 of 1) sorted by relevance
61 def __new__(cls, ffdh_name, bases, dct): argument62 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]