Home
last modified time | relevance | path

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

/mbedtls-3.4.0/scripts/
Dgenerate_ssl_debug_helpers.py257 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/
Dpsa-driver-developer-guide.md42 * `"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…
Dpsa-conditional-inclusion-c.md34 [Req.c] The configuration mechanism consists of C preprocessor definitions, and the build does not …
122 ### Architecture of symbol definitions
134definitions 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/
Dtest_suite_psa_its.function17 /* Internal definitions of the implementation, copied for the sake of
/mbedtls-3.4.0/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.c.jinja65 /* BEGIN-Common Macro definitions */
73 /* END-Common Macro definitions */
/mbedtls-3.4.0/
DChangeLog679 * Move alt helpers and definitions.
680 Various helpers and definitions available for use in alt implementations
5068 * Coverage test definitions now support 'depends_on'