Home
last modified time | relevance | path

Searched refs:suite (Results 1 – 25 of 33) sorted by relevance

12

/openthread-3.7.0/third_party/mbedtls/repo/tests/scripts/
Drun-test-suites.pl78 for my $suite (@suites)
80 print "$suite ", "." x ( 72 - length($suite) - 2 - 4 ), " ";
81 if( $suite =~ /$skip_re/o ) {
87 my $command = "$prefix$suite";
100 pad_print_center( 72, '-', "Begin $suite" );
102 pad_print_center( 72, '-', "End $suite" );
105 push @failed_suites, $suite;
108 pad_print_center( 72, '-', "Begin $suite" );
110 pad_print_center( 72, '-', "End $suite" );
Danalyze_outcomes.py173 (_platform, component, suite, case, result, _cause) = line.split(';')
177 suite_case = ';'.join([suite, case])
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/psa-migration/
Doutcome-analysis.sh83 suite=${data%.data}
84 SUITES="$SUITES $suite"
92 suite=${extra%.sh}
93 SUITES="$SUITES $suite"
101 suite="$3"
103 pattern_suite=";$suite;"
111 name=${suite#test_suite_}
126 for suite in $SUITES; do
127 if compare_suite "$1" "$2" "$suite"; then :; else
128 failed="$failed $suite"
/openthread-3.7.0/third_party/mbedtls/repo/scripts/
Dfootprint.sh105 doit suite-b configs/config-suite-b.h
/openthread-3.7.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_low_hash.function3 * Test suite for the PSA hash built-in driver
5 * This test suite exercises some aspects of the built-in PSA driver for
8 * individual hash modules. The goal of this test suite is to ensure that
12 * This test suite is currently incomplete. It focuses on non-regression
Dtest_suite_platform.function5 * this suite only performs very basic sanity checks of the timing API.
73 * Windows CI reports random test fail on platform-suite. It might
Dtest_suite_timing.function5 * this suite only performs very basic sanity checks of the timing API.
Dtest_suite_bignum_random.function2 /* Dedicated test suite for mbedtls_mpi_core_random() and the upper-layer
4 * we test all the layers in a single test suite, unlike the way other
5 * functions are tested with each layer in its own test suite.
46 /* This test suite only manipulates non-negative bignums. */
Dhelpers.function46 #define DISPATCH_UNSUPPORTED_SUITE -5 /* Test suite not supported by the
Dmain_test.function15 * Test suite file : __MBEDTLS_TEST_TEMPLATE__TEST_CASE_FILE
16 * Test suite data : __MBEDTLS_TEST_TEMPLATE__TEST_CASE_DATA_FILE
Dtest_suite_pkparse.function74 * test suite does not create opaque keys. */
Dtest_suite_psa_crypto_op_fail.function24 * This test suite currently allows NOT_SUPPORTED and INVALID_ARGUMENT
Dhost_test.function322 * \param argv0 The test suite name.
424 mbedtls_fprintf(outcome_file, "SKIP;Unsupported suite");
Dtest_suite_psa_crypto_pake.data236 PSA PAKE: input getters: cipher suite
Dtest_suite_psa_crypto_metadata.function3 * This test suite only contains tests that don't require executing
/openthread-3.7.0/tools/harness-automation/autothreadharness/
Drunner.py239 suite = unittest.TestSuite()
292 suite.addTest(case)
322 for case in suite:
328 suite.run(result)
/openthread-3.7.0/third_party/mbedtls/repo/tests/
DDescriptions.txt10 test suite, but some slower ones are only included here.
DCMakeLists.txt259 message(STATUS "The test suite ${data_name} will not be executed.")
261 add_test(${data_name}-suite test_suite_${data_name} --verbose)
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/testing/
Dtest-framework.md37 ### SSL cipher suite tests
61 * **Test suite**: `test_suite_xxx`, `ssl-opt` or `compat`.
Ddriver-interface-test-strategy.md102 * Run the full driver validation test suite (which does not yet exist).
113 * Run the full driver validation test suite (which does not yet exist).
/openthread-3.7.0/third_party/mbedtls/repo/library/
Dssl_tls12_server.c1737 const mbedtls_ssl_ciphersuite_t *suite = NULL; in ssl_write_encrypt_then_mac_ext() local
1745 suite = mbedtls_ssl_ciphersuite_from_id( in ssl_write_encrypt_then_mac_ext()
1747 if (suite == NULL) { in ssl_write_encrypt_then_mac_ext()
1753 suite); in ssl_write_encrypt_then_mac_ext()
2347 const mbedtls_ssl_ciphersuite_t *suite = in ssl_write_server_hello() local
2349 if (suite != NULL && mbedtls_ssl_ciphersuite_uses_ec(suite)) { in ssl_write_server_hello()
Dssl_misc.h2720 const mbedtls_ssl_ciphersuite_t *suite);
2723 const mbedtls_ssl_ciphersuite_t *suite);
/openthread-3.7.0/third_party/mbedtls/repo/
DCMakeLists.txt303 # built into a library that the test suite and program objects would link
DChangeLog589 ssl_ciphersuites.c). The preferred cipher suite is now
751 * In the TLS 1.3 server, select the preferred client cipher suite, not the
755 session where the cipher suite is TLS_AES_256_GCM_SHA384.
1726 test cases provided in the NIST's CAVP test suite. Contributed by Cédric
1812 * The cipher suite TLS-RSA-WITH-CAMELLIA-256-GCM-SHA384 was not available
1816 * Fix test suite code on platforms where int32_t is not int, such as
1836 * Fix a resource leak in a test suite with an alternative AES
2733 * Replace multiple uses of MD2 by SHA-256 in X.509 test suite. Fixes #821.
2808 * Fix bugs in the AEAD test suite which would be exposed by ciphers which
3736 * Fix bugs in RSA test suite under MBEDTLS_NO_PLATFORM_ENTROPY. #1023 #1024
[all …]
/openthread-3.7.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md75 …s, for example additional key parsing and formatting functions, or cipher suite availability for n…

12