Home
last modified time | relevance | path

Searched refs:is_fips (Results 1 – 3 of 3) 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 Dendecode_test.c45 static int is_fips = 0; variable
175 if ((flags & FLAG_FAIL_IF_FIPS) != 0 && is_fips && !is_fips_3_0_0) { in test_encode_decode()
656 if (!default_libctx || is_fips) in test_unprotected_via_legacy_PEM()
777 if (!default_libctx || is_fips) in test_protected_via_legacy_PEM()
1329 is_fips = 1; in setup_tests()
1340 is_fips_3_0_0 = is_fips && fips_provider_version_eq(testctx, 3, 0, 0); in setup_tests()
H A Dsslapitest.c100 static int is_fips = 0; variable
1182 if (is_fips && strstr(cipher, "CHACHA") != NULL) { in execute_test_ktls()
1321 if (is_fips && strstr(cipher, "CHACHA") != NULL) { in execute_test_ktls_sendfile()
1510 if (is_fips) in test_large_message_dtls()
1607 if ((prot < TLS1_2_VERSION || prot == DTLS1_VERSION) && is_fips) in test_large_app_data()
1710 if (is_fips) { in execute_cleanse_plaintext()
3911 if (is_fips && cipher == 4) in early_data_skip_helper()
4432 if (idx == 2 && is_fips == 1) in test_early_data_psk_with_all_ciphers()
4910 if (is_fips) in test_key_exchange()
4916 if (is_fips) in test_key_exchange()
[all …]