Home
last modified time | relevance | path

Searched refs:num_tests (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/crypto/openssl/test/testutil/
H A Ddriver.c41 static int num_tests = 0; variable
63 all_tests[num_tests].test_fn = test_fn; in add_test()
64 all_tests[num_tests].num = -1; in add_test()
65 ++num_tests; in add_test()
75 all_tests[num_tests].num = num; in add_all_tests()
76 all_tests[num_tests].subtest = subtest; in add_all_tests()
77 ++num_tests; in add_all_tests()
141 for (i = 0; i < num_tests; ++i) { in check_single_test_params()
147 if (i >= num_tests) in check_single_test_params()
294 if (num_tests < 1) { in run_tests()
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D15-test_dsaparam.t69 my $num_tests = scalar @valid + scalar @invalid;
70 plan tests => $num_tests;
H A D20-test_dhparam_check.t62 my $num_tests = scalar @valid + scalar @invalid;
63 plan tests => 2 + 2 * $num_tests;
/freebsd/sys/tests/
H A Dktest.h63 int num_tests; member
93 .num_tests = nitems(_t), \
H A Dktest.c119 for (int i = 0; i < mod->info->num_tests; i++) { in dump_mod_tests()
192 for (int i = 0; i < info->num_tests; i++) { in run_test()
/freebsd/tests/sys/acl/
H A Dacl-api-test.c77 int num_tests = 100; in ATF_TC_BODY() local
79 while (num_tests--) { in ATF_TC_BODY()
/freebsd/contrib/ofed/libibverbs/examples/
H A Dxsrq_pingpong.c95 int num_tests; member
172 init.cap.max_send_wr = ctx.num_clients * ctx.num_tests; in create_qps()
780 wr.send_flags = (++ctx.rem_dest[index].pp_cnt >= ctx.num_tests) ? in pp_post_send()
831 ctx.num_tests = 5; in init()
920 ctx.num_tests = strtol(optarg, NULL, 0); in main()
966 total = ctx.num_clients * ctx.num_tests; in main()
991 if (ctx.rem_dest[qpi].pp_cnt < ctx.num_tests) in main()
/freebsd/crypto/openssl/test/ssl-tests/
H A D24-padding.cnf3 num_tests = 1
H A D15-certstatus.cnf3 num_tests = 2
H A D16-dtls-certstatus.cnf3 num_tests = 2
H A D29-dtls-sctp-label-bug.cnf3 num_tests = 4
H A D01-simple.cnf3 num_tests = 4
H A D21-key-update.cnf3 num_tests = 4
H A D23-srp.cnf3 num_tests = 4
H A D27-ticket-appdata.cnf3 num_tests = 4
H A D28-seclevel.cnf3 num_tests = 6
H A D22-compression.cnf3 num_tests = 8
H A D12-ct.cnf3 num_tests = 6
H A D03-custom_verify.cnf3 num_tests = 10
H A D30-extended-master-secret.cnf3 num_tests = 7
H A D25-cipher.cnf3 num_tests = 9
H A D18-dtls-renegotiate.cnf3 num_tests = 9
H A D19-mac-then-encrypt.cnf3 num_tests = 9
/freebsd/crypto/openssl/test/
H A Dssl_test.c541 long num_tests; in OPT_TEST_DECLARE_USAGE() local
552 &num_tests), 0)) { in OPT_TEST_DECLARE_USAGE()
560 ADD_ALL_TESTS(test_handshake, (int)num_tests); in OPT_TEST_DECLARE_USAGE()
/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c2182 int num_tests; in main() local
2239 num_tests = sizeof(tests) / sizeof(tests[0]); in main()
2241 if (j < 0 || j >= num_tests || k > num_tests) { in main()
2243 j + 1, k, 1, num_tests + 1); in main()
2248 k = num_tests; in main()
2252 for (i = 0; i < num_tests; i++) { in main()

12