Lines Matching refs:cmd
30 my $cmd = shift;
32 ok(run(app([ 'openssl', $cmd, '-check', '-in', srctop_file('test', 'testrsa.pem'), '-noout'])),
33 "$cmd -check" );
36 skip "Skipping $cmd conversion test", 3
39 subtest "$cmd conversions -- private key" => sub {
40 tconversion( -type => $cmd, -prefix => "$cmd-priv",
43 subtest "$cmd conversions -- private key PKCS#8" => sub {
44 tconversion( -type => $cmd, -prefix => "$cmd-pkcs8",
52 if disabled($cmd) || $cmd eq 'pkey';
54 subtest "$cmd conversions -- public key" => sub {
55 tconversion( -type => 'msb', -prefix => "$cmd-msb-pub",