Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_openssl.c965 static int fips_enabled = 0; in tls_init() local
967 if (!fips_enabled && !FIPS_mode_set(1)) { in tls_init()
977 fips_enabled = 1; in tls_init()