Home
last modified time | relevance | path

Searched refs:suites (Results 1 – 25 of 181) sorted by relevance

12345678

/third_party/openssl/doc/man1/
Dciphers.pod61 When combined with B<-s> includes cipher suites which require PSK.
65 When combined with B<-s> includes cipher suites which require SRP.
118 It can represent a list of cipher suites containing a certain algorithm, or
119 cipher suites of a certain type. For example B<SHA1> represents all ciphers
120 suites using the digest algorithm SHA1 and B<SSLv3> represents all SSL v3
123 Lists of cipher suites can be combined in a single cipher string using the
125 B<SHA1+DES> represents all cipher suites containing the SHA1 B<and> the DES
172 necessary). Note that RC4 based cipher suites are not built into OpenSSL by
177 All cipher suites except the B<eNULL> ciphers (which must be explicitly enabled
179 As of OpenSSL 1.0.0, the B<ALL> cipher suites are sensibly ordered by default.
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_server.c381 u16 *suites; in tlsv1_server_init() local
399 suites = conn->cipher_suites; in tlsv1_server_init()
400 suites[count++] = TLS_DHE_RSA_WITH_AES_256_CBC_SHA256; in tlsv1_server_init()
401 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA256; in tlsv1_server_init()
402 suites[count++] = TLS_DHE_RSA_WITH_AES_256_CBC_SHA; in tlsv1_server_init()
403 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA; in tlsv1_server_init()
404 suites[count++] = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256; in tlsv1_server_init()
405 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA256; in tlsv1_server_init()
406 suites[count++] = TLS_DHE_RSA_WITH_AES_128_CBC_SHA; in tlsv1_server_init()
407 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA; in tlsv1_server_init()
[all …]
Dtlsv1_client.c445 u16 *suites; in tlsv1_client_init() local
461 suites = conn->cipher_suites; in tlsv1_client_init()
462 suites[count++] = TLS_DHE_RSA_WITH_AES_256_CBC_SHA256; in tlsv1_client_init()
463 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA256; in tlsv1_client_init()
464 suites[count++] = TLS_DHE_RSA_WITH_AES_256_CBC_SHA; in tlsv1_client_init()
465 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA; in tlsv1_client_init()
466 suites[count++] = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256; in tlsv1_client_init()
467 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA256; in tlsv1_client_init()
468 suites[count++] = TLS_DHE_RSA_WITH_AES_128_CBC_SHA; in tlsv1_client_init()
469 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA; in tlsv1_client_init()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_server.c381 u16 *suites; in tlsv1_server_init() local
399 suites = conn->cipher_suites; in tlsv1_server_init()
400 suites[count++] = TLS_DHE_RSA_WITH_AES_256_CBC_SHA256; in tlsv1_server_init()
401 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA256; in tlsv1_server_init()
402 suites[count++] = TLS_DHE_RSA_WITH_AES_256_CBC_SHA; in tlsv1_server_init()
403 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA; in tlsv1_server_init()
404 suites[count++] = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256; in tlsv1_server_init()
405 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA256; in tlsv1_server_init()
406 suites[count++] = TLS_DHE_RSA_WITH_AES_128_CBC_SHA; in tlsv1_server_init()
407 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA; in tlsv1_server_init()
[all …]
Dtlsv1_client.c469 u16 *suites; in tlsv1_client_init() local
485 suites = conn->cipher_suites; in tlsv1_client_init()
486 suites[count++] = TLS_DHE_RSA_WITH_AES_256_CBC_SHA256; in tlsv1_client_init()
487 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA256; in tlsv1_client_init()
488 suites[count++] = TLS_DHE_RSA_WITH_AES_256_CBC_SHA; in tlsv1_client_init()
489 suites[count++] = TLS_RSA_WITH_AES_256_CBC_SHA; in tlsv1_client_init()
490 suites[count++] = TLS_DHE_RSA_WITH_AES_128_CBC_SHA256; in tlsv1_client_init()
491 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA256; in tlsv1_client_init()
492 suites[count++] = TLS_DHE_RSA_WITH_AES_128_CBC_SHA; in tlsv1_client_init()
493 suites[count++] = TLS_RSA_WITH_AES_128_CBC_SHA; in tlsv1_client_init()
[all …]
/third_party/mbedtls/tests/
DMakefile95 generated_psa_test_data: suites/test_suite_psa_crypto_metadata.data
103 DATA_FILES := $(wildcard suites/test_suite_*.data)
107 APPS = $(basename $(subst suites/,,$(DATA_FILES)))
159 …: suites/$$(firstword $$(subst ., ,$$*)).function suites/%.data scripts/generate_test_code.py suit…
161 $(PYTHON) scripts/generate_test_code.py -f suites/$(firstword $(subst ., ,$*)).function \
162 -d suites/$*.data \
163 -t suites/main_test.function \
164 -p suites/host_test.function \
165 -s suites \
166 --helpers-file suites/helpers.function \
[all …]
DCMakeLists.txt13 message(FATAL_ERROR "Cannot build test suites without Python 3")
17 file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/suites)
19 # Get base names for generated files (starting at "suites/")
25 --directory suites
46 --directory ${CMAKE_CURRENT_BINARY_DIR}/suites
59 # Test suites caught by SKIP_TEST_SUITES are built but not executed.
88 ${CMAKE_CURRENT_BINARY_DIR}/suites/test_suite_${data_name}.data)
91 ${CMAKE_CURRENT_SOURCE_DIR}/suites/test_suite_${data_name}.data)
102 -f ${CMAKE_CURRENT_SOURCE_DIR}/suites/test_suite_${suite_name}.function
104 -t ${CMAKE_CURRENT_SOURCE_DIR}/suites/main_test.function
[all …]
D.gitignore5 /suites/*.generated.data
6 /suites/test_suite_psa_crypto_storage_format.v[0-9]*.data
7 /suites/test_suite_psa_crypto_storage_format.current.data
/third_party/mbedtls/tests/scripts/
Drun-test-suites.pl56 my @suites = grep { -x $_ || /\.exe$/ } glob 'test_suite_*';
57 @suites = grep { !/\.c$/ && !/\.data$/ && -f } @suites;
58 die "$0: no test suite found\n" unless @suites;
88 for my $suite (@suites)
144 scalar(@suites) - $suites_skipped,
/third_party/typescript/src/testRunner/parallel/
Dworker.ts100 const suites = [rootSuite]; constant
101 … | Mocha.Func | Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.AsyncFunc) => { suites[0].beforeAll(title…
102 … | Mocha.Func | Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.AsyncFunc) => { suites[0].afterAll(title …
103 … | Mocha.Func | Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.AsyncFunc) => { suites[0].beforeEach(titl…
104 … | Mocha.Func | Mocha.AsyncFunc, fn?: Mocha.Func | Mocha.AsyncFunc) => { suites[0].afterEach(title…
113 const suite = new Suite(title, suites[0].ctx);
114 suites[0].addSuite(suite);
116 suites.unshift(suite);
120 suites.shift();
129 const test = new Test(title, suites[0].pending ? undefined : fn);
[all …]
/third_party/curl/docs/cmdline-opts/
Dproxy-tls13-ciphers.d3 help: TLS 1.3 proxy cipher suites
7 Specifies which cipher suites to use in the connection to your HTTPS proxy
8 when it negotiates TLS 1.3. The list of ciphers suites must specify valid
15 cipher suites by using the --proxy-ciphers option.
Dtls13-ciphers.d3 help: TLS 1.3 cipher suites to use
7 Specifies which cipher suites to use in the connection if it negotiates TLS
8 1.3. The list of ciphers suites must specify valid ciphers. Read up on TLS 1.3
15 cipher suites by using the --ciphers option.
/third_party/lwip/test/unit/
Dlwip_unittests.c64 suite_getter_fn* suites[] = { in lwip_unittests_run() local
81 size_t num = sizeof(suites)/sizeof(void*); in lwip_unittests_run()
90 sr = srunner_create((suites[0])()); in lwip_unittests_run()
93 srunner_add_suite(sr, ((suite_getter_fn*)suites[i])()); in lwip_unittests_run()
/third_party/curl/docs/
DCIPHERS.md14 suites by using the respective regular cipher option.
25 ### SSL3 cipher suites
40 ### TLS v1.0 cipher suites
84 ### Elliptic curve cipher suites
102 ### TLS v1.2 cipher suites
157 ### TLS 1.3 cipher suites
179 ### SSL3/TLS cipher suites
237 ### HMAC-SHA256 cipher suites
247 ### AES GCM cipher suites in RFC 5288 and RFC 5289
257 ### cipher suites using SHA384
[all …]
/third_party/mbedtls/tests/suites/
Dmain_test.function1 #line 2 "suites/main_test.function"
42 #line $line_no "suites/main_test.function"
53 #line $line_no "suites/main_test.function"
82 #line $line_no "suites/main_test.function"
113 #line $line_no "suites/main_test.function"
146 #line $line_no "suites/main_test.function"
224 #line $line_no "suites/main_test.function"
/third_party/littlefs/scripts/
Dtest.py637 suites = []
655 suites.append(TestSuite(path, classes, defines, filter, **args))
658 suites = sorted(suites)
661 for suite in suites:
668 for suite in suites:
718 len(suites),
719 sum(len(suite.cases) for suite in suites),
720 sum(len(suite.perms) for suite in suites)))
723 for suite in suites:
726 if total != sum(len(suite.perms) for suite in suites):
[all …]
/third_party/boost/libs/test/doc/test_organization/
Dtest_organization.qbk23 These units are the *test cases*, the *test suites* and the *fixtures*.
34 …roup several test cases into [link boost_test.tests_organization.test_tree.test_suite test suites].
35 …The test suites can be nested, and the set of test suites and test cases defines the [link boost_t…
52 …In the __UTF__, fixtures can be associated to test cases, test suites or globally to the test modu…
Dtest_suites.qbk25 multiple points of definition, arbitrary test suites depth and smooth integration with automated te…
49 [bt_example example12..Test suites with automated registration..run-fail]
59 [h3 Test suites with manual registration]
64 # populate it with test cases (or lower level test suites).
82 …Be careful when supplying a number of expected failures for test suites. By default the __UTF__ ca…
120 [bt_example example11..Manually registered test suites..run]
Dtest_tree.qbk10 The test tree is the hierarchy of test cases and test suites, along with all the fixtures (global, …
17 * Test suites: those are the are internal nodes of the tree. These elements that do not have any bo…
28 [link boost_test.tests_organization.decorators Decoration] can be added to test suites and cases ex…
/third_party/libdrm/tests/amdgpu/
Damdgpu_test.c72 static CU_SuiteInfo suites[] = { variable
207 for (iSuite = 0; suites[iSuite].pName != NULL; iSuite++) { in display_test_suites()
220 suites[iSuite].pName); in display_test_suites()
225 for (iTest = 0; suites[iSuite].pTests[iTest].pName != NULL; in display_test_suites()
236 suites[iSuite].pTests[iTest].pName); in display_test_suites()
623 if (CU_register_suites(suites) != CUE_SUCCESS) { in main()
/third_party/protobuf/conformance/
Dconformance_test_runner.cc190 int argc, char *argv[], const std::vector<ConformanceTestSuite*>& suites) { in Run() argument
191 if (suites.empty()) { in Run()
196 for (ConformanceTestSuite* suite : suites) { in Run()
213 for (ConformanceTestSuite* suite : suites) { in Run()
/third_party/boost/libs/beast/include/boost/beast/_experimental/unit_test/
Dreporter.hpp80 std::size_t suites = 0; member
156 ++suites; in add()
201 amount{results_.suites, "suite"} << ", " << in ~reporter()
/third_party/boost/boost/beast/_experimental/unit_test/
Dreporter.hpp80 std::size_t suites = 0; member
156 ++suites; in add()
201 amount{results_.suites, "suite"} << ", " << in ~reporter()
/third_party/mbedtls/scripts/
Dbump_version.sh139 sed -e "s/version:\".\{1,\}/version:\"$VERSION\"/g" < tests/suites/test_suite_version.data > tmp
140 mv tmp tests/suites/test_suite_version.data
/third_party/libinput/doc/user/
Dtest-suite.rst81 devices. The ``--list`` commandline argument shows the list of suites and
213 .. _test-meson-suites:
216 Meson test suites
222 Tests invoked by ``meson test`` are grouped into test suites, the test suite
235 suites as:
243 These suites are subject to change at any time.

12345678