Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dversion.c40 memcpy( string, MBEDTLS_VERSION_STRING_FULL, in mbedtls_version_get_string_full()
41 sizeof( MBEDTLS_VERSION_STRING_FULL ) ); in mbedtls_version_get_string_full()
/third_party/mbedtls/include/mbedtls/
Dbuild_info.h50 #define MBEDTLS_VERSION_STRING_FULL "mbed TLS 3.1.0" macro
/third_party/mbedtls/tests/suites/
Dtest_suite_version.function32 TEST_ASSERT( strcmp( build_str_full, MBEDTLS_VERSION_STRING_FULL ) == 0 );