Lines Matching refs:code

4 …09 certificate manipulation and the SSL/TLS and DTLS protocols. Its small code footprint makes it …
51 * Python 3.8 to generate the test code. Python is also needed to integrate PSA drivers and to build…
63 The source code of Mbed TLS includes some files that are automatically generated by scripts and who…
91 In order to build from the source code using GNU Make, just enter at the command line:
143 - `Release`. This generates the default code without any unnecessary information in the binary fi…
144 - `Debug`. This generates debug information and disables optimization of the code.
145 - `Coverage`. This generates code coverage information in addition to debug information.
146code with AddressSanitizer to check for memory errors. (This includes LeakSanitizer, with recent v…
148 - `MemSan`. This instruments the code with MemorySanitizer to check for uninitialised memory read…
238 …mple programs is to demonstrate specific features of the library, and the code may need to be adap…
298 The X.509 and TLS code can use PSA cryptography for most operations. To enable this support, activa…
302 …nd to preserve backward compatibility for application code (using the PSA Crypto API), but the cod…
308 * `MBEDTLS_USE_PSA_CRYPTO` is necessary so that the X.509 and TLS code calls the PSA drivers rather…
309 …` allows you to enable PSA cryptographic mechanisms without including the code of the correspondin…
316 ### Third-party code included in Mbed TLS
318 This project contains code from other projects. This code is located within the `3rdparty/` directo…
321 …en taken from the [p256-m](https://github.com/mpg/p256-m) repository. The code in the original rep…