/mbedtls-latest/scripts/ |
D | abi_check.py | 556 help="set verbosity level", 560 help="directory where reports are stored, default is reports", 564 help="keep all reports, even if there are no compatibility issues", 567 "-o", "--old-rev", type=str, help="revision for old version.", 571 "-or", "--old-repo", type=str, help="repository for old version." 575 help="revision for old crypto submodule." 579 help="repository for old crypto submodule." 582 "-n", "--new-rev", type=str, help="revision for new version", 586 "-nr", "--new-repo", type=str, help="repository for new version." 590 help="revision for new crypto version" [all …]
|
D | config.py | 500 help="""File to read (and modify if requested). 505 help="""For the set command, if SYMBOL is not 508 help="""File to write to instead of the input file.""") 512 help="""Find the value of SYMBOL 519 help="""Set SYMBOL to VALUE. 530 help="""Uncomment all #define 535 help="""Comment out the #define 540 help="""Comment out all #define 546 subparser = subparsers.add_parser(name, help=description)
|
D | min_requirements.py | 100 help="Don't act, just print what will be done") 103 help="Pass this option to pip install") 106 help="Pass this general option to pip") 110 help="Install to the Python user install directory" 113 help="Requirement files"
|
D | code_size_compare.py | 866 help='old Git revision for comparison.') 873 help='directory where code size record is stored. ' 877 help='directory where comparison result is stored. ' 881 help='new Git revision as comparison base. ' 887 help='Specify architecture for code size comparison. ' 892 help='Specify configuration type for code size comparison. ' 896 help='Show comparision of code size in a markdown table. ' 900 help='Set this option to direct comparison result into sys.stdout. ' 904 help='Show all the objects in comparison result, including the ones ' 908 help='Show logs in detail for code size measurement. '
|
D | generate_driver_wrappers.py | 172 help='root directory of repo source code') 174 help='directory holding the driver templates') 176 help='directory holding the driver JSONs') 178 help='output file\'s location')
|
D | assemble_changelog.py | 505 help='Directory to read entries from' 509 help='Existing changelog file to read from and augment' 513 help='Keep the files containing entries' 517 help='Remove the files containing entries after they are merged' 520 help='Output changelog file' 524 help=('Only list the files that would be processed '
|
D | code_style.py | 229 help=('modify source files to fix the code style ' 232 help=('only check files modified since the specified commit' 241 help='only check the specified files (default with non-option arguments)') 243 help='files to check (files MUST be known to git, if none: check all)')
|
D | lcov.sh | 3 help () { function 73 help 89 *) help 2>&1; exit 120;;
|
D | generate_ssl_debug_helpers.py | 405 help='root directory of mbedtls source code') 407 default='library', help='source/header files location')
|
D | tmp_ignore_makefiles.sh | 23 -h|--help)
|
/mbedtls-latest/tests/scripts/ |
D | generate_server9_bad_saltlen.py | 35 help='Basename of CA files') 37 required=True, help='CA key file password') 39 help='CSR file for generating certificate') 41 required=True, help='X905 v3 extension config file') 43 required=True, help='Announced salt length') 45 required=True, help='Actual salt length')
|
D | generate_tls13_compat_tests.py | 563 default=None, help='Output file path if `-a` was set') 566 default=False, help='Generate all available tls13 compat tests') 569 default=False, help='List supported ciphersuites') 572 default=False, help='List supported signature algorithms') 575 default=False, help='List supported named groups') 578 default=False, help='List supported TLS servers') 581 default=False, help='List supported TLS Clients') 585 help='Choose TLS server program for test') 588 help='Choose TLS client program for test') 591 help='Choose cipher suite for test') [all …]
|
D | depends.py | 509 help='Colorize the output (always/auto/never)', 512 help='Configuration file to modify', 515 help='Change to this directory before anything else', 518 help='Try all configurations even if some fail (default)', 521 help='Stop as soon as a configuration fails', 524 help='List supported jobs and exit', 527 help='List supported domains and exit', 530 help='Command to run instead of make (e.g. gmake)', 533 help='Unset MBEDTLS_USE_PSA_CRYPTO before any test', 536 help='The domain(s) or job(s) to test (default: all).',
|
D | test_psa_constant_names.py | 165 help='Directory for header files') 168 help='Keep the intermediate C file') 171 help='Don\'t keep the intermediate C file (default)') 174 help='Program to test') 177 help='Show tested values on stdout') 180 help='Don\'t show tested values (default)')
|
D | psa_collect_statuses.py | 106 help='Run "make clean" after rebuilding') 109 help='Run "make clean" before regenerating the log file)') 112 help='Log file location (default: {})'.format( 117 help='Path to psa_constant_names (default: {})'.format( 122 help='Don\'t regenerate the log file if it exists')
|
D | test_config_script.py | 160 help="""Output directory.""") 163 help="""Config file (default: %(default)s).""") 166 help="""Presets to test (default: guessed from --help).""") 169 help="""Configuration script (default: %(default)s).""")
|
D | audit-validity-dates.py | 392 help='list the information of all the files') 395 help='show logs') 397 help=('Start of desired validity period (UTC, YYYY-MM-DD). ' 401 help=('End of desired validity period (UTC, YYYY-MM-DD). ' 405 help='data files to audit', 408 help='suite data files to audit',
|
D | check_test_cases.py | 215 help='List all test cases, without doing checks') 218 help='Hide warnings') 221 help='Show warnings (default: on; undoes --quiet)')
|
D | analyze_outcomes.py | 728 help='Outcome file to analyze') 730 help='Analysis to be done. By default, run all tasks. ' 735 help='List all available tasks and exit.') 737 dest='full_coverage', help="Require all available "
|
D | all.sh | 271 -h|--help Print this help and exit. 480 --help|-h) usage; exit;;
|
D | run-metatests.sh | 3 help () { function
|
D | run_demos.py | 57 help="suppress the output of demos")
|
/mbedtls-latest/docs/ |
D | Makefile | 12 help: target 13 @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) 15 .PHONY: help clean apidoc breathe_apidoc Makefile
|
/mbedtls-latest/programs/test/ |
D | metatest.c | 428 static void help(FILE *out, const char *argv0) in help() function 439 help(stderr, argv0); in main() 450 help(stdout, argv0); in main()
|
/mbedtls-latest/tests/suites/ |
D | test_suite_psa_crypto_op_fail.misc.data | 3 # test cases in this file are only intended to help with debugging the
|