Home
last modified time | relevance | path

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

/openthread-3.6.0/third_party/mbedtls/repo/tests/include/test/drivers/
Dconfig_test_driver.h28 #if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
29 #define _CRT_SECURE_NO_DEPRECATE 1 macro
/openthread-3.6.0/third_party/mbedtls/repo/include/mbedtls/
Dconfig.h30 #if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
31 #define _CRT_SECURE_NO_DEPRECATE 1 macro
/openthread-3.6.0/third_party/mbedtls/repo/programs/ssl/
Dssl_context_info.c40 #if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_DEPRECATE)
41 #define _CRT_SECURE_NO_DEPRECATE 1 macro