mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-30 06:49:54 +00:00
Port psa_exercise_key changes
These changes to psa_exercise_key were added while the files were being moved to the framework. Port them to the framework now. Signed-off-by: David Horstmann <[email protected]>
This commit is contained in:
@@ -138,7 +138,7 @@ int mbedtls_test_psa_setup_key_derivation_wrap(
|
||||
size_t capacity, int key_destroyable);
|
||||
|
||||
/** Perform a key agreement using the given key pair against its public key
|
||||
* using psa_raw_key_agreement().
|
||||
* using psa_raw_key_agreement() and psa_key_agreement().
|
||||
*
|
||||
* The result is discarded. The purpose of this function is to smoke-test a key.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user