1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Styling and refactoring

Signed-off-by: Archana <archana.madhavan@silabs.com>
This commit is contained in:
Archana
2021-09-10 06:22:44 +05:30
parent 9a2b6ff8f2
commit 9d17bf4215
6 changed files with 53 additions and 49 deletions

View File

@ -115,7 +115,7 @@ psa_status_t mbedtls_test_opaque_get_builtin_key(
psa_status_t mbedtls_test_opaque_copy_key(
psa_key_attributes_t *attributes,
const uint8_t *source_key,
size_t source_key_size,
size_t source_key_length,
uint8_t *target_key_buffer,
size_t target_key_buffer_size,
size_t *target_key_buffer_length);