Lines Matching defs:multi
111 static int do_multi(int multi, int size_num);
224 "Enable (tls1>=1) multi-block mode on EVP-named cipher"},
227 {"multi", OPT_MULTI, 'p', "Run benchmarks in parallel"},
1382 int multi = 0;
1569 multi = atoi(opt_arg());
1570 if ((size_t)multi >= SIZE_MAX / sizeof(int)) {
1571 BIO_printf(bio_err, "%s: multi argument too large\n", prog);
1606 "%s: -mb specified but multi-block support is disabled\n",
1760 BIO_printf(bio_err, "-mb can be used only with a multi-block"
1765 BIO_printf(bio_err, "%s is not a multi-block capable\n",
1824 if (multi && do_multi(multi, size_num))
2363 /* we haven't set keys yet, generate multi-prime RSA keys */
3446 static int do_multi(int multi, int size_num)
3454 fds = app_malloc(sizeof(*fds) * multi, "fd buffer for do_multi");
3455 for (n = 0; n < multi; ++n) {
3482 for (n = 0; n < multi; ++n) {
3615 for (n = 0; n < multi; ++n) {