mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-01-06 11:41:12 +03:00
In the course of the development of the PSA unified driver interface, the validate_key entry point for opaque drivers has been removed and replaced by an import_key entry point. This commit takes into account this change of specification. Signed-off-by: Ronald Cron <ronald.cron@arm.com>