Lines Matching full:testmode

22 ok(run(app(['openssl', 'speed', '-testmode'])),
25 #Test various options to speed. In all cases we use the -testmode option to
34 ok(run(app(['openssl', 'speed', '-testmode', '-multi', 2])),
38 ok(run(app(['openssl', 'speed', '-testmode', '-misalign', 1])),
47 || !run(app(['openssl', 'speed', '-testmode', '-evp',
50 ok(run(app(['openssl', 'speed', '-testmode', '-mb', '-evp',
55 ok(run(app(['openssl', 'speed', '-testmode', '-kem-algorithms'])),
58 ok(run(app(['openssl', 'speed', '-testmode', '-signature-algorithms'])),
61 ok(run(app(['openssl', 'speed', '-testmode', '-primes', 3, 'rsa1024'])),
64 ok(run(app(['openssl', 'speed', '-testmode', '-mr'])),
67 ok(run(app(['openssl', 'speed', '-testmode', '-decrypt', '-evp', 'aes-128-cbc'])),
70 ok(run(app(['openssl', 'speed', '-testmode', '-evp', 'sha256'])),
73 ok(run(app(['openssl', 'speed', '-testmode', '-hmac', 'sha256'])),
80 ok(run(app(['openssl', 'speed', '-testmode', '-cmac', 'aes-128-cbc'])),
84 ok(run(app(['openssl', 'speed', '-testmode', '-aead', '-evp', 'aes-128-gcm'])),
91 ok(run(app(['openssl', 'speed', '-testmode', '-async_jobs', '1'])),
99 ok(run(app(['openssl', 'speed', '-testmode', '-mlock'])),
103 #We don't expect these options to have an effect in testmode but we at least
105 ok(run(app(['openssl', 'speed', '-testmode', '-seconds', 1, '-bytes', 16,
110 ok(run(app(['openssl', 'speed', '-testmode', '-seconds', 1, '-bytes', 1,
114 #No need to -testmode for testing -help. All we're doing is testing the option
142 ok(!run(app(['openssl', 'speed', '-testmode', '-mb', '-evp',