Lines Matching refs:API
28 mechanism through the PSA API in Mbed
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
71 all the mechanisms that exist in PSA API.
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
259 requested curves. In such builds, only the PSA API is currently tested and
396 - In the legacy API, `MBEDTLS_CHACHA20_C` enables the ChaCha20 stream cipher, and
398 PSA API, you need to enable `PSA_KEY_TYPE_CHACHA20` for both, plus
439 - The application is not using the `mbedtls_cipher_` API.