Lines Matching refs:result
41 * It's useful in a case of set-string mode but the expected result
259 int result;
267 result = X509_cmp_time(&t, &x509_cmp_tests[idx].cmp_time);
268 if (!TEST_int_eq(result, x509_cmp_tests[idx].expected)) {
270 idx, x509_cmp_tests[idx].expected, result);
355 int result, rv = 0;
366 result = ASN1_TIME_set_string_X509(t, x509_format_tests[idx].data);
367 /* time string parsing result is always checked against what's expected */
368 if (!TEST_int_eq(result, x509_format_tests[idx].expected)) {
370 idx, x509_format_tests[idx].expected, result);