Home
last modified time | relevance | path

Searched refs:is_fips (Results 1 – 4 of 4) sorted by relevance

/openssl/test/
H A Ddefltfips_test.c15 static int is_fips; variable
37 if (!TEST_int_eq(is_fips || bad_fips, is_fips_enabled) in test_is_fips_enabled()
38 || !TEST_int_eq(is_fips && !bad_fips, is_fips_loaded)) in test_is_fips_enabled()
54 if (is_fips in test_is_fips_enabled()
65 if (!TEST_int_eq(is_fips || bad_fips, is_fips_enabled)) in test_is_fips_enabled()
84 is_fips = 0; in setup_tests()
90 is_fips = 1; in setup_tests()
95 is_fips = 0; in setup_tests()
H A Dquicapitest.c23 static int is_fips = 0; variable
118 is_fips = 1; in setup_tests()
H A Dendecode_test.c49 static int is_fips = 0; variable
177 if ((flags & FLAG_FAIL_IF_FIPS) != 0 && is_fips) { in test_encode_decode()
647 if (!default_libctx || is_fips) in test_unprotected_via_legacy_PEM()
768 if (!default_libctx || is_fips) in test_protected_via_legacy_PEM()
1316 is_fips = 1; in setup_tests()
H A Dsslapitest.c100 static int is_fips = 0; variable
1176 if (is_fips && strstr(cipher, "CHACHA") != NULL) { in execute_test_ktls()
1510 if (is_fips) in test_large_message_dtls()
1549 if (is_fips) { in execute_cleanse_plaintext()
4170 if (idx == 2 && is_fips == 1) in test_early_data_psk_with_all_ciphers()
6023 if (is_fips && (tst == 0 || tst == 1)) in test_export_key_mat()
7369 if (is_fips) { in test_ssl_pending()
7557 is_fips in int_test_ssl_get_shared_ciphers()
9367 if (is_fips) { in test_dh_auto()
9401 if (is_fips) { in test_dh_auto()
[all …]

Completed in 44 milliseconds