Home
last modified time | relevance | path

Searched refs:mbedtls_test_zero_alloc (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/src/
H A Dhelpers.c258 unsigned char *mbedtls_test_zero_alloc(size_t len) in mbedtls_test_zero_alloc() function
279 return mbedtls_test_zero_alloc(*olen); in mbedtls_test_unhexify_alloc()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_base64.function112 res = mbedtls_test_zero_alloc(dst_buf_size);
139 res = mbedtls_test_zero_alloc(dst_buf_size);
H A Dtest_suite_aes.function189 output = mbedtls_test_zero_alloc(dst_len);
233 output = mbedtls_test_zero_alloc(dst_len);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_base64.function112 res = mbedtls_test_zero_alloc(dst_buf_size);
139 res = mbedtls_test_zero_alloc(dst_buf_size);
H A Dtest_suite_aes.function309 output = mbedtls_test_zero_alloc(dst_len);
353 output = mbedtls_test_zero_alloc(dst_len);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/
H A Dhelpers.c613 unsigned char *mbedtls_test_zero_alloc(size_t len) in mbedtls_test_zero_alloc() function
634 return mbedtls_test_zero_alloc(*olen); in mbedtls_test_unhexify_alloc()
/aosp_15_r20/external/mbedtls/tests/include/test/
H A Dhelpers.h221 unsigned char *mbedtls_test_zero_alloc(size_t len);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/test/
H A Dhelpers.h367 unsigned char *mbedtls_test_zero_alloc(size_t len);