Lines Matching refs:valid
24 my @valid = glob(data_file("valid", "*.pem"));
32 my $valid = shift; # Check should pass or fail?
37 if ($valid) {
63 plan tests => scalar(@valid);
64 checkload(\@valid, 1, "ecparam", "-check");
68 plan tests => scalar(@valid);
69 checkload(\@valid, 1, "ecparam", "-check_named");
73 plan tests => scalar(@valid);
74 checkload(\@valid, 1, "pkeyparam", "-check");
108 plan tests => 2 * scalar(@valid);
109 checkcompare(\@valid, "ecparam");
113 plan tests => 2 * scalar(@valid);
114 checkcompare(\@valid, "pkeyparam");