Home
last modified time | relevance | path

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

/mbedtls-development/tests/include/test/
A Dmacros.h212 #define STATIC_ASSERT_THEN_RETURN( condition, value ) \ argument
213 ( STATIC_ASSERT_EXPR( condition ) ? 0 : ( value ) )
/mbedtls-development/library/
A Dmemory_buffer_alloc.c637 #define TEST_ASSERT( condition ) \ argument
638 if( ! (condition) ) \
/mbedtls-development/
A DBRANCHES.md40 when a new error condition arises.
A DChangeLog717 (an error condition) and the second operand was aliased to the result.
718 * Fix a case in elliptic curve arithmetic where an out-of-memory condition
2383 * Replace preprocessor condition from #if defined(MBEDTLS_THREADING_PTHREAD)
2544 * Fix incorrect renegotiation condition in ssl_check_ctr_renegotiate() that
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_se_driver_hal.function34 /** The driver detected a condition that shouldn't happen.

Completed in 11 milliseconds