Home
last modified time | relevance | path

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

/mbedtls-3.4.0/library/
Dversion.c34 memcpy( string, MBEDTLS_VERSION_STRING, in mbedtls_version_get_string()
35 sizeof( MBEDTLS_VERSION_STRING ) ); in mbedtls_version_get_string()
/mbedtls-3.4.0/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 );
/mbedtls-3.4.0/include/mbedtls/
Dbuild_info.h49 #define MBEDTLS_VERSION_STRING "3.3.0" macro