commit | 7c61ffcc446dd226b6a21677aeba925911ce14e2 | [log] [tgz] |
---|---|---|
author | Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com> | Tue Sep 05 19:29:47 2023 +0530 |
committer | Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com> | Tue Sep 05 19:29:47 2023 +0530 |
tree | 6acd8835ee62b64197d3370ce817e6cd8a2e7577 | |
parent | 8eb55891ad71140c64eb10c2703493ef77af0483 [diff] [blame] |
Rename parse_binary_string function Signed-off-by: Kusumit Ghoderao <Kusumit.Ghoderao@silabs.com>
diff --git a/tests/src/psa_crypto_helpers.c b/tests/src/psa_crypto_helpers.c index 18eac06..52ff031 100644 --- a/tests/src/psa_crypto_helpers.c +++ b/tests/src/psa_crypto_helpers.c
@@ -149,7 +149,7 @@ } } -uint64_t parse_binary_string(data_t *bin_string) +uint64_t mbedtls_test_parse_binary_string(data_t *bin_string) { uint64_t result = 0; TEST_LE_U(bin_string->len, 8);