OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:the_class
(Results
1 - 11
of
11
) sorted by null
/external/scapy/scapy/layers/tls/crypto/
kx_algs.py
32
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
hash.py
25
the_class
= super(_GenericHashMetaclass, cls).__new__(cls, hash_name,
28
_tls_hash_algs[hash_name[5:]] =
the_class
29
return
the_class
compression.py
25
the_class
= super(_GenericCompMetaclass, cls).__new__(cls, name,
31
_tls_compression_algs_cls[val] =
the_class
32
return
the_class
groups.py
62
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
h_mac.py
40
the_class
= super(_GenericHMACMetaclass, cls).__new__(cls, hmac_name,
43
_tls_hmac_algs[dct["name"]] =
the_class
44
return
the_class
cipher_stream.py
30
the_class
= super(_StreamCipherMetaclass, cls).__new__(cls, ciph_name,
33
_tls_stream_cipher_algs[ciph_name[7:]] =
the_class
34
return
the_class
cipher_block.py
35
the_class
= super(_BlockCipherMetaclass, cls).__new__(cls, ciph_name,
38
_tls_block_cipher_algs[ciph_name[7:]] =
the_class
39
return
the_class
cipher_aead.py
43
the_class
= super(_AEADCipherMetaclass, cls).__new__(cls, ciph_name,
46
_tls_aead_cipher_algs[ciph_name[7:]] =
the_class
47
return
the_class
suites.py
119
the_class
= super(_GenericCipherSuiteMetaclass, cls).__new__(cls,
124
_tls_cipher_suites_cls[cs_val] =
the_class
125
return
the_class
/cts/tests/core/runner/src/com/android/cts/core/runner/support/
SingleTestNgTestExecutor.java
103
XmlClass
the_class
= new XmlClass(klass);
local
106
the_class
.getIncludedMethods().add(the_include);
107
the_test.getXmlClasses().add(
the_class
);
/cts/tests/core/runner-axt/src/com/android/cts/core/runner/support/
SingleTestNgTestExecutor.java
103
XmlClass
the_class
= new XmlClass(klass);
local
106
the_class
.getIncludedMethods().add(the_include);
107
the_test.getXmlClasses().add(
the_class
);
Completed in 1177 milliseconds