Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dversion.c28 memcpy(string, MBEDTLS_VERSION_STRING_FULL, in mbedtls_version_get_string_full()
29 sizeof(MBEDTLS_VERSION_STRING_FULL)); in mbedtls_version_get_string_full()
/mbedtls-latest/include/mbedtls/
Dbuild_info.h38 #define MBEDTLS_VERSION_STRING_FULL "Mbed TLS 3.6.2" macro
/mbedtls-latest/tests/suites/
Dtest_suite_version.function32 TEST_ASSERT(strcmp(build_str_full, MBEDTLS_VERSION_STRING_FULL) == 0);
/mbedtls-latest/programs/ssl/
Dssl_client2.c1079 MBEDTLS_VERSION_STRING_FULL, in main()
1673 MBEDTLS_VERSION_STRING_FULL, MBEDTLS_VERSION_NUMBER); in main()
Dssl_server2.c1864 MBEDTLS_VERSION_STRING_FULL, in main()
2561 MBEDTLS_VERSION_STRING_FULL, MBEDTLS_VERSION_NUMBER); in main()