Home
last modified time | relevance | path

Searched refs:expr1 (Results 1 – 2 of 2) sorted by relevance

/mbedtls/tests/include/test/
A Dmacros.h71 #define TEST_EQUAL(expr1, expr2) \ argument
73 if (!mbedtls_test_equal( #expr1 " == " #expr2, __LINE__, __FILE__, \
74 … (unsigned long long) (expr1), (unsigned long long) (expr2))) \
84 #define TEST_LE_U(expr1, expr2) \ argument
86 if (!mbedtls_test_le_u( #expr1 " <= " #expr2, __LINE__, __FILE__, \
87 expr1, expr2)) \
97 #define TEST_LE_S(expr1, expr2) \ argument
99 if (!mbedtls_test_le_s( #expr1 " <= " #expr2, __LINE__, __FILE__, \
100 expr1, expr2)) \
/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_op_fail.function30 #define TEST_STATUS(expr1, expr2) \
32 if (!test_equal_status( #expr1 " == " #expr2, __LINE__, __FILE__, \
33 expr1, expr2)) \

Completed in 33 milliseconds