Lines Matching refs:driver
119 * On entry to PSA driver entry points that set up a multipart operation
206 * Fix invalid JSON schemas for driver descriptions used by
485 * If a cipher or AEAD mechanism has a PSA driver, you can now build the
489 implementation is able to take advantage of a driver that only
491 docs/driver-only-builds.md for full details and current limitations.
492 * The CTR_DRBG module will now use AES from a PSA driver if MBEDTLS_AES_C is
500 fully provided by drivers. See docs/driver-only-builds.md for full
723 of ECDSA and/or EC J-PAKE when those are provided by a driver. However,
768 they're provided by a built-in implementation, a driver or both. See
769 docs/driver-only-builds.md.
770 * When a PSA driver for ECDH is present, it is now possible to disable
777 a driver, it is possible to disable MBEDTLS_ECP_C (and MBEDTLS_BIGNUM_C
779 algorithms in PSA, with some limitations. See docs/driver-only-builds.txt
796 on MBEDTLS_BIGNUM_C, and a driver dispatch layer enabling alternative
797 implementations of FFDH through the driver entry points.
922 * Fix the J-PAKE driver interface for user and peer to accept any values
1075 * When a PSA driver for ECDSA is present, it is now possible to disable
1079 supported in those builds yet, as driver support for interruptible ECDSA
1081 * Add a driver dispatch layer for EC J-PAKE, enabling alternative
1082 implementations of EC J-PAKE through the driver entry points.
1090 * When a PSA driver for EC J-PAKE is present, it is now possible to disable
1305 * The PSA driver wrapper generator generate_driver_wrappers.py now
1306 supports a subset of the driver description language, including
1319 * Add a driver dispatch layer for raw key agreement, enabling alternative
1320 implementations of raw key agreement through the key_agreement driver
1321 entry point. This entry point is specified in the proposed PSA driver
1685 driver descriptions. For the time being, to customize this file,
1686 see docs/proposed/psa-driver-wrappers-codegen-migration-guide.md
2159 * Added support for built-in driver keys through the PSA opaque crypto
2160 driver interface. Refer to the documentation of
2386 * Partial implementation of the PSA crypto driver interface: Mbed TLS can
2444 both the old SE interface and the new PSA driver interface, external keys were
2746 psa_register_se_driver() must be modified to pass the driver's location