Lines Matching refs:app

39 ok(run(app(['openssl', 'list', '-public-key-methods', '-verbose'])),
41 ok(run(app(['openssl', 'list', '-public-key-algorithms', '-verbose'])),
43 ok(run(app(['openssl', 'list', '-key-managers', '-verbose'])),
45 ok(run(app(['openssl', 'list', '-key-exchange-algorithms', '-verbose'])),
47 ok(run(app(['openssl', 'list', '-kem-algorithms', '-verbose'])),
49 ok(run(app(['openssl', 'list', '-signature-algorithms', '-verbose'])),
51 ok(run(app(['openssl', 'list', '-asymcipher-algorithms', '-verbose'])),
53 ok(run(app(['openssl', 'list', '-key-managers', '-verbose', '-select', 'DSA' ])),
62 ok(run(app(['openssl', 'pkey',
87 ok(run(app(['openssl', 'dgst', '-sha256',
95 ok(run(app(['openssl', 'dgst', '-sha256',
104 ok(!run(app(['openssl', 'dgst', '-sha256',
120 ok(run(app(['openssl', 'dgst', '-sha256',
129 ok(run(app(['openssl', 'dgst', '-sha256',
140 ok(!run(app(['openssl', 'dgst', '-sha256',
149 ok(!run(app(['openssl', 'dgst', '-sha256',
158 ok(run(app(['openssl', 'dgst',
170 ok(!run(app(['openssl', 'dgst', '-sha256',
199 ok(run(app(['openssl', 'genpkey', '-algorithm', 'EC',
211 ok(run(app(['openssl', 'genpkey', '-algorithm', 'EC',
222 ok(!run(app(['openssl', 'genpkey', '-algorithm', 'EC',
249 ok(run(app(['openssl', 'genpkey', '-algorithm', 'RSA',
260 ok(run(app(['openssl', 'genpkey', '-algorithm', 'RSA',
270 ok(!run(app(['openssl', 'genpkey', '-algorithm', 'RSA',
301 ok(run(app(['openssl', 'genpkey', '-genparam',
312 ok(run(app(['openssl', 'genpkey', '-genparam',
321 ok(!run(app(['openssl', 'genpkey', '-genparam',
330 ok(run(app(['openssl', 'dsaparam', '-provider', 'default',
338 ok(run(app(['openssl', 'genpkey', '-provider', 'default',
348 ok(run(app(['openssl', 'genpkey',
360 ok(run(app(['openssl', 'genpkey',
371 ok(!run(app(['openssl', 'genpkey',
380 ok(run(app(['openssl', 'dsaparam', '-provider', 'default',
388 ok(run(app(['openssl', 'gendsa', '-provider', 'default',
396 ok(run(app(['openssl', 'genpkey', '-provider', 'default',