mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-10-28 23:14:56 +03:00
Fix codestyle in psa iop key agreement driver wrapper APIs
Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
@@ -2715,6 +2715,8 @@ static inline uint32_t psa_driver_wrapper_key_agreement_get_num_ops(
|
||||
|
||||
#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT)
|
||||
|
||||
/* Add cases for drivers here */
|
||||
|
||||
#endif /* PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT */
|
||||
}
|
||||
|
||||
@@ -2741,6 +2743,7 @@ static inline psa_status_t psa_driver_wrapper_key_agreement_setup(
|
||||
|
||||
#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT)
|
||||
|
||||
/* Add cases for drivers here */
|
||||
|
||||
#endif /* PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT */
|
||||
|
||||
@@ -2780,6 +2783,7 @@ static inline psa_status_t psa_driver_wrapper_key_agreement_complete(
|
||||
|
||||
#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT)
|
||||
|
||||
/* Add cases for drivers here */
|
||||
|
||||
#endif /* PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT */
|
||||
default:
|
||||
@@ -2801,6 +2805,7 @@ static inline psa_status_t psa_driver_wrapper_key_agreement_abort(
|
||||
|
||||
#if defined(PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT)
|
||||
|
||||
/* Add cases for drivers here */
|
||||
|
||||
#endif /* PSA_CRYPTO_ACCELERATOR_DRIVER_PRESENT */
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user