Searched refs:MBEDTLS_VERSION_STRING (Results 1 – 3 of 3) sorted by relevance
34 memcpy( string, MBEDTLS_VERSION_STRING, in mbedtls_version_get_string()35 sizeof( MBEDTLS_VERSION_STRING ) ); in mbedtls_version_get_string()
31 TEST_ASSERT( strcmp( build_str, MBEDTLS_VERSION_STRING ) == 0 );33 TEST_ASSERT( strcmp( version_str, MBEDTLS_VERSION_STRING ) == 0 );
49 #define MBEDTLS_VERSION_STRING "3.3.0" macro