mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-15 02:01:57 -04:00
Fix formatting issues
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
3242f6c8ef
commit
efda3408ce
@ -469,7 +469,7 @@ psa_status_t mbedtls_psa_aead_set_nonce(
|
|||||||
operation->is_encrypt ?
|
operation->is_encrypt ?
|
||||||
MBEDTLS_CHACHAPOLY_ENCRYPT :
|
MBEDTLS_CHACHAPOLY_ENCRYPT :
|
||||||
MBEDTLS_CHACHAPOLY_DECRYPT ) );
|
MBEDTLS_CHACHAPOLY_DECRYPT ) );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif /* MBEDTLS_PSA_BUILTIN_ALG_CHACHA20_POLY1305 */
|
#endif /* MBEDTLS_PSA_BUILTIN_ALG_CHACHA20_POLY1305 */
|
||||||
{
|
{
|
||||||
@ -482,6 +482,7 @@ psa_status_t mbedtls_psa_aead_set_nonce(
|
|||||||
|
|
||||||
return( status );
|
return( status );
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Declare the lengths of the message and additional data for AEAD. */
|
/* Declare the lengths of the message and additional data for AEAD. */
|
||||||
psa_status_t mbedtls_psa_aead_set_lengths(
|
psa_status_t mbedtls_psa_aead_set_lengths(
|
||||||
mbedtls_psa_aead_operation_t *operation,
|
mbedtls_psa_aead_operation_t *operation,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user