mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
tls: psa_pake: make round two reading function symmatric to the writing one
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
@ -2405,8 +2405,7 @@ int mbedtls_psa_ecjpake_read_round_one(
|
||||
*/
|
||||
int mbedtls_psa_ecjpake_read_round_two(
|
||||
psa_pake_operation_t *pake_ctx,
|
||||
const unsigned char *buf,
|
||||
size_t len, int role );
|
||||
const unsigned char *buf, size_t len );
|
||||
|
||||
/**
|
||||
* \brief Write the first round of key exchange into the provided output
|
||||
|
Reference in New Issue
Block a user