Searched refs:FIPS_mode (Results 1 – 14 of 14) sorted by relevance
18 #[corresponds(FIPS_mode)]20 unsafe { ffi::FIPS_mode() != 0 } in enabled()
75 pub fn FIPS_mode() -> c_int; in FIPS_mode() function
133 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()
413 if (FIPS_mode()) { in Init()609 if (mode == EVP_CIPH_CCM_MODE && kind_ == kDecipher && FIPS_mode()) { in Init()
38 if (FIPS_mode() && EVP_PKEY_DSA == EVP_PKEY_base_id(key)) { in ValidateDSAParameters()
331 int FIPS_mode(void);
731 FIPS_mode(3)
1049 if (FIPS_mode()) { in InitializeOncePerProcess()
1909 int result = FIPS_mode(); in _hashlib_get_fips_mode_impl()
17 Note that the old functions FIPS_mode() and FIPS_mode_set() are no longer
349 =head4 Removed FIPS_mode() and FIPS_mode_set()598 The function calls FIPS_mode() and FIPS_mode_set() have been removed
1478 * Removed FIPS_mode() and FIPS_mode_set().5011 * Rename FIPS_mode_set and FIPS_mode to FIPS_module_mode_set and5012 FIPS_module_mode. FIPS_mode and FIPS_mode_set will be implemented8287 * Functions FIPS_mode_set() and FIPS_mode() which call the underlying
1300 * Removed FIPS_mode() and FIPS_mode_set().4833 * Rename FIPS_mode_set and FIPS_mode to FIPS_module_mode_set and4834 FIPS_module_mode. FIPS_mode and FIPS_mode_set will be implemented8109 * Functions FIPS_mode_set() and FIPS_mode() which call the underlying