mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-01-06 11:41:12 +03:00
tls: removed extra white spaces and other minor fix
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
This commit is contained in:
@@ -8203,7 +8203,7 @@ int mbedtls_psa_ecjpake_read_round(
|
||||
{
|
||||
psa_status_t status;
|
||||
size_t input_offset = 0;
|
||||
/*
|
||||
/*
|
||||
* At round one repeat the KEY_SHARE, ZK_PUBLIC & ZF_PROOF twice
|
||||
* At round two perform a single cycle
|
||||
*/
|
||||
@@ -8235,7 +8235,7 @@ int mbedtls_psa_ecjpake_read_round(
|
||||
}
|
||||
}
|
||||
|
||||
if ( input_offset != len )
|
||||
if( input_offset != len )
|
||||
return PSA_ERROR_INVALID_ARGUMENT;
|
||||
|
||||
return( 0 );
|
||||
@@ -8250,7 +8250,7 @@ int mbedtls_psa_ecjpake_write_round(
|
||||
psa_status_t status;
|
||||
size_t output_offset = 0;
|
||||
size_t output_len;
|
||||
/*
|
||||
/*
|
||||
* At round one repeat the KEY_SHARE, ZK_PUBLIC & ZF_PROOF twice
|
||||
* At round two perform a single cycle
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user