Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 56) sorted by relevance

123

/mbedtls-latest/programs/psa/
Dkey_ladder_demo.sh22 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." \
Dkey_ladder_demo.c524 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/
DREADME.md12 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/
Dcode_style.py142 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)
Decp_comb_table.py172 p = subprocess.run(args=args, check=False)
175 p = subprocess.run(args=[binname], check=False, env={
Dlcov.sh21 5. After rework, run "$0 -r", then re-test and run "$0" to get a fresh report.
Dci.requirements.txt19 # to run audit-validity-dates.py on Python >=3.6.
/mbedtls-latest/docs/architecture/psa-migration/
Dtesting.md23 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/
Dcheck_names.py683 subprocess.run(
692 subprocess.run(
697 subprocess.run(
713 subprocess.run(
751 nm_output += subprocess.run(
Dall.sh261 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.
Dcomponents-configuration.sh43 tests/scripts/run-metatests.sh any asan poison
160 tests/scripts/run-metatests.sh any pthread
Ddocker_env.sh80 ${DOCKER} container run -it --rm \
Danalyze_outcomes.py80 ret_val = subprocess.run(shell_command.split(), check=False).returncode
91 cp = subprocess.run(['make', 'generated_files'],
Ddepends.py446 def run(options, job, conf, colors=NO_COLORS): function
474 success = run(options, job, conf, colors=colors)
Dcomponents-sanitizers.sh155 tests/scripts/run-metatests.sh any msan
Dbasic-build-test.sh90 perl scripts/run-test-suites.pl -v 2 |tee unit-test-$TEST_OUTPUT
Dtest_config_script.py81 help_text = subprocess.run([options.script, '--help'],
Dtest_zeroize.gdb42 run
/mbedtls-latest/
DREADME.md52 * 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/
Dtest_suite_lms.function22 * there's not enough memory to run the test.
55 * there's not enough memory to run the test.
Dtest_suite_entropy.function506 // Do an entropy run
514 // First run for updating write_seed
529 // Second run for actual entropy (triggers mbedtls_entropy_update_nv_seed)
Dtest_suite_net.function100 * test will run if it can.
Dtest_suite_psa_crypto_persistent_key.data36 # Not specific to files, but only run this test in an environment where the maximum size could be r…
/mbedtls-latest/programs/
Ddemo_common.sh60 run () { function
/mbedtls-latest/tests/git-scripts/
DREADME.md3 git has a way to run scripts, which are invoked by specific git commands.

123