Lines Matching refs:example
24 …ent, and in particular do not work well for asymmetric cryptography. For example, many parts of th…
40 …a mechanism is defined by a combination of algorithms and key types, for example a block cipher mo…
42 [Limitation.direction] For mechanisms that have multiple directions (for example encrypt/decrypt, s…
46 [Limitation.multipart] Where there are multiple ways to perform an operation, for example single-pa…
57 …e PSA Crypto configuration file and the Mbed TLS configuration file. For example, the code in `aes…
74 * In Mbed TLS library code using `MBEDTLS_USE_PSA_CRYPTO`, for example in TLS to determine which ci…
75 …at provides additional features based on cryptographic capabilities, for example additional key pa…
94 …ree to include support for more than what was explicitly requested. (For example, as of Mbed TLS 3…
98 … curve, include a symbol of the form **`PSA_WANT_ECC_family_size`**. For example: `PSA_WANT_ECC_SE…
112 …e possible parameter, and Mbed TLS will reject this at compile time. For example, `PSA_WANT_ALG_EC…
145 …ot `mbedtls/mbedtls_config.h`, so it is included via `psa/crypto.h` (for example from `psa/crypto_…
167 …ese symbols are needed to deduce whether to include library modules (for example `MBEDTLS_AES_C` h…
201 …ws a more fine-grained selection than the C mechanism proposed here. For example, it allows reques…
203 …tion considers a feature to be enabled if any part of it is enabled. For example, if there is a ca…
231 … no matching algorithm, or vice versa? Is it always the right thing, for example if there is an op…
237 …o suppress a mechanism completely if there is no matching algorithm. For example, if there is no t…