Lines Matching refs:code
4 …09 certificate manipulation and the SSL/TLS and DTLS protocols. Its small code footprint makes it …
49 * Python 3.6 to generate the test code, and to generate sample programs in the development branch.
57 The source code of Mbed TLS includes some files that are automatically generated by scripts and who…
81 In order to build from the source code using GNU Make, just enter at the command line:
133 - `Release`. This generates the default code without any unnecessary information in the binary fi…
134 - `Debug`. This generates debug information and disables optimization of the code.
135 - `Coverage`. This generates code coverage information in addition to debug information.
136 …code with AddressSanitizer to check for memory errors. (This includes LeakSanitizer, with recent v…
138 - `MemSan`. This instruments the code with MemorySanitizer to check for uninitialised memory read…
228 …mple programs is to demonstrate specific features of the library, and the code may need to be adap…
278 …ome parts of the code have not been reviewed as thoroughly, and some parts of the PSA implementati…
280 The X.509 and TLS code can use PSA cryptography for a limited subset of operations. To enable this …