Lines Matching defs:seconds
194 const openssl_speed_sec_t *seconds);
250 {"seconds", OPT_SECONDS, 'p',
251 "Run benchmarks for specified amount of seconds"},
1367 openssl_speed_sec_t seconds = { SECONDS, RSA_SECONDS, DSA_SECONDS,
1605 seconds.sym = seconds.rsa = seconds.dsa = seconds.ecdsa
1606 = seconds.ecdh = seconds.eddsa
1607 = seconds.sm2 = seconds.ffdh = atoi(opt_arg());
1869 seconds.sym);
1882 seconds.sym);
1895 seconds.sym);
1908 seconds.sym);
1921 seconds.sym);
1934 lengths[testnum], seconds.sym);
1947 lengths[testnum], seconds.sym);
1960 lengths[testnum], seconds.sym);
1973 lengths[testnum], seconds.sym);
2015 seconds.sym);
2040 lengths[testnum], seconds.sym);
2061 lengths[testnum], seconds.sym);
2086 lengths[testnum], seconds.sym);
2112 lengths[testnum], seconds.sym);
2137 lengths[testnum], seconds.sym);
2173 seconds.sym);
2190 seconds.sym);
2204 multiblock_speed(evp_cipher, lengths_single, &seconds);
2224 seconds.sym);
2270 seconds.sym);
2319 lengths[testnum], seconds.sym);
2384 seconds.rsa);
2416 seconds.rsa);
2464 seconds.dsa);
2495 seconds.dsa);
2543 seconds.ecdsa);
2574 seconds.ecdsa);
2661 ec_curves[testnum].bits, seconds.ecdh);
2747 ed_curves[testnum].bits, seconds.eddsa);
2776 ed_curves[testnum].bits, seconds.eddsa);
2879 sm2_curves[testnum].bits, seconds.sm2);
2909 sm2_curves[testnum].bits, seconds.sm2);
3094 ffdh_params[testnum].bits, seconds.ffdh);
3606 const openssl_speed_sec_t *seconds)
3647 print_message(alg_name, 0, mblengths[j], seconds->sym);