Home
last modified time | relevance | path

Searched refs:command (Results 1 – 19 of 19) sorted by relevance

/mbedtls/tests/scripts/
A Drun-test-suites.pl87 my $command = "$prefix$suite";
89 $command .= ' -v';
91 my $result = `$command`;
A Ddepends.py200 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/scripts/
A Dconfig.py572 if args.command is None:
575 elif args.command == 'get':
581 elif args.command == 'set':
588 elif args.command == 'set-all':
590 elif args.command == 'unset':
592 elif args.command == 'unset-all':
A Dabi_check.py153 for command in ["abi-dumper", "abi-compliance-checker"]:
154 if not shutil.which(command):
155 raise Exception("{} not installed, aborting".format(command))
/mbedtls/programs/test/
A Dmetatest.c444 const char *command = argv[1]; in main() local
445 while (*command == '-') { in main()
446 ++command; in main()
482 argv0, command); in main()
/mbedtls/docs/
A Drequirements.txt3 # by the following command:
A Ddriver-only-builds.md36 defined in `psa/crypto_config.h` or your compiler's command line. This
/mbedtls/tests/git-scripts/
A DREADME.md11 Execute the following command to create a link on Linux from the Mbed TLS `.git/hooks` directory:
/mbedtls/doxygen/
A Dmbedtls.doxyfile36 # function, we can leave the description part of the \retval command blank.
/mbedtls/
A DCMakeLists.txt6 # 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
67 # edit the sed command in prepare_release.sh that modifies
A DREADME.md91 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:
A DChangeLog178 a user configuration file or the compiler command line. Fixes #8165.
554 a user configuration file or the compiler command line. Fixes #8165.
792 compiler target flags on the command line; the library now sets target
2301 * Add the command line parameter key_pwd to the ssl_client2 and ssl_server2
2305 ssl_server2 only, add the command line parameter key_pwd2 which allows to
2409 using a return command. This has been done to enable customization of the
3642 * The selftest program can execute a subset of the tests based on command
4351 compiler's command line.
4799 * Fix symlink command for cross compiling with CMake (found by Andre
/mbedtls/tests/
A DCMakeLists.txt140 # Without this command, cmake will generate rules in each sub-makefile. As a result,
142 # With this line, only 4 sub-makefiles include the above command, that reduces
/mbedtls/programs/fuzz/
A DREADME.md56 … dummy.py for extracting payload from client to server (if we used `tcp.dstport` in tshark command)
/mbedtls/tests/suites/
A Dmain_test.function226 * \param argv Array of command line arguments.
A Dhost_test.function480 * Parses command line and executes tests from
/mbedtls/docs/architecture/psa-migration/
A Dpsa-limitations.md180 The `certtool` command provided by GnuTLS seems to be picking saltlen = hashlen
/mbedtls/docs/architecture/
A Dpsa-storage-resilience.md158 …e secure element, this has the advantage of maximizing the chance that a command to destroy key ma…
/mbedtls/docs/proposed/
A Dpsa-driver-interface.md71 …ified manner. This may be, for example, a list of file names passed on a command line, or a JSON l…

Completed in 53 milliseconds