Searched refs:dependency (Results 1 – 19 of 19) sorted by relevance
/openthread-latest/script/ |
D | git-tool | 45 while read -r dependency; do 46 echo "${dependency}" 47 depends_on_pr="$(echo "${dependency}" | tr -d '\r\n' | cut -d# -f2)"
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | generate_test_code.py | 394 def validate_dependency(dependency): argument 400 dependency = dependency.strip() 401 if not re.match(CONDITION_REGEX, dependency, re.I): 402 raise GeneratorInputError('Invalid dependency %s' % dependency) 403 return dependency 829 dependency = re.match(CONDITION_REGEX, dep, re.I) 830 if not dependency: 833 _defined = '' if dependency.group(2) else 'defined' 834 _cond = dependency.group(2) if dependency.group(2) else '' 835 _value = dependency.group(3) if dependency.group(3) else '' [all …]
|
D | test_zeroize.gdb | 20 # such code, the compilar will create some form dependency graph between
|
/openthread-latest/src/posix/platform/ |
D | FindExampleVendorDeps.cmake | 34 dependency CMake module to resolve external libraries and header 71 The directory containing include files for dependency 0 73 The path to the library containing symbols for dependency 0 75 The directory containing include files for dependency 1 77 The path to the library containing symbols for dependency 1
|
/openthread-latest/third_party/mbedtls/repo/tests/ |
D | CMakeLists.txt | 201 set(dependency test_suite_bignum_generated_data) variable 205 set(dependency test_suite_ecp_generated_data) variable 209 set(dependency test_suite_psa_generated_data) variable 213 …set(dependency test_suite_bignum_generated_data test_suite_ecp_generated_data test_suite_psa_gener… variable 246 add_dependencies(test_suite_${data_name} ${dependency})
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | main_test.function | 93 * \brief Checks if the dependency i.e. the compile flag is set. 94 * For optimizing space for embedded targets each dependency
|
D | test_suite_ssl_decrypt.function | 132 * the test framework doesn't support alternation in dependency statements,
|
D | test_suite_ssl.function | 3694 * The !MBEDTLS_SSL_PROTO_TLS1_2 dependency of tls13_read_early_data() below is 4771 * The !MBEDTLS_SSL_PROTO_TLS1_2 dependency of tls13_early_data() below is
|
D | test_suite_psa_crypto.data | 7566 # the dependency on MBEDTLS_PSA_BUILTIN_KEY_TYPE_RSA_KEY_PAIR_GENERATE from
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | CMakeLists.txt | 59 …# https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#how-can-i-add-a-dependency-to-a-source-fi…
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | md-cipher-dispatch.md | 134 * No hard dependency, features guarded by `AES_C` resp. `DES_C`. 144 * Unconditional dependency on `CIPHER_C` in `check_config.h`. 150 * Unconditional dependency on `CIPHER_C` in `check_config.h`. 155 * Unconditional dependency on `AES_C` in `check_config.h`. 159 * Unconditional dependency on `AES_C || CAMELLIA_C || ARIA_C` in `check_config.h`. 160 * Unconditional dependency on `CIPHER_C` in `check_config.h`. 165 * Unconditional dependency on `AES_C || DES_C` in `check_config.h`. 166 * Unconditional dependency on `CIPHER_C` in `check_config.h`. 171 * Unconditional dependency on `AES_C || CAMELLIA_C || ARIA_C` in `check_config.h`. 172 * Unconditional dependency on `CIPHER_C` in `check_config.h`. [all …]
|
D | strategy.md | 46 - to avoid a hard/default dependency of TLS, X.509 and PK on 51 - `MBEDTLS_PSA_CRYPTO_C` has a hard dependency on `MBEDTLS_ENTROPY_C || 144 top of that layer (dependency loop). 168 on top of that layer, avoids concerns about dependency loops. 186 - Upside: avoids dependency loop when PSA implemented on top of that layer. 340 Executing step 3 will mostly consist of using the right dependency macros in 360 manually for each PR that changes dependency declarations by using the script
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | driver-only-builds.md | 420 other dependency requiring them. 453 Note: AEAD ciphers (CCM, GCM, ChachaPoly) do not have a dependency on
|
D | psa-transition.md | 219 …hanism that is not explicitly requested can be enabled because it is a dependency of another confi…
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 595 direct dependency of X509 on BIGNUM_C. 1814 was disabled. Fix the dependency. Fixes #4472. 2424 coutermeasures. If side channels are not a concern, this dependency can 3784 undeclared dependency of the RSA module on the ASN.1 module. 3862 created a dependency on external libraries. #708 4025 * Fix unlisted DES configuration dependency in some pkparse test cases. Found 4065 * Fix for platform time abstraction to avoid dependency issues where a build 4068 * Fix dependency issue in Makefile to allow parallel builds. 4610 * Add missing dependency on SHA-256 in some x509 programs (reported by 4633 * Remove dependency on sscanf() in X.509 parsing modules. [all …]
|
D | README.md | 195 Mbed TLS provides a package config file for consumption as a dependency in other
|
/openthread-latest/third_party/mbedtls/repo/3rdparty/p256-m/p256-m/ |
D | README.md | 140 - The code has no dependency on libc functions or the toolchain's runtime
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | invasive-testing.md | 38 …st on its documented behavior, add a comment in the code that explains the dependency. For example:
|
/openthread-latest/doc/ |
D | Doxyfile.in | 2242 # dependency graph for every global function or class method. 2253 # dependency graph for every global function or class method. 2272 # dependency relations are determined by the #include relations between the
|