Lines Matching refs:TEST_error
51 TEST_error("unexpected PEM object: %s", name); in test_certs()
58 TEST_error("error parsing input %s", name); in test_certs()
66 TEST_error("encoded length %ld of %s != input length %ld", in test_certs()
78 TEST_error("encoded length %ld of %s != input length %ld", in test_certs()
85 TEST_error("unexpected buffer position after encoding %s", name); in test_certs()
90 TEST_error("encoded content of %s does not match input", name); in test_certs()
97 TEST_error("second d2i call failed for %s", name); in test_certs()
103 TEST_error("X509_cmp for %s resulted in %d", name, err); in test_certs()
113 TEST_error("encoded length %ld of %s != input length %ld", in test_certs()
119 TEST_error("encoded content of %s does not match input", name); in test_certs()
132 TEST_error("encoded length %ld of %s > input length %ld", in test_certs()
138 TEST_error("encoded cert content does not match input"); in test_certs()
176 TEST_error("Error parsing test options\n"); in setup_tests()