mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
Fix code style
Signed-off-by: Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com>
This commit is contained in:
parent
3b27a7f6bf
commit
7415539173
1 changed files with 1 additions and 1 deletions
|
|
@ -8476,7 +8476,7 @@ void derive_input(int alg_arg,
|
|||
psa_key_derivation_step_t steps[] = { step_arg1, step_arg2, step_arg3 };
|
||||
psa_key_type_t key_types[] = { key_type_arg1, key_type_arg2, key_type_arg3 };
|
||||
key_derivation_input_method_t input_types[] =
|
||||
{ input_type_arg1, input_type_arg2, input_type_arg3 };
|
||||
{ input_type_arg1, input_type_arg2, input_type_arg3 };
|
||||
psa_status_t expected_statuses[] = { expected_status_arg1,
|
||||
expected_status_arg2,
|
||||
expected_status_arg3 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue