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:
parent
30ebe11f86
commit
9bed8ec5d8
4 changed files with 27 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue