Lines Matching refs:driver

76    * On entry to PSA driver entry points that set up a multipart operation
163 * Fix invalid JSON schemas for driver descriptions used by
442 * If a cipher or AEAD mechanism has a PSA driver, you can now build the
446 implementation is able to take advantage of a driver that only
448 docs/driver-only-builds.md for full details and current limitations.
449 * The CTR_DRBG module will now use AES from a PSA driver if MBEDTLS_AES_C is
457 fully provided by drivers. See docs/driver-only-builds.md for full
680 of ECDSA and/or EC J-PAKE when those are provided by a driver. However,
725 they're provided by a built-in implementation, a driver or both. See
726 docs/driver-only-builds.md.
727 * When a PSA driver for ECDH is present, it is now possible to disable
734 a driver, it is possible to disable MBEDTLS_ECP_C (and MBEDTLS_BIGNUM_C
736 algorithms in PSA, with some limitations. See docs/driver-only-builds.txt
753 on MBEDTLS_BIGNUM_C, and a driver dispatch layer enabling alternative
754 implementations of FFDH through the driver entry points.
879 * Fix the J-PAKE driver interface for user and peer to accept any values
1032 * When a PSA driver for ECDSA is present, it is now possible to disable
1036 supported in those builds yet, as driver support for interruptible ECDSA
1038 * Add a driver dispatch layer for EC J-PAKE, enabling alternative
1039 implementations of EC J-PAKE through the driver entry points.
1047 * When a PSA driver for EC J-PAKE is present, it is now possible to disable
1262 * The PSA driver wrapper generator generate_driver_wrappers.py now
1263 supports a subset of the driver description language, including
1276 * Add a driver dispatch layer for raw key agreement, enabling alternative
1277 implementations of raw key agreement through the key_agreement driver
1278 entry point. This entry point is specified in the proposed PSA driver
1642 driver descriptions. For the time being, to customize this file,
1643 see docs/proposed/psa-driver-wrappers-codegen-migration-guide.md
2116 * Added support for built-in driver keys through the PSA opaque crypto
2117 driver interface. Refer to the documentation of
2343 * Partial implementation of the PSA crypto driver interface: Mbed TLS can
2401 both the old SE interface and the new PSA driver interface, external keys were
2703 psa_register_se_driver() must be modified to pass the driver's location