mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-12 16:45:16 -04:00
Formatting fixes
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
5e69aa5709
commit
3d7d52c2ed
@ -3553,7 +3553,7 @@ psa_status_t psa_aead_set_nonce( psa_aead_operation_t *operation,
|
|||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( operation->nonce_set )
|
if( operation->nonce_set )
|
||||||
{
|
{
|
||||||
status = PSA_ERROR_BAD_STATE;
|
status = PSA_ERROR_BAD_STATE;
|
||||||
goto exit;
|
goto exit;
|
||||||
@ -3612,7 +3612,8 @@ exit:
|
|||||||
|
|
||||||
return( status );
|
return( status );
|
||||||
}
|
}
|
||||||
/* Pass additional data to an active multipart AEAD operation. */
|
|
||||||
|
/* Pass additional data to an active multipart AEAD operation. */
|
||||||
psa_status_t psa_aead_update_ad( psa_aead_operation_t *operation,
|
psa_status_t psa_aead_update_ad( psa_aead_operation_t *operation,
|
||||||
const uint8_t *input,
|
const uint8_t *input,
|
||||||
size_t input_length )
|
size_t input_length )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user