Lines Matching refs:app

42 ok(run(app(['openssl', 'list', '-public-key-methods', '-verbose'])),
44 ok(run(app(['openssl', 'list', '-public-key-algorithms', '-verbose'])),
46 ok(run(app(['openssl', 'list', '-key-managers', '-verbose'])),
48 ok(run(app(['openssl', 'list', '-key-exchange-algorithms', '-verbose'])),
50 ok(run(app(['openssl', 'list', '-kem-algorithms', '-verbose'])),
52 ok(run(app(['openssl', 'list', '-signature-algorithms', '-verbose'])),
54 ok(run(app(['openssl', 'list', '-tls-signature-algorithms', '-verbose'])),
56 ok(run(app(['openssl', 'list', '-asymcipher-algorithms', '-verbose'])),
58 ok(run(app(['openssl', 'list', '-key-managers', '-verbose', '-select', 'DSA' ])),
67 ok(run(app(['openssl', 'pkey',
92 ok(run(app(['openssl', 'dgst', '-sha256',
100 ok(run(app(['openssl', 'dgst', '-sha256',
109 ok(!run(app(['openssl', 'dgst', '-sha256',
125 ok(run(app(['openssl', 'dgst', '-sha256',
134 ok(run(app(['openssl', 'dgst', '-sha256',
145 ok(!run(app(['openssl', 'dgst', '-sha256',
154 ok(!run(app(['openssl', 'dgst', '-sha256',
163 ok(run(app(['openssl', 'dgst',
175 ok(!run(app(['openssl', 'dgst', '-sha256',
204 ok(run(app(['openssl', 'genpkey', '-algorithm', 'EC',
216 ok(run(app(['openssl', 'genpkey', '-algorithm', 'EC',
227 ok(!run(app(['openssl', 'genpkey', '-algorithm', 'EC',
254 ok(run(app(['openssl', 'genpkey', '-algorithm', 'RSA',
265 ok(run(app(['openssl', 'genpkey', '-algorithm', 'RSA',
275 ok(!run(app(['openssl', 'genpkey', '-algorithm', 'RSA',
306 ok(run(app(['openssl', 'genpkey', '-genparam',
317 ok(run(app(['openssl', 'genpkey', '-genparam',
326 ok(!run(app(['openssl', 'genpkey', '-genparam',
335 ok(run(app(['openssl', 'dsaparam', '-provider', 'default',
343 ok(run(app(['openssl', 'genpkey', '-provider', 'default',
353 ok(run(app(['openssl', 'genpkey',
365 ok(run(app(['openssl', 'genpkey',
376 ok(!run(app(['openssl', 'genpkey',
385 ok(run(app(['openssl', 'dsaparam', '-provider', 'default',
393 ok(run(app(['openssl', 'gendsa', '-provider', 'default',
401 ok(run(app(['openssl', 'genpkey', '-provider', 'default',