Home
last modified time | relevance | path

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

/freebsd/crypto/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 Devp_libctx_test.c42 static int is_fips = 0; variable
961 is_fips = 1; in setup_tests()
963 is_fips_lt_3_5 = is_fips && fips_provider_version_lt(libctx, 3, 5, 0); in setup_tests()
966 if (!is_fips || fips_provider_version_lt(libctx, 3, 4, 0)) in setup_tests()
H A Dendecode_test.c49 static int is_fips = 0; variable
179 if ((flags & FLAG_FAIL_IF_FIPS) != 0 && is_fips && !is_fips_3_0_0) { in test_encode_decode()
660 if (!default_libctx || is_fips) in test_unprotected_via_legacy_PEM()
780 if (!default_libctx || is_fips) in test_protected_via_legacy_PEM()
1423 is_fips = 1; in setup_tests()
1434 is_fips_3_0_0 = is_fips && fips_provider_version_eq(testctx, 3, 0, 0); in setup_tests()
1436 is_fips_lt_3_5 = is_fips && fips_provider_version_lt(testctx, 3, 5, 0); in setup_tests()
H A Dsslapitest.c103 static int is_fips = 0; variable
1162 if (is_fips && strstr(cipher, "CHACHA") != NULL) { in execute_test_ktls()
1337 if (is_fips && strstr(cipher, "CHACHA") != NULL) { in execute_test_ktls_sendfile()
1537 if (is_fips) in test_large_message_dtls()
1621 if (is_fips) in test_large_app_data()
1636 if (is_fips && prot < TLS1_2_VERSION) in test_large_app_data()
1740 if (is_fips) { in execute_cleanse_plaintext()
3967 if (is_fips && cipher >= 4) in early_data_skip_helper()
4511 if ((idx == 2 || idx == 5 || idx == 6) && is_fips == 1) in test_early_data_psk_with_all_ciphers()
5014 if (is_fips) in test_key_exchange()
[all …]
H A Dquicapitest.c34 static int is_fips = 0; variable
322 if (cipherids[i] == TLS1_3_CK_CHACHA20_POLY1305_SHA256 && is_fips) in test_ciphersuites()
459 if (is_fips) { in test_ssl_trace()
2990 is_fips = 1; in setup_tests()