Searched refs:testmode (Results 1 – 2 of 2) sorted by relevance
30 [B<-testmode>]134 =item B<-testmode>136 Runs the speed command in testmode. Runs only 1 iteration of each algorithm test168 The B<-testmode> option was added in OpenSSL 3.4.
134 static int testmode = 0; variable515 #define COND(unused_cond) (run && count < (testmode ? 1 : INT_MAX))2126 if (testmode) in speed_main()2199 testmode = 1; in speed_main()4653 if (ret == 0 && testmode) in speed_main()
Completed in 13 milliseconds