Searched refs:command (Results 1 – 19 of 19) sorted by relevance
/mbedtls-latest/scripts/ |
D | config.py | 581 if args.command is None: 584 elif args.command == 'get': 590 elif args.command == 'set': 597 elif args.command == 'set-all': 599 elif args.command == 'unset': 601 elif args.command == 'unset-all':
|
D | abi_check.py | 154 for command in ["abi-dumper", "abi-compliance-checker"]: 155 if not shutil.which(command): 156 raise Exception("{} not installed, aborting".format(command))
|
/mbedtls-latest/tests/scripts/ |
D | run-test-suites.pl | 87 my $command = "$prefix$suite"; 89 $command .= ' -v'; 91 my $result = `$command`;
|
D | depends.py | 200 for command in self.commands: 201 log_command(command) 205 ret = subprocess.call(command, env=env) 207 if command[0] not in ['make', options.make_command]: 208 log_line('*** [{}] Error {}'.format(' '.join(command), ret))
|
/mbedtls-latest/programs/test/ |
D | metatest.c | 444 const char *command = argv[1]; in main() local 445 while (*command == '-') { in main() 446 ++command; in main() 482 argv0, command); in main()
|
/mbedtls-latest/ |
D | CMakeLists.txt | 6 # command but rather at the target level using the 7 # target_include_directories command. That way, it is easier to guarantee 11 # target_link_libraries command) inherits from the library PUBLIC include 71 # edit the sed command in prepare_release.sh that modifies
|
D | README.md | 91 In order to build from the source code using GNU Make, just enter at the command line: 109 …CFLAGS` and `LDFLAGS` by setting them in your environment or on the make command line; compiler wa… 111 …ccept `-Wall` as an option). Directory-specific options cannot be overridden from the command line. 119 …build the source using CMake in a separate directory (recommended), just enter at the command line: 152 Switching build modes in CMake is simple. For debug mode, enter at the command line: 180 CMake cache. This can be done with the following command using GNU find:
|
D | ChangeLog | 373 a user configuration file or the compiler command line. Fixes #8165. 749 a user configuration file or the compiler command line. Fixes #8165. 987 compiler target flags on the command line; the library now sets target 2496 * Add the command line parameter key_pwd to the ssl_client2 and ssl_server2 2500 ssl_server2 only, add the command line parameter key_pwd2 which allows to 2604 using a return command. This has been done to enable customization of the 3837 * The selftest program can execute a subset of the tests based on command 4546 compiler's command line. 4994 * Fix symlink command for cross compiling with CMake (found by Andre
|
/mbedtls-latest/tests/git-scripts/ |
D | README.md | 11 Execute the following command to create a link on Linux from the Mbed TLS `.git/hooks` directory:
|
/mbedtls-latest/docs/ |
D | requirements.txt | 3 # by the following command:
|
D | driver-only-builds.md | 36 defined in `psa/crypto_config.h` or your compiler's command line. This
|
/mbedtls-latest/doxygen/ |
D | mbedtls.doxyfile | 36 # function, we can leave the description part of the \retval command blank.
|
/mbedtls-latest/tests/ |
D | CMakeLists.txt | 172 # Without this command, cmake will generate rules in each sub-makefile. As a result, 174 # With this line, only 4 sub-makefiles include the above command, that reduces
|
/mbedtls-latest/programs/fuzz/ |
D | README.md | 56 … dummy.py for extracting payload from client to server (if we used `tcp.dstport` in tshark command)
|
/mbedtls-latest/tests/suites/ |
D | main_test.function | 226 * \param argv Array of command line arguments.
|
D | host_test.function | 480 * Parses command line and executes tests from
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | psa-limitations.md | 180 The `certtool` command provided by GnuTLS seems to be picking saltlen = hashlen
|
/mbedtls-latest/docs/architecture/ |
D | psa-storage-resilience.md | 158 …e secure element, this has the advantage of maximizing the chance that a command to destroy key ma…
|
/mbedtls-latest/docs/proposed/ |
D | psa-driver-interface.md | 71 …ified manner. This may be, for example, a list of file names passed on a command line, or a JSON l…
|