Home
last modified time | relevance | path

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

/third_party/openssl/test/
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()
Dendecode_test.c45 static int is_fips = 0; variable
174 if ((flags & FLAG_FAIL_IF_FIPS) != 0 && is_fips && !is_fips_3_0_0) { in test_encode_decode()
644 if (!default_libctx || is_fips) in test_unprotected_via_legacy_PEM()
765 if (!default_libctx || is_fips) in test_protected_via_legacy_PEM()
1313 is_fips = 1; in setup_tests()
Dsslapitest.c100 static int is_fips = 0; variable
1170 if (is_fips && strstr(cipher, "CHACHA") != NULL) { in execute_test_ktls()
1309 if (is_fips && strstr(cipher, "CHACHA") != NULL) { in execute_test_ktls_sendfile()
1498 if (is_fips) in test_large_message_dtls()
1595 if ((prot < TLS1_2_VERSION || prot == DTLS1_VERSION) && is_fips) in test_large_app_data()
1697 if (is_fips) { in execute_cleanse_plaintext()
3863 if (is_fips && cipher == 4) in early_data_skip_helper()
4377 if (idx == 2 && is_fips == 1) in test_early_data_psk_with_all_ciphers()
5248 if (is_fips && !t13_ciphers[i].fipscapable) in test_tls13_ciphersuite()
6217 if (is_fips && (tst == 0 || tst == 1)) in test_export_key_mat()
[all …]