Home
last modified time | relevance | path

Searched refs:results (Results 1 – 17 of 17) sorted by relevance

/mbedtls-latest/tests/scripts/
Dcheck_test_cases.py181 def __init__(self, results): argument
182 self.results = results
191 results = self.results
194 results.error(file_name, line_number,
199 results.error(file_name, line_number,
203 results.error(file_name, line_number,
206 results.warning(file_name, line_number,
227 results = Results(options)
228 checker = DescriptionChecker(results)
232 results.error(e.script_name, e.idx,
[all …]
Danalyze_outcomes.py70 def execute_reference_driver_tests(results: Results, ref_component: str, driver_component: str, \
75 results.new_section("Test {} and {}", ref_component, driver_component)
79 results.info("Running: {}", shell_command)
83 results.error("failed to run reference/driver components")
85 def analyze_coverage(results: Results, outcomes: Outcomes,
97 results.error("Failed \"make generated_files\" in tests. "
107 results.error('Test case not executed: {}', suite_case)
109 results.warning('Test case not executed: {}', suite_case)
113 results.error('Allow listed test case was executed: {}', suite_case)
115 results.warning('Allow listed test case was executed: {}', suite_case)
[all …]
Daudit-validity-dates.py244 results: typing.Dict[str, AuditData],
260 if d.identifier in results:
261 results[d.identifier].locations.extend(d.locations)
263 results[d.identifier] = d
292 results = []
300 results.append(result)
307 results.append(result)
309 return results
/mbedtls-latest/tests/suites/
Dtest_suite_bignum_core.function15 * \param[in,out] X Temporary storage to be used for results.
91 * \param[in,out] X Temporary storage to be used for results.
714 * We also have the different results for sizeof(mbedtls_mpi_uint) == 4 or 8.
Dtest_suite_bignum_random.function353 * the case if the results are uniformly distributed.
Dtest_suite_ssl.function85 /* Make sure calling put and get on NULL buffer results in error. */
96 /* Make sure calling put and get on a buffer that hasn't been set up results
108 /* Make sure calling put and get on NULL input only results in
1330 /* Compare results */
1489 /* Compare results */
Dtest_suite_pk.data1210 # MBEDTLS_ERR_PK_INVALID_ALG is the error that results from our translation
1459 # MBEDTLS_ERR_PK_INVALID_ALG is the error that results from our translation
1532 # MBEDTLS_ERR_PK_INVALID_ALG is the error that results from our translation
Dtest_suite_cipher.function865 * this results in the expected plaintext, and that
Dtest_suite_ecp.function259 * (test vectors mostly taken from ECDSA intermediate results)
Dtest_suite_psa_crypto.function7034 * after completion results in a BAD_STATE error.
7036 * 5. Check that calling start() again after start fails results in a BAD_STATE
7622 * after completion results in a BAD_STATE error.
7624 * 5. Check that calling start() again after start fails results in a BAD_STATE
Dtest_suite_pk.function2056 /* Check that trying to use the wrong pk_type in sign_ext() results in a failure.
/mbedtls-latest/3rdparty/p256-m/p256-m/
DREADME.md74 - "produce incorrect results for some rare curve points" - this is avoided by
272 Note: results in microseconds (previous benchmarks in milliseconds)
/mbedtls-latest/
DCONTRIBUTING.md17 …your contribution passes basic tests before submission, and check the CI results after making a pu…
DCMakeLists.txt422 COMMAND tail -n1 memcheck.log | grep 'Memory checking results:' > /dev/null
DChangeLog179 use authmode none, and to carefully check the results when using optional
984 to best results when tested on Cortex-M4 and Intel i7.
3724 * Verify results of RSA private key operations to defend
4328 * Fix bug in mbedtls_mpi_add_mpi() that caused wrong results when the three
4742 extendedKeyUsage on the leaf certificate was lost (results not accessible
4750 * Add x509_crt_verify_info() to display certificate verification results.
6105 * Corrected is_prime() results for 0, 1 and 2 (found by
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md257 Although the `step` feature used in some tests is thread-safe, it may produce unexpected results fo…
/mbedtls-latest/docs/architecture/
Dpsa-shared-memory.md277 …into chunks of the temporary buffer size and filling the output from the results until the operati…