Home
last modified time | relevance | path

Searched refs:MBEDTLS_VERSION_STRING (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dversion.c22 memcpy(string, MBEDTLS_VERSION_STRING, in mbedtls_version_get_string()
23 sizeof(MBEDTLS_VERSION_STRING)); in mbedtls_version_get_string()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_version.function31 TEST_ASSERT(strcmp(build_str, MBEDTLS_VERSION_STRING) == 0);
33 TEST_ASSERT(strcmp(version_str, MBEDTLS_VERSION_STRING) == 0);
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dbuild_info.h37 #define MBEDTLS_VERSION_STRING "3.6.0" macro