Home
last modified time | relevance | path

Searched defs:MBEDTLS_INTERNAL_VALIDATE_RET (Results 1 – 2 of 2) sorted by relevance

/external/mbedtls/include/mbedtls/
Dplatform_util.h39 #define MBEDTLS_INTERNAL_VALIDATE_RET( cond, ret ) do { } while( 0 ) macro
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dplatform_util.h87 #define MBEDTLS_INTERNAL_VALIDATE_RET( cond, ret ) \ macro