Home
last modified time | relevance | path

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

/mbedtls-development/tests/scripts/
A Dcheck_test_cases.py144 def __init__(self, results): argument
145 self.results = results
154 results = self.results
157 results.error(file_name, line_number,
162 results.error(file_name, line_number,
166 results.error(file_name, line_number,
183 results = Results(options)
184 checker = DescriptionChecker(results)
186 if (results.warnings or results.errors) and not options.quiet:
188 .format(sys.argv[0], results.errors, results.warnings))
[all …]
A Danalyze_outcomes.py74 def analyze_coverage(results, outcomes): argument
82 results.warning('Test case not executed: {}', key)
86 results = Results()
87 analyze_coverage(results, outcomes)
88 return results
122 results = analyze_outcome_file(options.outcomes)
123 if results.error_count > 0:
/mbedtls-development/
A DCMakeLists.txt312 COMMAND tail -n1 memcheck.log | grep 'Memory checking results:' > /dev/null
A DChangeLog2078 * Verify results of RSA private key operations to defend
2682 * Fix bug in mbedtls_mpi_add_mpi() that caused wrong results when the three
3096 extendedKeyUsage on the leaf certificate was lost (results not accessible
3104 * Add x509_crt_verify_info() to display certificate verification results.
4459 * Corrected is_prime() results for 0, 1 and 2 (found by
/mbedtls-development/tests/suites/
A Dtest_suite_ssl.function2062 /* Make sure calling put and get on NULL buffer results in error. */
2072 /* Make sure calling put and get on a buffer that hasn't been set up results
2084 /* Make sure calling put and get on NULL input only results in
3271 /* Compare results */
3434 /* Compare results */
A Dtest_suite_ecp.function205 * (test vectors mostly taken from ECDSA intermediate results)
A Dtest_suite_cipher.function783 * this results in the expected plaintext, and that
A Dtest_suite_mpi.function1349 * the case if the results are uniformly distributed.
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile1253 # script for searching. Instead the search results are written to an XML file
1256 # the search results. Doxygen ships with an example indexer (doxyindexer) and
1263 # which will returned the search results when EXTERNAL_SEARCH is enabled.
1279 # projects and redirect the results back to the right project.

Completed in 22 milliseconds