Lines Matching refs:new
22 so that my code keeps working in new minor versions of Mbed TLS.
246 …Pass `MBEDTLS_MD_SHA256` and `md` will dispatch to the legacy code, pass a new constant `MBEDTLS_M…
366 The abstraction layer used by GCM and CCM may either be a new internal module, or a subset of the e…
369 - No need to design, implement and test a new module. (Will need to test the new subset though, as …
371 …new module and Cipher: source-level, and in in particular in builds that still have `CIPHER_C` ena…
374 Possible costs of re-using (a subset of) the existing Cipher API instead of defining a new one:
382 Prototyping both approaches showed better code size savings and cleaner code with a new internal mo…
573 The new module is automatically enabled in `config_adjust_legacy_crypto.h` by modules that need
574 it (namely: CCM, GCM) only when `CIPHER_C` is not available, or the new module
599 Support for dual dispatch in the new internal module `block_cipher` is extremely similar to that in…
605 Support is determined at runtime using the new internal function