Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 9 of 9) sorted by relevance

/mbedtls-development/tests/scripts/
A Dgenerate_test_code.py379 def validate_dependency(dependency): argument
385 dependency = dependency.strip()
386 if not re.match(CONDITION_REGEX, dependency, re.I):
387 raise GeneratorInputError('Invalid dependency %s' % dependency)
388 return dependency
736 dependency = re.match(CONDITION_REGEX, dep, re.I)
737 if not dependency:
740 _defined = '' if dependency.group(2) else 'defined'
741 _cond = dependency.group(2) if dependency.group(2) else ''
742 _value = dependency.group(3) if dependency.group(3) else ''
[all …]
A Dtest_zeroize.gdb32 # such code, the compilar will create some form dependency graph between
/mbedtls-development/tests/suites/
A Dmain_test.function94 * \brief Checks if the dependency i.e. the compile flag is set.
95 * For optimizing space for embedded targets each dependency
A Dtest_suite_ssl.function3469 * the test framework doesn't support alternation in dependency statements,
/mbedtls-development/programs/test/
A DCMakeLists.txt48 …# https://gitlab.kitware.com/cmake/community/-/wikis/FAQ#how-can-i-add-a-dependency-to-a-source-fi…
/mbedtls-development/
A DChangeLog363 was disabled. Fix the dependency. Fixes #4472.
973 coutermeasures. If side channels are not a concern, this dependency can
2333 undeclared dependency of the RSA module on the ASN.1 module.
2411 created a dependency on external libraries. #708
2617 * Fix dependency issue in Makefile to allow parallel builds.
3159 * Add missing dependency on SHA-256 in some x509 programs (reported by
3182 * Remove dependency on sscanf() in X.509 parsing modules.
3503 * Fixed dependency issues in test suite
3597 * Misc fixes and additions to dependency checks
3982 * Fixed dependency on POLARSSL_SHA4_C in SSL modules
[all …]
A DREADME.md185 Mbed TLS provides a package config file for consumption as a dependency in other
/mbedtls-development/docs/architecture/testing/
A Dinvasive-testing.md38 …st on its documented behavior, add a comment in the code that explains the dependency. For example:
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile1805 # doxygen will generate a call dependency graph for every global function
1813 # doxygen will generate a caller dependency graph for every global function
1827 # in a graphical way. The dependency relations are determined by the #include

Completed in 20 milliseconds