Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/tls/crypto/
Dkx_algs.py32 the_class = super(_GenericKXMetaclass, cls).__new__(cls, kx_name,
35 the_class.export = kx_name.endswith("_EXPORT")
36 the_class.anonymous = "_anon" in kx_name
37 the_class.no_ske = not ("DHE" in kx_name or "_anon" in kx_name)
38 the_class.no_ske &= not the_class.export
39 _tls_kx_algs[kx_name[3:]] = the_class
40 return the_class
Dgroups.py62 the_class = super(_FFDHParamsMetaclass, cls).__new__(cls, ffdh_name,
65 pn = DHParameterNumbers(the_class.m, the_class.g)
67 _ffdh_groups[ffdh_name] = [params, the_class.mLen]
68 return the_class
Dhash.py25 the_class = super(_GenericHashMetaclass, cls).__new__(cls, hash_name,
28 _tls_hash_algs[hash_name[5:]] = the_class
29 return the_class
Dcompression.py25 the_class = super(_GenericCompMetaclass, cls).__new__(cls, name,
31 _tls_compression_algs_cls[val] = the_class
32 return the_class
Dh_mac.py40 the_class = super(_GenericHMACMetaclass, cls).__new__(cls, hmac_name,
43 _tls_hmac_algs[dct["name"]] = the_class
44 return the_class
Dcipher_stream.py30 the_class = super(_StreamCipherMetaclass, cls).__new__(cls, ciph_name,
33 _tls_stream_cipher_algs[ciph_name[7:]] = the_class
34 return the_class
Dcipher_block.py35 the_class = super(_BlockCipherMetaclass, cls).__new__(cls, ciph_name,
38 _tls_block_cipher_algs[ciph_name[7:]] = the_class
39 return the_class
Dcipher_aead.py43 the_class = super(_AEADCipherMetaclass, cls).__new__(cls, ciph_name,
46 _tls_aead_cipher_algs[ciph_name[7:]] = the_class
47 return the_class
Dsuites.py119 the_class = super(_GenericCipherSuiteMetaclass, cls).__new__(cls,
124 _tls_cipher_suites_cls[cs_val] = the_class
125 return the_class
/external/libabigail/src/
Dabg-ir.cc8976 look_through_decl_only_class(class_or_union* the_class) in look_through_decl_only_class() argument
8977 {return is_class_or_union_type(look_through_decl_only(the_class));} in look_through_decl_only_class()
8986 look_through_decl_only_class(const class_or_union& the_class) in look_through_decl_only_class() argument
8987 {return is_class_or_union_type(look_through_decl_only(the_class));} in look_through_decl_only_class()