mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
mbedtls_psa_pake_get_implicit_key: move psa_key_derivation_input_bytes call to upper layer
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
@ -87,7 +87,7 @@ psa_status_t mbedtls_test_transparent_pake_input(
|
||||
|
||||
psa_status_t mbedtls_test_transparent_pake_get_implicit_key(
|
||||
mbedtls_transparent_test_driver_pake_operation_t *operation,
|
||||
psa_key_derivation_operation_t *output);
|
||||
uint8_t *output, size_t *output_size);
|
||||
|
||||
psa_status_t mbedtls_test_transparent_pake_abort(
|
||||
mbedtls_transparent_test_driver_pake_operation_t *operation);
|
||||
@ -131,7 +131,7 @@ psa_status_t mbedtls_test_opaque_pake_input(
|
||||
|
||||
psa_status_t mbedtls_test_opaque_pake_get_implicit_key(
|
||||
mbedtls_opaque_test_driver_pake_operation_t *operation,
|
||||
psa_key_derivation_operation_t *output);
|
||||
uint8_t *output, size_t *output_size);
|
||||
|
||||
psa_status_t mbedtls_test_opaque_pake_abort(
|
||||
mbedtls_opaque_test_driver_pake_operation_t *operation);
|
||||
|
Reference in New Issue
Block a user