Searched refs:results (Results 1 – 17 of 17) sorted by relevance
/mbedtls-latest/tests/scripts/ |
D | check_test_cases.py | 181 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 …]
|
D | analyze_outcomes.py | 70 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 …]
|
D | audit-validity-dates.py | 244 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/ |
D | test_suite_bignum_core.function | 15 * \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.
|
D | test_suite_bignum_random.function | 353 * the case if the results are uniformly distributed.
|
D | test_suite_ssl.function | 85 /* 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 */
|
D | test_suite_pk.data | 1210 # 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
|
D | test_suite_cipher.function | 865 * this results in the expected plaintext, and that
|
D | test_suite_ecp.function | 259 * (test vectors mostly taken from ECDSA intermediate results)
|
D | test_suite_psa_crypto.function | 7034 * 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
|
D | test_suite_pk.function | 2056 /* Check that trying to use the wrong pk_type in sign_ext() results in a failure.
|
/mbedtls-latest/3rdparty/p256-m/p256-m/ |
D | README.md | 74 - "produce incorrect results for some rare curve points" - this is avoided by 272 Note: results in microseconds (previous benchmarks in milliseconds)
|
/mbedtls-latest/ |
D | CONTRIBUTING.md | 17 …your contribution passes basic tests before submission, and check the CI results after making a pu…
|
D | CMakeLists.txt | 422 COMMAND tail -n1 memcheck.log | grep 'Memory checking results:' > /dev/null
|
D | ChangeLog | 179 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/ |
D | psa-thread-safety.md | 257 Although the `step` feature used in some tests is thread-safe, it may produce unexpected results fo…
|
/mbedtls-latest/docs/architecture/ |
D | psa-shared-memory.md | 277 …into chunks of the temporary buffer size and filling the output from the results until the operati…
|