Lines Matching refs:valid
25 my @valid = glob(data_file("valid", "*.pem"));
30 @valid = grep { !/sm2-.*\.pem/} @valid;
37 my $valid = shift; # Check should pass or fail?
42 if ($valid) {
83 plan tests => scalar(@valid);
84 checkload(\@valid, 1, "ecparam", "-check");
88 plan tests => scalar(@valid);
89 checkload(\@valid, 1, "ecparam", "-check_named");
93 plan tests => scalar(@valid);
94 checkload(\@valid, 1, "pkeyparam", "-check");
128 plan tests => 2 * scalar(@valid);
129 checkcompare(\@valid, "ecparam");
133 plan tests => 2 * scalar(@valid);
134 checkcompare(\@valid, "pkeyparam");