Lines Matching refs:valid
24 my @valid = glob(data_file("valid", "*.pem"));
32 my $valid = shift; # Check should pass or fail?
37 if ($valid) {
65 plan tests => scalar(@valid);
66 checkload(\@valid, 1, "ecparam", "-check");
70 plan tests => scalar(@valid);
71 checkload(\@valid, 1, "ecparam", "-check_named");
75 plan tests => scalar(@valid);
76 checkload(\@valid, 1, "pkeyparam", "-check");
110 plan tests => 2 * scalar(@valid);
111 checkcompare(\@valid, "ecparam");
115 plan tests => 2 * scalar(@valid);
116 checkcompare(\@valid, "pkeyparam");