Lines Matching refs:need
100 … and needing to know the hash length in PKCS1v1.5 sign/verify), …). These need to keep working whe…
224 We need a way to decide this based on the available information:
231 And we need to take care of the [the cases where PSA is not possible](#why-psa-is-not-always-possib…
302 We now need to create an abstraction for mixed-domain hash calculation. (We could not create an abs…
328 …need to support driver-only hashes and ciphers in PK. X.509 and TLS without `MBEDTLS_USE_PSA_CRYPT…
357 …lan to extend it to other block ciphers at the moment), while GCM and CCM need to work with 3 bloc…
358 …hey only care about getting random numbers - in fact PSA users don't even need to know what DRBG i…
362 - GCM and CCM need an common abstraction layer that allows:
369 - No need to design, implement and test a new module. (Will need to test the new subset though, as …
370 - No code change in GCM and CCM - only need to update dependencies.
417 … null pointers as `mbedtls_md_context_t *`. At least some functions still need to support null poi…
558 …ules access to HMAC accelerated directly by a PSA driver (eliminating the need to a HMAC interface…
567 * Implementers of `MBEDTLS_PSA_CRYPTO_CLIENT` will need to provide `psa_can_do_hash()` (or a more g…
573 The new module is automatically enabled in `config_adjust_legacy_crypto.h` by modules that need