Lines Matching refs:not

6 This is currently a proposal for Mbed TLS. It is not currently on track for standardization in PSA.
18 …e software implementation is only included if `MBEDTLS_xxx_C` is defined but not `MBEDTLS_xxx_ALT`.
24not work well for asymmetric cryptography. For example, many parts of the ECC code have no `MBEDTL…
30 [Req.inclusion] If the application does not require a mechanism, a suitably configured Mbed TLS bui…
32 …river is available in the build, a suitably configured Mbed TLS build must not include the corresp…
34 …es not require tools other than a C compiler. This is necessary to allow building an application a…
65 * If the symbol is not defined, the corresponding feature is not included.
79not requested for inclusion in the PSA Crypto configuration file, it may still be included in the …
97not specialized for any particular group, so reducing the number of available groups at compile ti…
120 These symbols are not part of the public interface of Mbed TLS towards applications or to drivers, …
132 …` is not set, the configuration of Mbed TLS works as before, and the inclusion of non-PSA code onl…
134 The `PSA_WANT_xxx` definitions in `mbedtls/config_psa.h` are needed not only to build the PSA parts…
136 …dtls/config_psa.h` must be included via an already existing header that is not `mbedtls/mbedtls_co…
140 Whether `MBEDTLS_PSA_CRYPTO_CONFIG` is set or not, `mbedtls/config_psa.h` includes `mbedtls/crypto_…
158 … `MBEDTLS_PSA_BUILTIN_xxx` symbols should not be visible to application code or driver code, since…
186 …service is in JSON syntax. The translation from JSON to build instructions is not specified by PSA.