Searched refs:definitions (Results 1 – 6 of 6) sorted by relevance
/mbedtls-3.4.0/scripts/ |
D | generate_ssl_debug_helpers.py | 257 yield SignatureAlgorithmDefinition(source_code, definitions=matches) 259 def __init__(self, source_code, definitions=None): argument 260 if definitions is None: 261 definitions = [] 262 assert isinstance(definitions, list) and definitions 263 self._definitions = definitions 316 yield NamedGroupDefinition(source_code, definitions=matches) 318 def __init__(self, source_code, definitions=None): argument 319 if definitions is None: 320 definitions = [] [all …]
|
/mbedtls-3.4.0/docs/proposed/ |
D | psa-driver-developer-guide.md | 42 * `"mbedtls/h_condition"` (optional, string) can include complex preprocessor definitions to condit… 43 * `"mbedtls/c_condition"` (optional, string) can include complex preprocessor definitions to condit…
|
D | psa-conditional-inclusion-c.md | 34 [Req.c] The configuration mechanism consists of C preprocessor definitions, and the build does not … 122 ### Architecture of symbol definitions 134 …definitions in `mbedtls/config_psa.h` are needed not only to build the PSA parts of the library, b… 138 #### Summary of definitions of configuration symbols argument
|
/mbedtls-3.4.0/tests/suites/ |
D | test_suite_psa_its.function | 17 /* Internal definitions of the implementation, copied for the sake of
|
/mbedtls-3.4.0/scripts/data_files/driver_templates/ |
D | psa_crypto_driver_wrappers.c.jinja | 65 /* BEGIN-Common Macro definitions */ 73 /* END-Common Macro definitions */
|
/mbedtls-3.4.0/ |
D | ChangeLog | 679 * Move alt helpers and definitions. 680 Various helpers and definitions available for use in alt implementations 5068 * Coverage test definitions now support 'depends_on'
|