Searched refs:TEST_strn_eq (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/test/ |
D | x509_time_test.c | 557 || !TEST_strn_eq(pp, readable, rv)) in test_x509_time_print_rfc_822() 585 || !TEST_strn_eq(pp, readable, rv)) in test_x509_time_print_iso_8601()
|
D | errtest.c | 106 || !TEST_strn_eq(expected, p, strlen(expected))) in test_print_error_format()
|
D | http_test.c | 56 if (!TEST_strn_eq(++hdr, "HTTP/1.", len)) in mock_http_server()
|
D | packettest.c | 255 || !TEST_strn_eq(data, buf1, 10) in test_PACKET_strndup()
|
D | testutil.h | 499 # define TEST_strn_eq(a, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, n, b, n) macro
|
D | sslapitest.c | 5302 && !TEST_strn_eq(t13_cipher, negotiated_scipher, in test_tls13_ciphersuite()
|