Searched refs:FIPS_mode_set (Results 1 – 12 of 12) sorted by relevance
11 #[corresponds(FIPS_mode_set)]14 unsafe { cvt(ffi::FIPS_mode_set(enabled as _)).map(|_| ()) } in enable()
77 pub fn FIPS_mode_set(onoff: c_int) -> c_int; in FIPS_mode_set() function
133 if (FIPS_mode() == 0) return FIPS_mode_set(1); in ProcessFipsOptions()246 if (!FIPS_mode_set(enable)) { in SetFipsCrypto()
332 int FIPS_mode_set(int r);
732 FIPS_mode_set(3)
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
967 if (!fips_enabled && !FIPS_mode_set(1)) { in tls_init()
977 if (!fips_enabled && !FIPS_mode_set(1)) { in tls_init()
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 implemented5054 set PRNG type in FIPS_mode_set(): leave this to the application.8287 * 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 implemented4876 set PRNG type in FIPS_mode_set(): leave this to the application.8109 * Functions FIPS_mode_set() and FIPS_mode() which call the underlying