Home
last modified time | relevance | path

Searched refs:FIPS_mode (Results 1 – 14 of 14) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
Dfips.rs18 #[corresponds(FIPS_mode)]
20 unsafe { ffi::FIPS_mode() != 0 } in enabled()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dcrypto.rs75 pub fn FIPS_mode() -> c_int; in FIPS_mode() function
/third_party/node/src/crypto/
Dcrypto_util.cc133 if (FIPS_mode() == 0) return FIPS_mode_set(1); in ProcessFipsOptions()
222 args.GetReturnValue().Set(FIPS_mode() ? 1 : 0); in GetFipsCrypto()
239 if (static_cast<int>(enable) == FIPS_mode()) in SetFipsCrypto()
Dcrypto_cipher.cc413 if (FIPS_mode()) { in Init()
609 if (mode == EVP_CIPH_CCM_MODE && kind_ == kDecipher && FIPS_mode()) { in Init()
Dcrypto_sig.cc38 if (FIPS_mode() && EVP_PKEY_DSA == EVP_PKEY_base_id(key)) { in ValidateDSAParameters()
/third_party/openssl/ohos_lite/include/openssl/
Dcrypto.h331 int FIPS_mode(void);
/third_party/node/deps/openssl/openssl/util/
Dmissingcrypto111.txt731 FIPS_mode(3)
/third_party/openssl/util/
Dmissingcrypto111.txt731 FIPS_mode(3)
/third_party/node/src/
Dnode.cc1049 if (FIPS_mode()) { in InitializeOncePerProcess()
/third_party/python/Modules/
D_hashopenssl.c1909 int result = FIPS_mode(); in _hashlib_get_fips_mode_impl()
/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/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
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
8109 * Functions FIPS_mode_set() and FIPS_mode() which call the underlying