/mbedtls-latest/programs/psa/ |
D | key_ladder_demo.sh | 22 run "Generate a master key." \ 28 run "Derive a key and wrap some data with it." \ 33 run "Derive the same key again and unwrap the data." \ 36 run "Compare the unwrapped data with the original input." \ 44 run "Save the first step of the key ladder, then load it as a master key and construct the rest of … 47 run "Check that we get the same key by unwrapping data made by the other key." \
|
D | key_ladder_demo.c | 524 static psa_status_t run(enum program_mode mode, in run() function 678 status = run(mode, key_file_name, in main()
|
/mbedtls-latest/programs/fuzz/ |
D | README.md | 12 How to run? 15 To run the fuzz targets like oss-fuzz: 24 And you can run any of the fuzz targets like `fuzz_client`. 26 To run the fuzz targets without oss-fuzz, you first need to install one libFuzzingEngine (libFuzzer… 35 Finally, you can run the targets like `./test/fuzz/fuzz_client`.
|
/mbedtls-latest/scripts/ |
D | code_style.py | 142 result = subprocess.run([UNCRUSTIFY_EXE, "--version"], 159 result = subprocess.run(uncrustify_cmd, stdout=subprocess.PIPE, 170 cp = subprocess.run(diff_cmd, check=False) 191 result = subprocess.run(uncrustify_cmd, check=False)
|
D | ecp_comb_table.py | 172 p = subprocess.run(args=args, check=False) 175 p = subprocess.run(args=[binname], check=False, env={
|
D | lcov.sh | 21 5. After rework, run "$0 -r", then re-test and run "$0" to get a fresh report.
|
D | ci.requirements.txt | 19 # to run audit-validity-dates.py on Python >=3.6.
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | testing.md | 23 a decision is made at run-time about whether to use the PSA or legacy code 25 via PSA while some others weren't, with a run-time fallback. In this case, it's 27 right decision was made at run-time, i. e. that we didn't use the fallback for 98 However, if additional logic is involved, or there are run-time decisions about
|
/mbedtls-latest/tests/scripts/ |
D | check_names.py | 683 subprocess.run( 692 subprocess.run( 697 subprocess.run( 713 subprocess.run( 751 nm_output += subprocess.run(
|
D | all.sh | 261 By default, run all tests. With one or more COMPONENT, run only those. 289 files. Do not run any components unless they are 291 --error-test Error test mode: run a failing function in addition 306 -s|--seed Integer seed value to use for this test run.
|
D | components-configuration.sh | 43 tests/scripts/run-metatests.sh any asan poison 160 tests/scripts/run-metatests.sh any pthread
|
D | docker_env.sh | 80 ${DOCKER} container run -it --rm \
|
D | analyze_outcomes.py | 80 ret_val = subprocess.run(shell_command.split(), check=False).returncode 91 cp = subprocess.run(['make', 'generated_files'],
|
D | depends.py | 446 def run(options, job, conf, colors=NO_COLORS): function 474 success = run(options, job, conf, colors=colors)
|
D | components-sanitizers.sh | 155 tests/scripts/run-metatests.sh any msan
|
D | basic-build-test.sh | 90 perl scripts/run-test-suites.pl -v 2 |tee unit-test-$TEST_OUTPUT
|
D | test_config_script.py | 81 help_text = subprocess.run([options.script, '--help'],
|
D | test_zeroize.gdb | 42 run
|
/mbedtls-latest/ |
D | README.md | 52 * Perl to run the tests, and to generate some source files in the development branch. 68 …r some library source files, sample programs and test data. To install the necessary packages, run: 82 * On Unix/POSIX systems, run `tests/scripts/check-generated-files.sh -u` to generate all the config… 83 * On Windows, run `scripts\make_generated_files.bat` to generate all the configuration-independent … 95 In order to run the tests, enter: 99 The tests need Python to be built and Perl to be run. If you don't have one of them installed, you … 103 You'll still be able to run a much smaller set of tests with: 113 Depending on your platform, you might run into some issues. Please check the Makefiles in `library/… 125 In order to run the tests, enter: 133 If you disabled the test suites, but kept the programs enabled, you can still run a much smaller se… [all …]
|
/mbedtls-latest/tests/suites/ |
D | test_suite_lms.function | 22 * there's not enough memory to run the test. 55 * there's not enough memory to run the test.
|
D | test_suite_entropy.function | 506 // Do an entropy run 514 // First run for updating write_seed 529 // Second run for actual entropy (triggers mbedtls_entropy_update_nv_seed)
|
D | test_suite_net.function | 100 * test will run if it can.
|
D | test_suite_psa_crypto_persistent_key.data | 36 # Not specific to files, but only run this test in an environment where the maximum size could be r…
|
/mbedtls-latest/programs/ |
D | demo_common.sh | 60 run () { function
|
/mbedtls-latest/tests/git-scripts/ |
D | README.md | 3 git has a way to run scripts, which are invoked by specific git commands.
|