Lines Matching refs:Crypto
20 - `MBEDTLS_PSA_CRYPTO_C` (enabled by default) - this enables PSA Crypto.
22 TLS use PSA Crypto. You need to enable this if you're using PK, X.509 or TLS
34 means the algorithm will be available in the PSA Crypto API.
49 the PSA Crypto API, as well as for use of the PK, X.509 and TLS modules when
92 In such a build, all crypto operations (via the PSA Crypto API, or non-PSA
105 - for code that uses only the PSA Crypto API: `PSA_WANT_ALG_xxx` from
179 In such builds, all crypto operations via the PSA Crypto API will work as
191 - for code that uses only the PSA Crypto API: `PSA_WANT_ECC_xxx` from
293 `MBEDTLS_PKCS1_V21`, and RSA will still work in PSA Crypto.
298 PSA Crypto works. In particular, PK, X.509 and TLS will _not_ work with
350 Once a key type and related algorithm are accelerated, all the PSA Crypto APIs
416 - Use CCM and GCM via the PSA Crypto APIs.