Home
last modified time | relevance | path

Searched refs:FIPS_mode_set (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
Dfips.rs11 #[corresponds(FIPS_mode_set)]
14 unsafe { cvt(ffi::FIPS_mode_set(enabled as _)).map(|_| ()) } in enable()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dcrypto.rs77 pub fn FIPS_mode_set(onoff: c_int) -> c_int; in FIPS_mode_set() function
/third_party/node/src/crypto/
Dcrypto_util.cc133 if (FIPS_mode() == 0) return FIPS_mode_set(1); in ProcessFipsOptions()
246 if (!FIPS_mode_set(enable)) { in SetFipsCrypto()
/third_party/openssl/ohos_lite/include/openssl/
Dcrypto.h332 int FIPS_mode_set(int r);
/third_party/node/deps/openssl/openssl/util/
Dmissingcrypto111.txt732 FIPS_mode_set(3)
/third_party/openssl/util/
Dmissingcrypto111.txt732 FIPS_mode_set(3)
/third_party/openssl/doc/man7/
Dfips_module.pod17 Note that the old functions FIPS_mode() and FIPS_mode_set() are no longer
Dmigration_guide.pod349 =head4 Removed FIPS_mode() and FIPS_mode_set()
598 The function calls FIPS_mode() and FIPS_mode_set() have been removed
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c967 if (!fips_enabled && !FIPS_mode_set(1)) { in tls_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c977 if (!fips_enabled && !FIPS_mode_set(1)) { in tls_init()
/third_party/node/deps/openssl/openssl/
DCHANGES.md1478 * Removed FIPS_mode() and FIPS_mode_set().
5011 * Rename FIPS_mode_set and FIPS_mode to FIPS_module_mode_set and
5012 FIPS_module_mode. FIPS_mode and FIPS_mode_set will be implemented
5054 set PRNG type in FIPS_mode_set(): leave this to the application.
8287 * Functions FIPS_mode_set() and FIPS_mode() which call the underlying
/third_party/openssl/
DCHANGES.md1300 * Removed FIPS_mode() and FIPS_mode_set().
4833 * Rename FIPS_mode_set and FIPS_mode to FIPS_module_mode_set and
4834 FIPS_module_mode. FIPS_mode and FIPS_mode_set will be implemented
4876 set PRNG type in FIPS_mode_set(): leave this to the application.
8109 * Functions FIPS_mode_set() and FIPS_mode() which call the underlying