Lines Matching refs:all
70 For each family listed above, all the mentioned alorithms/key types are also
71 all the mechanisms that exist in PSA API.
82 It is possible to have all hash operations provided only by a driver.
88 - and similarly for all supported hash algorithms: `MD5`, `RIPEMD160`,
92 In such a build, all crypto operations (via the PSA Crypto API, or non-PSA
144 - you have driver support for all ECC curves that are enabled (that is, for
161 - you have driver support for all enabled ECC key pair operations - that is,
179 In such builds, all crypto operations via the PSA Crypto API will work as
240 In order for a build to be driver-only (no built-in implementation), all the
249 algorithms will be disabled, provided all the requested curves and key types
283 It is possible for all RSA operations to be provided only by a driver.
287 - all the RSA algorithms that are enabled (`PSA_WANT_ALG_RSA_*`) are also
289 - and all the RSA key types that are enabled (`PSA_WANT_KEY_TYPE_RSA_*`) are
307 It is possible to have all ciphers and AEAD operations provided only by a
350 Once a key type and related algorithm are accelerated, all the PSA Crypto APIs
359 is enabled but not accelerated, then all key types that can be used with it
361 - If a key type is enabled but not accelerated, then all algorithms that can be
374 CMAC and all compatible key types, then `PSA_WANT_ALG_CMAC` can be enabled
436 It is possible to save code size by disabling MBEDTLS_CIPHER_C when all of the
440 - In PSA, all unauthenticated (that is, non-AEAD) ciphers are either disabled or
441 fully accelerated (that is, all compatible key types are accelerated too).