Home
last modified time | relevance | path

Searched refs:definitions (Results 1 – 11 of 11) sorted by relevance

/mbedtls-latest/scripts/
Dgenerate_ssl_debug_helpers.py241 yield SignatureAlgorithmDefinition(source_code, definitions=matches)
243 def __init__(self, source_code, definitions=None): argument
244 if definitions is None:
245 definitions = []
246 assert isinstance(definitions, list) and definitions
247 self._definitions = definitions
300 yield NamedGroupDefinition(source_code, definitions=matches)
302 def __init__(self, source_code, definitions=None): argument
303 if definitions is None:
304 definitions = []
[all …]
/mbedtls-latest/docs/proposed/
Dpsa-driver-developer-guide.md43 * `"mbedtls/h_condition"` (optional, string) can include complex preprocessor definitions to condit…
44 * `"mbedtls/c_condition"` (optional, string) can include complex preprocessor definitions to condit…
Dpsa-conditional-inclusion-c.md34 [Req.c] The configuration mechanism consists of C preprocessor definitions, and the build does not …
131 ### Architecture of symbol definitions
143definitions in `mbedtls/config_psa.h` are needed not only to build the PSA parts of the library, b…
147 #### Summary of definitions of configuration symbols argument
/mbedtls-latest/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja52 /* BEGIN-Common Macro definitions */
60 /* END-Common Macro definitions */
Dpsa_crypto_driver_wrappers.h.jinja53 /* BEGIN-Common Macro definitions */
61 /* END-Common Macro definitions */
/mbedtls-latest/3rdparty/p256-m/
DCMakeLists.txt17 # so does not inherit the compile definitions.
/mbedtls-latest/3rdparty/everest/
DCMakeLists.txt19 # so does not inherit the compile definitions.
/mbedtls-latest/doxygen/
Dmbedtls.doxyfile47 # Define away Mbed TLS macros that make parsing definitions difficult.
/mbedtls-latest/tests/suites/
Dtest_suite_psa_its.function17 /* Internal definitions of the implementation, copied for the sake of
/mbedtls-latest/docs/
Dpsa-driver-example-and-guide.md62 // other definitions here
/mbedtls-latest/
DChangeLog1666 * Move alt helpers and definitions.
1667 Various helpers and definitions available for use in alt implementations
6056 * Coverage test definitions now support 'depends_on'