Home
last modified time | relevance | path

Searched refs:fips_mode (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/dports/security/libgcrypt/libgcrypt-1.9.4/random/
H A Drandom.c218 if (fips_mode ()) in _gcry_random_initialize()
239 if (fips_mode ()) in _gcry_random_close_fds()
277 if (fips_mode ()) in _gcry_random_dump_stats()
291 if (fips_mode ()) in _gcry_secure_random_alloc()
303 if (fips_mode ()) in _gcry_enable_quick_random_gen()
313 if (fips_mode ()) in _gcry_set_random_daemon_socket()
325 if (fips_mode ()) in _gcry_use_random_daemon()
337 if (fips_mode ()) in _gcry_random_is_faked()
350 if (fips_mode ()) in _gcry_random_add_bytes()
367 if (fips_mode ()) in do_randomize()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/random/
H A Drandom.c218 if (fips_mode ()) in _gcry_random_initialize()
239 if (fips_mode ()) in _gcry_random_close_fds()
277 if (fips_mode ()) in _gcry_random_dump_stats()
291 if (fips_mode ()) in _gcry_secure_random_alloc()
303 if (fips_mode ()) in _gcry_enable_quick_random_gen()
313 if (fips_mode ()) in _gcry_set_random_daemon_socket()
325 if (fips_mode ()) in _gcry_use_random_daemon()
337 if (fips_mode ()) in _gcry_random_is_faked()
350 if (fips_mode ()) in _gcry_random_add_bytes()
367 if (fips_mode ()) in do_randomize()
[all …]
/dports/lang/ruby26/ruby-2.6.9/test/openssl/
H A Dtest_fips.rb8 OpenSSL.fips_mode = false
9 OpenSSL.fips_mode = false
18 OpenSSL.fips_mode = true
19 assert OpenSSL.fips_mode == true, ".fips_mode returns true when .fips_mode=true"
21 OpenSSL.fips_mode = false
22 assert OpenSSL.fips_mode == false, ".fips_mode returns false when .fips_mode=false"
/dports/security/s2n/s2n-tls-1.1.2/tests/integration/
H A Ds2n_handshake_test_s_client.py481 def handshake_test(host, port, test_ciphers, fips_mode, argument
513 def client_auth_test(host, port, test_ciphers, fips_mode, **kwargs): argument
520 handshake_test(host, port, test_ciphers, fips_mode,
666 def elliptic_curve_fallback_test(host, port, fips_mode, **kwargs): argument
674 enter_fips_mode=fips_mode,
681 def handshake_fragmentation_test(host, port, fips_mode, **kwargs): argument
694 prefer_low_latency=True, enter_fips_mode=fips_mode,
702 def ocsp_stapling_test(host, port, fips_mode, **kwargs): argument
860 fips_mode = False
862 fips_mode = True
[all …]
H A Ds2n_handshake_test_gnutls-cli.py121 …oint, port, cipher_name, ssl_version, priority_str, digests, curves, mfl_extension_test, fips_mode, argument
123 …et = try_gnutls_handshake(endpoint, port, priority_str, mfl_extension_test, ssl_version, fips_mode)
172 fips_mode = False
174 fips_mode = True
180 if ssl_version == S2N_SSLv3 and fips_mode == True:
224 if fips_mode and cipher.openssl_fips_compatible == False:
245 if fips_mode and cipher.openssl_fips_compatible == False:
270 if fips_mode and cipher.openssl_fips_compatible == False:
277 …ke(host, port, cipher.openssl_name, S2N_TLS12, priority_str, [], [], 0, fips_mode, "Preferences fo…
307 if fips_mode and cipher.openssl_fips_compatible == False:
[all …]
H A Ds2n_sslyze_test.py108 def run_sslyze_test(host, port, fips_mode): argument
112 run_sslyze_scan(host, port, scan_output_location, fips_mode)
132 fips_mode = False
134 fips_mode = True
139 return run_sslyze_test(host, port, fips_mode)
H A Ds2n_handshake_test_old_s_client.py291 def run_handshake_test(host, port, ssl_version, cipher, fips_mode, no_ticket, use_client_auth, clie… argument
307 …t, port, cipher_name, ssl_version, no_ticket=no_ticket, enter_fips_mode=fips_mode, client_auth=use…
314 def handshake_test(host, port, test_ciphers, fips_mode, no_ticket=False, use_client_auth=None, use_… argument
329 …ult = run_handshake_test(host, port + port_offset, ssl_version, cipher, fips_mode, no_ticket, use_…
356 fips_mode = False
358 fips_mode = True
366 failed += handshake_test(host, port, test_ciphers, fips_mode)
/dports/security/s2n/s2n-tls-1.1.2/tests/integration/data/
H A Dtest_buf272 if fips_mode:
336 if fips_mode and use_client_auth:
432 def ocsp_stapling_test(host, port, fips_mode):
467 fips_mode = False
469 fips_mode = True
478 failed += sigalg_test(host, port, fips_mode)
754 if fips_mode:
818 if fips_mode and use_client_auth:
914 def ocsp_stapling_test(host, port, fips_mode):
948 fips_mode = False
[all …]
/dports/security/py-m2crypto/M2Crypto-0.38.0/tests/
H A Dtest_rc4.py12 from tests.fips import fips_mode
17 @unittest.skipIf(fips_mode, "Can't be run in FIPS mode")
22 if fips_mode:
37 @unittest.skipIf(fips_mode, "Can't be run in FIPS mode")
39 if fips_mode:
H A Dfips.py3 fips_mode = int(f.read()) variable
5 fips_mode = 0 variable
/dports/www/firefox-esr/firefox-91.8.0/security/nss/tests/lowhash/
H A Dlowhash.sh66 for fips_mode in 0 1; do
67 echo "lowhashtest with fips mode=${fips_mode}"
68 export NSS_FIPS=${fips_mode}
74 html_msg ${RESULT} 0 "lowhashtest with fips mode=${fips_mode} for ${TEST}"
/dports/www/firefox/firefox-99.0/security/nss/tests/lowhash/
H A Dlowhash.sh66 for fips_mode in 0 1; do
67 echo "lowhashtest with fips mode=${fips_mode}"
68 export NSS_FIPS=${fips_mode}
74 html_msg ${RESULT} 0 "lowhashtest with fips mode=${fips_mode} for ${TEST}"
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/tests/lowhash/
H A Dlowhash.sh66 for fips_mode in 0 1; do
67 echo "lowhashtest with fips mode=${fips_mode}"
68 export NSS_FIPS=${fips_mode}
74 html_msg ${RESULT} 0 "lowhashtest with fips mode=${fips_mode} for ${TEST}"
/dports/security/ca_root_nss/nss-3.71/nss/tests/lowhash/
H A Dlowhash.sh66 for fips_mode in 0 1; do
67 echo "lowhashtest with fips mode=${fips_mode}"
68 export NSS_FIPS=${fips_mode}
74 html_msg ${RESULT} 0 "lowhashtest with fips mode=${fips_mode} for ${TEST}"
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/tests/lowhash/
H A Dlowhash.sh66 for fips_mode in 0 1; do
67 echo "lowhashtest with fips mode=${fips_mode}"
68 export NSS_FIPS=${fips_mode}
74 html_msg ${RESULT} 0 "lowhashtest with fips mode=${fips_mode} for ${TEST}"
/dports/security/nss/nss-3.76.1/nss/tests/lowhash/
H A Dlowhash.sh66 for fips_mode in 0 1; do
67 echo "lowhashtest with fips mode=${fips_mode}"
68 export NSS_FIPS=${fips_mode}
74 html_msg ${RESULT} 0 "lowhashtest with fips mode=${fips_mode} for ${TEST}"
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/tests/lowhash/
H A Dlowhash.sh66 for fips_mode in 0 1; do
67 echo "lowhashtest with fips mode=${fips_mode}"
68 export NSS_FIPS=${fips_mode}
74 html_msg ${RESULT} 0 "lowhashtest with fips mode=${fips_mode} for ${TEST}"
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/tests/lowhash/
H A Dlowhash.sh66 for fips_mode in 0 1; do
67 echo "lowhashtest with fips mode=${fips_mode}"
68 export NSS_FIPS=${fips_mode}
74 html_msg ${RESULT} 0 "lowhashtest with fips mode=${fips_mode} for ${TEST}"
/dports/security/libgcrypt/libgcrypt-1.9.4/src/
H A Dfips.c108 if ( fips_mode () ) in _gcry_initialize_fips_mode()
262 if (!fips_mode ()) in _gcry_enforced_fips_mode()
281 gcry_assert (fips_mode ()); in _gcry_inactivate_fips_mode()
312 if (!fips_mode ()) in _gcry_is_fips_mode_inactive()
348 if (!fips_mode ()) in _gcry_fips_is_operational()
388 if (!fips_mode ()) in _gcry_fips_test_operational()
407 if (!fips_mode ()) in _gcry_fips_test_error_or_operational()
697 if (fips_mode ()) in _gcry_fips_run_selftests()
720 if (fips_mode ()) in _gcry_fips_run_selftests()
733 if (fips_mode ()) in _gcry_fips_run_selftests()
[all …]
H A Dglobal.c374 fips_mode ()? 'y':'n', in print_config()
701 if (fips_mode () in _gcry_vcontrol()
864 if (fips_mode ()) in _gcry_set_allocation_handler()
900 if (fips_mode () ) in _gcry_set_outofcore_handler()
1141 if ( fips_mode () in _gcry_xmalloc()
1158 if ( fips_mode () in _gcry_xrealloc()
1176 if ( fips_mode () in _gcry_xmalloc_secure()
1234 if (fips_mode () in _gcry_xstrdup()
1268 if ( fips_mode () ) in _gcry_get_debug_flag()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/src/
H A Dfips.c108 if ( fips_mode () ) in _gcry_initialize_fips_mode()
262 if (!fips_mode ()) in _gcry_enforced_fips_mode()
281 gcry_assert (fips_mode ()); in _gcry_inactivate_fips_mode()
312 if (!fips_mode ()) in _gcry_is_fips_mode_inactive()
348 if (!fips_mode ()) in _gcry_fips_is_operational()
388 if (!fips_mode ()) in _gcry_fips_test_operational()
407 if (!fips_mode ()) in _gcry_fips_test_error_or_operational()
697 if (fips_mode ()) in _gcry_fips_run_selftests()
720 if (fips_mode ()) in _gcry_fips_run_selftests()
733 if (fips_mode ()) in _gcry_fips_run_selftests()
[all …]
H A Dglobal.c374 fips_mode ()? 'y':'n', in print_config()
701 if (fips_mode () in _gcry_vcontrol()
864 if (fips_mode ()) in _gcry_set_allocation_handler()
900 if (fips_mode () ) in _gcry_set_outofcore_handler()
1141 if ( fips_mode () in _gcry_xmalloc()
1158 if ( fips_mode () in _gcry_xrealloc()
1176 if ( fips_mode () in _gcry_xmalloc_secure()
1234 if (fips_mode () in _gcry_xstrdup()
1268 if ( fips_mode () ) in _gcry_get_debug_flag()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysys/
H A Dmy_md5.cc59 int fips_mode = 0; in compute_md5_hash() local
60 fips_mode = FIPS_mode(); in compute_md5_hash()
63 if (fips_mode == 0) { in compute_md5_hash()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/ssl-tests/
H A D02-protocol-version.cnf.in19 our $fips_mode;
21 our @tests = generate_version_tests("TLS", $fips_mode);
H A D11-dtls_resumption.cnf.in19 our $fips_mode;
21 our @tests = generate_resumption_tests("DTLS", $fips_mode);

12345678910>>...12