HomeSort by: relevance | last modified time | path
    Searched refs:TEST_strn_eq (Results 1 - 17 of 17) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
bio_tfo_test.c 178 || !TEST_strn_eq(read_buffer, SOCKET_DATA, SOCKET_DATA_LEN)) {
388 || !TEST_strn_eq(read_buffer, SOCKET_DATA, SOCKET_DATA_LEN)) {
x509_time_test.c 706 || !TEST_strn_eq(pp, readable, rv))
734 || !TEST_strn_eq(pp, readable, rv))
errtest.c 106 || !TEST_strn_eq(expected, p, strlen(expected)))
http_test.c 75 if (!TEST_strn_eq(++hdr, "HTTP/1.", len))
packettest.c 255 || !TEST_strn_eq(data, buf1, 10)
testutil.h 357 int test_strn_eq(const char *file, int line, const char *, const char *,
514 #define TEST_strn_eq(a, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, n, b, n)
516 #define TEST_strn2_eq(a, m, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, m, b, n)
sslapitest.c 5562 * TEST_strn_eq is used below because t13_cipher can contain
5566 && !TEST_strn_eq(t13_cipher, negotiated_scipher,
  /src/crypto/external/bsd/openssl/dist/test/
x509_time_test.c 557 || !TEST_strn_eq(pp, readable, rv))
585 || !TEST_strn_eq(pp, readable, rv))
errtest.c 106 || !TEST_strn_eq(expected, p, strlen(expected)))
http_test.c 56 if (!TEST_strn_eq(++hdr, "HTTP/1.", len))
packettest.c 255 || !TEST_strn_eq(data, buf1, 10)
testutil.h 356 int test_strn_eq(const char *file, int line, const char *, const char *,
499 # define TEST_strn_eq(a, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, n, b, n)
501 # define TEST_strn2_eq(a, m, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, m, b, n)
sslapitest.c 5364 * TEST_strn_eq is used below because t13_cipher can contain
5368 && !TEST_strn_eq(t13_cipher, negotiated_scipher,
  /src/crypto/external/bsd/openssl.old/dist/test/
x509_time_test.c 478 || !TEST_strn_eq(pp, readable, rv))
packettest.c 255 || !TEST_strn_eq(data, buf1, 10)
testutil.h 221 int test_strn_eq(const char *file, int line, const char *, const char *,
354 # define TEST_strn_eq(a, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, b, n)
sslapitest.c 3752 * TEST_strn_eq is used below because t13_cipher can contain
3756 && !TEST_strn_eq(t13_cipher, negotiated_scipher,

Completed in 56 milliseconds