Fix codestyle in psa iop key agreement driver wrapper APIs

Signed-off-by: Waleed Elmelegy <waleed.elmelegy@arm.com>
This commit is contained in:
Waleed Elmelegy 2024-09-24 18:28:14 +01:00
parent 3783acae26
commit d610d18c9e

View File

@ -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: