OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_fips
(Results
1 - 25
of
50
) sorted by relevancy
1
2
/src/crypto/external/apache2/openssl/dist/test/recipes/
30-test_acvp.t
19
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
22
if $
no_fips
|| disabled("acvp-tests");
30-test_prov_config.t
21
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
31
skip "Skipping FIPS test in this build", 1 if $
no_fips
;
30-test_evp_libctx.t
20
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
28
plan tests => ($
no_fips
? 0 : 1) + ($no_legacy ? 0 : 1) + 1;
30
unless ($
no_fips
) {
65-test_cmp_client.t
22
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
27
plan tests => 2 + ($
no_fips
? 0 : 1); # fips test
40
unless ($
no_fips
) {
65-test_cmp_msg.t
22
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
27
plan tests => 2 + ($
no_fips
? 0 : 1); #fips test
38
unless ($
no_fips
) {
65-test_cmp_protect.t
22
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
30
plan tests => 2 + ($
no_fips
? 0 : 1); #fips test
50
unless ($
no_fips
) {
65-test_cmp_server.t
22
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
30
plan tests => 2 + ($
no_fips
? 0 : 1); #fips test
38
unless ($
no_fips
) {
65-test_cmp_vfy.t
22
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
30
plan tests => 2 + ($
no_fips
? 0 : 1); #fips test
49
unless ($
no_fips
) {
75-test_quicapi.t
20
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
29
($
no_fips
? 0 : 1) # quicapitest with fips
38
unless ($
no_fips
) {
30-test_defltfips.t
27
my $
no_fips
= disabled('fips') || disabled('fips-post') || ($ENV{
NO_FIPS
} // 0);
30
($
no_fips
? 1 : 5);
32
unless ($
no_fips
) {
90-test_threads.t
22
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
23
my $config_path = abs_path(srctop_file("test", $
no_fips
? "default.cnf"
28
if ($
no_fips
) {
30-test_provider_status.t
23
my $
no_fips
= disabled('fips') || disabled('fips-post') || ($ENV{
NO_FIPS
} // 0);
45
if $
no_fips
;
/src/crypto/external/bsd/openssl/dist/test/recipes/
30-test_acvp.t
19
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
22
if $
no_fips
|| disabled("acvp-tests");
30-test_prov_config.t
21
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
31
skip "Skipping FIPS test in this build", 1 if $
no_fips
;
30-test_evp_libctx.t
20
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
28
plan tests => ($
no_fips
? 0 : 1) + ($no_legacy ? 0 : 1) + 1;
30
unless ($
no_fips
) {
65-test_cmp_client.t
22
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
27
plan tests => 2 + ($
no_fips
? 0 : 1); # fips test
40
unless ($
no_fips
) {
65-test_cmp_msg.t
22
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
27
plan tests => 2 + ($
no_fips
? 0 : 1); #fips test
38
unless ($
no_fips
) {
65-test_cmp_protect.t
22
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
30
plan tests => 2 + ($
no_fips
? 0 : 1); #fips test
48
unless ($
no_fips
) {
65-test_cmp_server.t
22
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
30
plan tests => 2 + ($
no_fips
? 0 : 1); #fips test
38
unless ($
no_fips
) {
65-test_cmp_vfy.t
22
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
30
plan tests => 2 + ($
no_fips
? 0 : 1); #fips test
49
unless ($
no_fips
) {
90-test_sslapi.t
21
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
27
($
no_fips
? 0 : 1) # sslapitest with fips
42
unless ($
no_fips
) {
04-test_encoder_decoder.t
23
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
28
plan tests => ($
no_fips
? 0 : 3) + 2; # FIPS install test + test
60
unless ($
no_fips
) {
15-test_gendsa.t
27
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
30
($
no_fips
? 0 : 2) # FIPS related tests
110
unless ($
no_fips
) {
30-test_defltfips.t
27
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
30
($
no_fips
? 1 : 5);
32
unless ($
no_fips
) {
90-test_threads.t
22
my $
no_fips
= disabled('fips') || ($ENV{
NO_FIPS
} // 0);
23
my $config_path = abs_path(srctop_file("test", $
no_fips
? "default.cnf"
28
if ($
no_fips
) {
Completed in 35 milliseconds
1
2
Indexes created Sun Mar 01 05:31:48 UTC 2026