mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-19 08:42:40 +00:00
Fix comments in psa_crypto_pake.c
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
d597bc705f
commit
c29f8477e2
@ -46,7 +46,7 @@
|
|||||||
* | | psa_pake_set_password_key()
|
* | | psa_pake_set_password_key()
|
||||||
* | | psa_pake_set_user()
|
* | | psa_pake_set_user()
|
||||||
* | | psa_pake_set_peer()
|
* | | psa_pake_set_peer()
|
||||||
* | | psa_pake_set_role
|
* | | psa_pake_set_role()
|
||||||
* |
|
* |
|
||||||
* |--- In any order: (First round input before or after first round output)
|
* |--- In any order: (First round input before or after first round output)
|
||||||
* | |
|
* | |
|
||||||
@ -449,7 +449,7 @@ psa_status_t psa_pake_output( psa_pake_operation_t *operation,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* Length is stored at the first byte */
|
/* Length is stored at the first byte of the next chunk */
|
||||||
length = operation->buffer[operation->buffer_offset] + 1;
|
length = operation->buffer[operation->buffer_offset] + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user