Lines Matching refs:uses
231 …ementations remain supported in Mbed TLS 3.x even if the application code uses the PSA API. Howeve…
233 …development/docs/psa-driver-example-and-guide.md). In an application that uses both the legacy int…
342 * The legacy API uses the same interface for authenticated and non-authenticated ciphers, while the…
343 * The legacy API uses the same functions for encryption and decryption, while the PSA API has separ…
530 * The legacy API uses the same interface for authenticated and non-authenticated ciphers, while the…
531 * The legacy API uses the same functions for encryption and decryption, while the PSA API has separ…
636 The PSA API uses its internal random generator to generate keys (`psa_generate_key`), nonces for en…
638 If your application mixes uses of the PSA crypto API and the mbedtls API and you need to pass an RN…
647 Unless explicitly configured otherwise, the PSA random generator uses the default entropy sources c…
709 The PSA API uses policies and algorithm parameters rather than key types to distinguish between RSA…
725 …PSA API, key pairs and public keys are separate object types. The PSA API uses policies and algori…
782 For RSA keys, `psa_generate_key` uses 65537 as the public exponent. You can use [`psa_generate_key_…
895 …es/#group__attributes_1gae4fb812af4f57aa1ad85e335a865b918). For code that uses both `mbedtls_pk_co…
938 …_sign_det_ext` and `mbedtls_ecdsa_write_signature`. Note that the PSA API uses the raw format for …
942 …s_ecdsa_verify` amd `mbedtls_ecdsa_read_signature`. Note that the PSA API uses the raw format for …
958 … the raw fixed-size format. This is different from the legacy API** which uses the ASN.1 DER forma…
1002 …_crypto__types/#group__crypto__types_1ga4215e2a78dcf834e9a625927faa2a817) uses the “hash” input in…
1204 * Accessing the peer's public key: there is no PSA equivalent since the PSA API only uses the peer'…
1211 …peer's public key): the there is no PSA equivalent since the PSA API only uses the peer's public k…
1286 …aque driver interface. This is mostly transparent to user code. Code that uses a key via its key i…
1292 The PSA subsystem uses its internal random generator both for randomized algorithms and to generate…
1321 …uses the TLS 1.2 wire format in the input or output format of several functions. In particular, on…