Home
last modified time | relevance | path

Searched refs:skip (Results 51 – 75 of 97) sorted by relevance

1234

/openssl/test/recipes/
H A D04-test_conf.t35 skip "Problem dumping $_", 1
H A D61-test_bio_prefix.t32 skip "Problem prefixing $_", 1
H A D04-test_encoder_decoder.t53 skip "MD5 disabled", 2 if disabled("md5");
H A D90-test_includes.t36 skip "Skipping legacy test", 1
H A D25-test_d2i.t85 skip "No CMS support in this configuration", 1 if disabled("cms");
H A D82-test_tfo_cli.t84 skip "TFO not enabled", 4 if disabled("tfo") && $tfo;
H A D40-test_rehash.t51 skip "It's pointless to run the next test as root", 1;
H A D04-test_pem_reading.t92 skip "DSA support disabled, skipping...", (scalar keys %dsa_expected) unless !disabled("dsa");
H A D25-test_eai_data.t53 skip "Unicode tests disabled on MingW", 2 if $^O =~ /^msys$/;
H A D15-test_ec.t63 skip "ECX is not supported by this OpenSSL build", 6
H A D20-test_passwd.t113 skip "Skipping high rounds tests in non caching builds", scalar @sha_high_rounds_tests
H A D15-test_genrsa.t94 skip "Skipping rsa command line test", 2 if disabled("deprecated-3.0");
H A D70-test_tls13cookie.t51 skip "ECX disabled", 1, if (disabled("ecx"));
H A D70-test_tls13downgrade.t77 skip "TLSv1.1 disabled", 2 if disabled("tls1_1");
H A D70-test_tls13hrr.t91 skip "EC/TLSv1.2 is disabled in this build", 1
H A D70-test_tlsextms.t175 skip "TLS 1.3 disabled", 1
H A Dtconversion.pl70 skip "Not initialized, skipping...", 22 unless $init;
/openssl/external/perl/Text-Template-1.56/t/
H A Dhash.t75 skip 'not supported before 5.005', 1 unless $] >= 5.005;
/openssl/crypto/ec/
H A Decp_nistp224.c1144 int i, skip; in batch_mul() local
1159 skip = 1; /* save two point operations in the first in batch_mul()
1163 if (!skip) in batch_mul()
1176 if (!skip) { in batch_mul()
1182 skip = 0; in batch_mul()
1215 if (!skip) { in batch_mul()
1221 skip = 0; in batch_mul()
H A Decp_nistp384.c1379 int i, skip; in batch_mul() local
1393 skip = 1; /* save two point operations in the first in batch_mul()
1397 if (!skip) in batch_mul()
1410 if (!skip) { in batch_mul()
1417 skip = 0; in batch_mul()
1441 if (!skip) { in batch_mul()
1447 skip = 0; in batch_mul()
H A Decp_nistp521.c1587 int i, skip; in batch_mul() local
1601 skip = 1; /* save two point operations in the first in batch_mul()
1605 if (!skip) in batch_mul()
1618 if (!skip) { in batch_mul()
1624 skip = 0; in batch_mul()
1648 if (!skip) { in batch_mul()
1654 skip = 0; in batch_mul()
H A Decp_nistp256.c1680 int i, skip; in batch_mul() local
1695 skip = 1; /* save two point operations in the first in batch_mul()
1699 if (!skip) in batch_mul()
1712 if (!skip) { in batch_mul()
1720 skip = 0; in batch_mul()
1756 if (!skip) { in batch_mul()
1764 skip = 0; in batch_mul()
/openssl/include/internal/
H A Dquic_stream.h129 size_t skip,
/openssl/crypto/x509/
H A Dx509_local.h103 int skip; /* don't use us. */ member
/openssl/
H A Dbuild.info62 # 'skip' ensures that nothing is actually done with it.
63 GENERATE[include/openssl/configuration.h]{skip}=include/openssl/configuration.h.in

Completed in 68 milliseconds

1234