1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Add pake psa crypto driver wrappers implementation

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
Przemek Stekiel
2022-11-22 13:50:22 +01:00
parent 5ae609631e
commit 2e73649f9c
2 changed files with 261 additions and 13 deletions

View File

@ -420,8 +420,10 @@ psa_status_t psa_driver_wrapper_pake_setup(
const psa_pake_cipher_suite_t *cipher_suite);
psa_status_t psa_driver_wrapper_pake_set_password_key(
const psa_key_attributes_t *attributes,
psa_pake_operation_t *operation,
mbedtls_svc_key_id_t password);
uint8_t *key_buffer,
size_t key_size);
psa_status_t psa_driver_wrapper_pake_set_user(
psa_pake_operation_t *operation,