Lines Matching defs:meth
42 const EVP_TEST_METHOD *meth; /* method for this test */
3478 if (t->meth != NULL)
3479 t->meth->cleanup(t);
3491 t->meth = NULL;
3560 if (t->meth == NULL)
3567 if (t->err == NULL && t->meth->run_test(t) != 1) {
3569 t->s.test_file, t->s.start, t->meth->name);
3836 if (!TEST_ptr(t->meth = find_test(pp->key)))
3838 if (!t->meth->init(t, pp->value)) {
3879 int rv = t->meth->parse(t, pp->key, pp->value);