Searched full:script (Results 1 – 25 of 56) sorted by relevance
123
/mbedtls-3.5.0/tests/scripts/ |
D | check-generated-files.sh | 27 This script checks that all generated file are up-to-date. If some aren't, by 51 # check SCRIPT FILENAME[...] 52 # check SCRIPT DIRECTORY 53 # Run SCRIPT and check that it does not modify any of the specified files. 57 # list of files in the directory. Running SCRIPT must not modify any file 62 SCRIPT=$1 85 "$SCRIPT" 87 # Compare the script output to the old files and remove backups 94 echo "'$FILE' was either modified or deleted by '$SCRIPT'" 109 echo "Files were deleted or created by '$SCRIPT'" [all …]
|
D | test_config_script.py | 64 """Figure out what presets the script supports. 66 help_text should be the output from running the script with --help. 87 extracted from running the config script with --help. 92 help_text = subprocess.run([options.script, '--help'], 99 """Run the config script with the given arguments. 125 cmd = [os.path.abspath(options.script), 138 ### This script currently tests what happens when you change a symbol from 179 dest='script', default='scripts/config.py', 180 help="""Configuration script (default: %(default)s).""")
|
D | list_internal_identifiers.py | 19 This script generates a file called identifiers that contains all Mbed TLS 27 The script returns 0 on success, 1 if there is a script error. 39 "This script writes a list of parsed identifiers in internal "
|
D | docker_env.sh | 8 # This is a helper script to enable running tests under a Docker container, 12 # WARNING: the Dockerfile used by this script is no longer maintained! See 18 # This script expects a Linux x86_64 system with a recent version of Docker 20 # server must be used, invoke this script with the usual environment variables 26 # Running this script directly will check for Docker availability and set up
|
D | list-identifiers.sh | 57 Sorry, this script has to be called with --internal. 59 This script exists solely for backwards compatibility with the previous 63 check-names.sh, which used to depend on this script, has been replaced with
|
D | generate_test_code.py | 20 This script is a key part of Mbed TLS test suites framework. For 21 understanding the script it is important to understand the 23 and explains the function of this script. 90 into run time evaluations. This script generates the run time checks 94 This script also generates code for function dispatch. 96 The extra code mentioned here is either generated by this script 116 functions are populated with checks and return codes by this script. 121 This script: 123 Core function of this script is to fill the template file with 126 This script replaces following fields in the template and generates [all …]
|
D | all-in-docker.sh | 9 # WARNING: the Dockerfile used by this script is no longer maintained! See 17 # See also all.sh for notes about invocation of that script.
|
D | check-doxy-blocks.pl | 68 # Check that the script is being run from the project's root directory. 71 die "This script must be run from the mbed TLS root directory";
|
D | check_names.py | 19 This script confirms that the naming of all symbols and identifiers in Mbed TLS 41 The script returns 0 on success, 1 on test failure, and 2 if there is a script 332 While the check_names script is designed only for use on UNIX/macOS 361 While the check_names script is designed only for use on UNIX/macOS 783 Representation of the core name checking operation performed by this script. 941 "This script confirms that the naming of all symbols and identifiers "
|
/mbedtls-3.5.0/ |
D | .travis.yml | 21 script: 35 script: 75 script: 92 script: 118 script:
|
/mbedtls-3.5.0/docs/architecture/psa-migration/ |
D | outcome-analysis.sh | 3 # This script runs tests before and after a PR and analyzes the results in 16 # WARNING: this script checks out a commit other than the head of the current 18 # but while the script is running, or if it terminates early in error, you 22 # re-running this script (for example "get numbers before this PR").
|
/mbedtls-3.5.0/scripts/ |
D | ecp_comb_table.py | 5 This script dumps comb table of ec curve. When you add a new ec curve, you 6 can use this script to generate codes to define `<curve>_T` in ecp_curves.c 35 4. Run this script with an argument of new curve 36 5. Copy the output of this script into ecp_curves.c and replace the macro added 234 print("Warning: both '%s' and '%s' are not exists. This script will use "
|
D | abi_check.py | 2 """This script compares the interfaces of two versions of Mbed TLS, looking 6 ### How the script works ### 8 For the source (API) and runtime (ABI) interface compatibility, this script 12 For the storage format, this script compares the automatically generated 22 while running the script. 26 This script has relatively common false positives. In many scenarios, it only 76 by comparing the test cases that are automatically generated by a script.
|
D | code_style.py | 4 This script must be run from the root of a Git work tree containing Mbed TLS. 44 # Match FILENAME(s) in "check SCRIPT (FILENAME...)" 57 # this script only depends on Git, Python and uncrustify, and not other
|
D | footprint.sh | 20 # This script determines ROM size (or code size) for the standard mbed TLS 37 echo "This script needs to be run from the root of" >&2
|
D | config.pl | 20 $py =~ s/\.pl$/.py/ or die "Unable to determine the name of the Python script";
|
D | code_size_compare.py | 6 This script is for comparing the size of the library files from two 181 """This script is for comparing the size of the library files
|
/mbedtls-3.5.0/tests/ |
D | Descriptions.txt | 13 The 'tests/compat.sh' script checks interoperability with OpenSSL and 20 The 'tests/ssl-opt.sh' script checks various options and/or operations not
|
D | compat-in-docker.sh | 9 # WARNING: the Dockerfile used by this script is no longer maintained! See 22 # - compat.sh for notes about invocation of that script.
|
D | ssl-opt-in-docker.sh | 9 # WARNING: the Dockerfile used by this script is no longer maintained! See 22 # - ssl-opt.sh for notes about invocation of that script.
|
D | make-in-docker.sh | 12 # WARNING: the Dockerfile used by this script is no longer maintained! See
|
/mbedtls-3.5.0/tests/suites/ |
D | main_test.function | 5 * This file has been machine generated using the script: 64 * Identifiers and evaluation code is generated by script: 96 * Identifiers and check code is generated by script: 137 * This table is populated by script:
|
/mbedtls-3.5.0/tests/git-scripts/ |
D | pre-push.sh | 22 # pushed. If this script exits with a non-zero status nothing will be pushed. 23 # This script can also be used independently, not using git.
|
D | README.md | 1 README for git hooks script
|
/mbedtls-3.5.0/programs/test/ |
D | zeroize.c | 6 * optimizations. This application is used by the GDB script at 7 * tests/scripts/test_zeroize.gdb: the script sets a breakpoint at the last
|
123