Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dversion.c34 memcpy( string, MBEDTLS_VERSION_STRING, in mbedtls_version_get_string()
35 sizeof( MBEDTLS_VERSION_STRING ) ); in mbedtls_version_get_string()
/third_party/mbedtls/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 );
/third_party/mbedtls/include/mbedtls/
Dbuild_info.h49 #define MBEDTLS_VERSION_STRING "3.1.0" macro
/third_party/curl/lib/vtls/
Dmbedtls.c856 return msnprintf(buffer, size, "mbedTLS/%s", MBEDTLS_VERSION_STRING); in mbedtls_version()