asymmetric_encryption.h: trim trailing spaces

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
Przemek Stekiel 2022-03-08 10:48:35 +01:00
parent b6bdebde5e
commit f8614a0ec2

View File

@ -33,7 +33,7 @@ typedef struct {
/* If not PSA_SUCCESS, return this error code instead of processing the /* If not PSA_SUCCESS, return this error code instead of processing the
* function call. */ * function call. */
psa_status_t forced_status; psa_status_t forced_status;
/* Count the amount of times one of the asymmetric_encryption driver /* Count the amount of times one of the asymmetric_encryption driver
functions is called. */ functions is called. */
unsigned long hits; unsigned long hits;
} mbedtls_test_driver_asymmetric_encryption_hooks_t; } mbedtls_test_driver_asymmetric_encryption_hooks_t;
@ -48,7 +48,7 @@ static inline mbedtls_test_driver_asymmetric_encryption_hooks_t
return( v ); return( v );
} }
extern mbedtls_test_driver_asymmetric_encryption_hooks_t extern mbedtls_test_driver_asymmetric_encryption_hooks_t
mbedtls_test_driver_asymmetric_encryption_hooks; mbedtls_test_driver_asymmetric_encryption_hooks;
psa_status_t mbedtls_test_transparent_asymmetric_encrypt( psa_status_t mbedtls_test_transparent_asymmetric_encrypt(