Lines Matching refs:is_fips
100 static int is_fips = 0; variable
1153 if (is_fips && strstr(cipher, "CHACHA") != NULL) { in execute_test_ktls()
1329 if (is_fips && strstr(cipher, "CHACHA") != NULL) { in execute_test_ktls_sendfile()
1528 if (is_fips) in test_large_message_dtls()
1612 if (is_fips) in test_large_app_data()
1627 if (is_fips && prot < TLS1_2_VERSION) in test_large_app_data()
1731 if (is_fips) { in execute_cleanse_plaintext()
3950 if (is_fips && cipher >= 4) in early_data_skip_helper()
4494 if ((idx == 2 || idx == 5 || idx == 6) && is_fips == 1) in test_early_data_psk_with_all_ciphers()
4988 if (is_fips) in test_key_exchange()
4994 if (is_fips) in test_key_exchange()
5214 if (is_fips && (kexch_alg == NID_X25519 || kexch_alg == NID_X448)) in test_negotiated_group()
5405 if (is_fips && !t13_ciphers[i].fipscapable) in test_tls13_ciphersuite()
6494 if (is_fips && (tst == 0 || tst == 1)) in test_export_key_mat()
7991 if (is_fips) { in test_ssl_pending()
8179 is_fips in int_test_ssl_get_shared_ciphers()
10528 if (is_fips) { in test_dh_auto()
10562 if (is_fips) { in test_dh_auto()
11546 if (is_fips in test_version()
12454 is_fips = 1; in setup_tests()