Lines Matching refs:code

12 … the available cryptographic mechanisms, primarily in order to reduce the code footprint of the co…
24 …work well for asymmetric cryptography. For example, many parts of the ECC code have no `MBEDTLS_xx…
32 …bly configured Mbed TLS build must not include the corresponding software code (unless a software …
56 …ersions, things are as they are today: the PSA subsystem includes generic code unconditionally, an…
57 … configuration file and the Mbed TLS configuration file. For example, the code in `aes.c` is enabl…
73 * In Mbed TLS test code.
74 * In Mbed TLS library code using `MBEDTLS_USE_PSA_CRYPTO`, for example in TLS to determine which ci…
75 * In application code that provides additional features based on cryptographic capabilities, for ex…
85 …C_KEY`: there is no way to only include private-key operations (which typically saves little code).
91 …h to include only certain curves in a family, and that can lead to a significant gain in code size.
97code is usually not specialized for any particular group, so reducing the number of available grou…
116 … outputs of the transpilation of a driver description, alongside the glue code for calling the dri…
132 …e configuration of Mbed TLS works as before, and the inclusion of non-PSA code only depends on `MB…
134code that uses these parts. This includes structure definitions in `psa/crypto_struct.h`, size cal…
145 * (D) indicates a symbol that is deduced from other symbols by code that ships with Mbed TLS.
158 …DTLS_PSA_BUILTIN_xxx` symbols should not be visible to application code or driver code, since they…
172 ### Structure of PSA Crypto library code
178 #### Conditional inclusion of mechanism-specific code argument
180 …icable symbols: `PSA_WANT_xxx` for code that is independent of the application, and `MBEDTLS_PSA_B…