Home
last modified time | relevance | path

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

/openssl-master/test/
A Dtestutil.h318 int test_strn_eq(const char *file, int line, const char *, const char *,
461 # define TEST_strn_eq(a, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, n, b, n)
463 # define TEST_strn2_eq(a, m, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, m, b, n)
A Dendecode_test.c32 #define TEST_FL_strn_eq(a, b, n) test_strn_eq(file, line, #a, #b, a, n, b, n)
33 #define TEST_FL_strn2_eq(a, m, b, n) test_strn_eq(file, line, #a, #b, a, m, b, n)
/openssl-master/test/testutil/
A Dtests.c304 int test_strn_eq(const char *file, int line, const char *st1, const char *st2, in test_strn_eq() function

Completed in 9 milliseconds