Home
last modified time | relevance | path

Searched refs:curr_test_fun (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/libecc/src/arithmetic_tests/
H A Darithmetic_tests.c902 int (*curr_test_fun) (const char *, void **, int); in main() local
1192 curr_test_fun = NULL; in main()
1193 FIND_FUN_IN_DISPATCH_TABLE(op, curr_test_fun); in main()
1194 if (curr_test_fun == NULL) { in main()
1198 test_ret = curr_test_fun(op, params, (int)test_num); in main()