Home
last modified time | relevance | path

Searched refs:configuration (Results 1 – 25 of 62) sorted by relevance

123

/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-conditional-inclusion-c.md18 …ct which cryptographic mechanisms are included in a build through its configuration file (`mbedtls…
34 [Req.c] The configuration mechanism consists of C preprocessor definitions, and the build does not …
50 ### PSA Crypto configuration file
52configuration file `psa/crypto_config.h` defines a series of symbols of the form `PSA_WANT_xxx` wh…
57 …ncluded based on both the content of the PSA Crypto configuration file and the Mbed TLS configurat…
59 ### PSA Crypto configuration symbols
63 A PSA Crypto configuration symbol is a C preprocessor symbol whose name starts with `PSA_WANT_`.
71 The presence of a symbol `PSA_WANT_xxx` in the Mbed TLS configuration determines whether a feature …
79 If a feature is not requested for inclusion in the PSA Crypto configuration file, it may still be i…
104 There are no configuration symbols for Diffie-Hellman groups (`PSA_DH_GROUP_xxx`).
[all …]
/openthread-latest/third_party/mbedtls/repo/scripts/
Dabi_check.py110 def __init__(self, old_version, new_version, configuration): argument
125 self.verbose = configuration.verbose
127 self.report_dir = os.path.abspath(configuration.report_dir)
128 self.keep_all_reports = configuration.keep_all_reports
133 self.skip_file = configuration.skip_file
134 self.check_abi = configuration.check_abi
135 self.check_api = configuration.check_api
138 self.check_storage_tests = configuration.check_storage
139 self.brief = configuration.brief
637 configuration = SimpleNamespace(
[all …]
Dmake_generated_files.bat1 @rem Generate automatically-generated configuration-independent source files
/openthread-latest/third_party/mbedtls/repo/configs/
DREADME.txt1 This directory contains example configuration files.
24 configuration file outside the Mbed TLS tree.
/openthread-latest/tools/harness-thci/
DREADME.md22 5. Launch the Thread Test Harness Software, modify the default configuration if needed, and select …
44 8. Launch the Thread Test Harness Software, modify the default configuration if needed, and select …
50 …ag and Add’ way in the ‘Configure Test Bed’ Page of Test Harness. The configuration is as followin…
64 7. Launch the Thread Test Harness Software, modify the default configuration if needed, and select …
/openthread-latest/third_party/mbedtls/repo/tests/data_files/base64/
Dsrv_min_cfg.txt1 // Minimal configuration
Dsrv_def.txt1 // Server context with default MbedTLS configuration
Dcli_min_cfg.txt1 // Minimal configuration
Dcli_def.txt1 // Client context with default MbedTLS configuration
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md14 - Tidying up of configuration options (including removing some less useful options).
50 Also, if you have a custom configuration file:
92 This change does not affect users who use the default configuration; it only
123 ### Remove the `MBEDTLS_TEST_NULL_ENTROPY` configuration option
136 This doesn't affect people using the default configuration as it was already
254 ### The configuration option `MBEDTLS_ECP_NO_INTERNAL_RNG` was removed
256 This doesn't affect users of the default configuration; it only affects people
494 configuration options) may have their own internal and are free to ignore the
565 This change does not affect users of the default configuration; it only affects
582 This change affects users who have chosen the configuration options to disable the
[all …]
/openthread-latest/third_party/mbedtls/repo/programs/
Ddemo_common.sh103 configuration options to be enabled at compile time:
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dalternative-implementations.md12 … the C standard library through `MBEDTLS_PLATFORM_XXX` options in the configuration file. Many opt…
20 …rces (hardware random generators), see the `MBEDTLS_ENTROPY_XXX` options in the configuration file.
30 …nd subject to change, and not all operations support drivers yet. The configuration option `MBEDTL…
37 * Enable `MBEDTLS_XXX_ALT` in the compile-time configuration where XXX is the module name. For exam…
91 …ia `MBEDTLS_PLATFORM_MEMORY`. Consult the documentation of individual configuration options and of…
Dtls13-support.md8 may be enabled using the MBEDTLS_SSL_PROTO_TLS1_3 configuration option.
29 - Supported cipher suites: depends on the library configuration. Potentially
61 - Supported groups: depends on the library configuration.
69 depends on the library configuration.
89 configuration options in the sense that when enabling TLS 1.3 in the library
90 there is rarely any need to modify the configuration from that used for
98 | Mbed TLS configuration option | Support |
/openthread-latest/src/posix/platform/
Dopenthread.conf.example2 # Sample configuration file
/openthread-latest/third_party/mbedtls/repo/scripts/data_files/
Dquery_config.fmt16 * default value when that configuration is not set in mbedtls_config.h, or
85 * Mbed TLS does not currently have configuration options used in this fashion.
/openthread-latest/tools/harness-simulation/
DREADME.md13 1. Open the JSON format configuration file `tools/harness-simulation/posix/config.yml`:
46 … on `eth0`. The number of each type of simulation is specified in the configuration file `config.y…
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/
DREADME.txt14 - SEGGER_RTT_Conf.h - Pre-processor configuration for the RTT implementation.
/openthread-latest/tools/ot-fct/
DREADME.md5 The ot-fct is used to store the power calibration table into the factory configuration file and sho…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dhost_test.function331 static const char *configuration = NULL;
344 if (configuration == NULL) {
345 configuration = getenv("MBEDTLS_TEST_CONFIGURATION");
346 if (configuration == NULL) {
347 configuration = "unknown";
362 platform, configuration, test_suite, test_case);
Dtest_suite_random.data22 # This bad-usage test case currently crashes in the default configuration
/openthread-latest/third_party/mbedtls/repo/
DBRANCHES.md41 compile-time configuration (`mbedtls/mbedtls_config.h`) or the same modified
42 compile-time configuration. Changing compile-time configuration options can
DREADME.md11 … Some platform specific options are available in the fully documented configuration file `include/…
24 …ocal copy of the library documentation in HTML format, tailored to your compile-time configuration:
63 …ds only on the Mbed TLS source, not on the platform or on the library configuration. These files a…
75 …nt variable to a C compiler for the host platform when generating the configuration-independent fi…
77 Any of the following methods are available to generate the configuration-independent files:
81 * Run `make generated_files` to generate all the configuration-independent files.
82 …, run `tests/scripts/check-generated-files.sh -u` to generate all the configuration-independent fi…
83 * On Windows, run `scripts\make_generated_files.bat` to generate all the configuration-independent …
/openthread-latest/etc/gn/
Dopenthread.gni34 # Extra deps for OpenThread configuration.
46 # Extra deps for OpenThread core configuration.
/openthread-latest/src/cli/
DREADME_COMMISSIONING.md13 1. Generate and view new network configuration.
DREADME_COAP.md140 If no more parameters are given, the command prints the current configuration:
149 If `"default"` is given, the command sets the default configuration for the transmission parameters.

123