Home
last modified time | relevance | path

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

12

/mbedtls/tests/scripts/
A 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" );
A Danalyze_outcomes.py173 (_platform, component, suite, case, result, _cause) = line.split(';')
177 suite_case = ';'.join([suite, case])
/mbedtls/docs/architecture/psa-migration/
A 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"
/mbedtls/tests/suites/
A 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
A 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
A Dtest_suite_timing.function5 * this suite only performs very basic sanity checks of the timing API.
A 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. */
A Dmain_test.function15 * Test suite file : __MBEDTLS_TEST_TEMPLATE__TEST_CASE_FILE
16 * Test suite data : __MBEDTLS_TEST_TEMPLATE__TEST_CASE_DATA_FILE
A Dhelpers.function46 #define DISPATCH_UNSUPPORTED_SUITE -5 /* Test suite not supported by the
A Dtest_suite_pkparse.function74 * test suite does not create opaque keys. */
A Dhost_test.function322 * \param argv0 The test suite name.
424 mbedtls_fprintf(outcome_file, "SKIP;Unsupported suite");
A Dtest_suite_psa_crypto_op_fail.function24 * This test suite currently allows NOT_SUPPORTED and INVALID_ARGUMENT
A Dtest_suite_psa_crypto_pake.data236 PSA PAKE: input getters: cipher suite
A Dtest_suite_psa_crypto_metadata.function3 * This test suite only contains tests that don't require executing
/mbedtls/scripts/
A Dfootprint.sh105 doit suite-b configs/config-suite-b.h
/mbedtls/docs/architecture/testing/
A Dtest-framework.md37 ### SSL cipher suite tests
61 * **Test suite**: `test_suite_xxx`, `ssl-opt` or `compat`.
A 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).
/mbedtls/tests/
A DDescriptions.txt10 test suite, but some slower ones are only included here.
A DCMakeLists.txt259 message(STATUS "The test suite ${data_name} will not be executed.")
261 add_test(${data_name}-suite test_suite_${data_name} --verbose)
/mbedtls/library/
A 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()
A Dssl_misc.h2720 const mbedtls_ssl_ciphersuite_t *suite);
2723 const mbedtls_ssl_ciphersuite_t *suite);
/mbedtls/
A DCMakeLists.txt303 # built into a library that the test suite and program objects would link
A 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.
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
3754 RSA test suite where the failure of CTR DRBG initialization lead to
4571 reduced configurations (PSK-CCM and NSA suite B).
4763 when a GCM suite was chosen.
4857 * Fix dependencies issues in X.509 test suite.
4954 * Fixed dependency issues in test suite
[all …]
A DREADME.md243 Mbed TLS includes an elaborate test suite in `tests/` that initially requires Python to generate th…
/mbedtls/docs/proposed/
A Dpsa-conditional-inclusion-c.md75 …s, for example additional key parsing and formatting functions, or cipher suite availability for n…

Completed in 78 milliseconds

12