Searched refs:definitions (Results 1 – 11 of 11) sorted by relevance
| /mbedtls-latest/scripts/ |
| D | generate_ssl_debug_helpers.py | 241 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/ |
| D | psa-driver-developer-guide.md | 43 * `"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…
|
| D | psa-conditional-inclusion-c.md | 34 [Req.c] The configuration mechanism consists of C preprocessor definitions, and the build does not … 131 ### Architecture of symbol definitions 143 …definitions 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/ |
| D | psa_crypto_driver_wrappers_no_static.c.jinja | 52 /* BEGIN-Common Macro definitions */ 60 /* END-Common Macro definitions */
|
| D | psa_crypto_driver_wrappers.h.jinja | 53 /* BEGIN-Common Macro definitions */ 61 /* END-Common Macro definitions */
|
| /mbedtls-latest/3rdparty/p256-m/ |
| D | CMakeLists.txt | 17 # so does not inherit the compile definitions.
|
| /mbedtls-latest/3rdparty/everest/ |
| D | CMakeLists.txt | 19 # so does not inherit the compile definitions.
|
| /mbedtls-latest/doxygen/ |
| D | mbedtls.doxyfile | 47 # Define away Mbed TLS macros that make parsing definitions difficult.
|
| /mbedtls-latest/tests/suites/ |
| D | test_suite_psa_its.function | 17 /* Internal definitions of the implementation, copied for the sake of
|
| /mbedtls-latest/docs/ |
| D | psa-driver-example-and-guide.md | 62 // other definitions here
|
| /mbedtls-latest/ |
| D | ChangeLog | 1666 * Move alt helpers and definitions. 1667 Various helpers and definitions available for use in alt implementations 6056 * Coverage test definitions now support 'depends_on'
|