fips_enabled      520 arch/s390/crypto/aes_s390.c 	if (fips_enabled && key_len != 32 && key_len != 64) {
fips_enabled      379 arch/s390/crypto/prng.c 	if (fips_enabled)
fips_enabled      427 arch/s390/crypto/prng.c 	if (fips_enabled) {
fips_enabled      492 arch/s390/crypto/prng.c 	if (fips_enabled) {
fips_enabled       26 crypto/algapi.c 	if (fips_enabled && mod && !module_sig_ok(mod))
fips_enabled      254 crypto/drbg.c  	if (!fips_enabled)
fips_enabled     1582 crypto/drbg.c  			if (fips_enabled || ret != -ENOENT)
fips_enabled     1999 crypto/drbg.c  	if (!fips_enabled)
fips_enabled     2080 crypto/drbg.c  	if (fips_enabled)
fips_enabled       50 crypto/ecc.c   		return fips_enabled ? NULL : &nist_p192;
fips_enabled       16 crypto/fips.c  int fips_enabled;
fips_enabled       17 crypto/fips.c  EXPORT_SYMBOL_GPL(fips_enabled);
fips_enabled       25 crypto/fips.c  	fips_enabled = !!simple_strtol(str, NULL, 0);
fips_enabled       27 crypto/fips.c  		fips_enabled ? "enabled" : "disabled");
fips_enabled       36 crypto/fips.c  		.data           = &fips_enabled,
fips_enabled       67 crypto/fips.c  	if (fips_enabled)
fips_enabled       71 crypto/jitterentropy-kcapi.c 	return fips_enabled;
fips_enabled       27 crypto/rsa_helper.c 	if (fips_enabled) {
fips_enabled     1655 crypto/tcrypt.c 	if (fips_enabled && ret == -EINVAL)
fips_enabled     3051 crypto/tcrypt.c 	if (!fips_enabled)
fips_enabled     2374 crypto/testmgr.c 		if (fips_enabled && template[i].fips_skip)
fips_enabled     2610 crypto/testmgr.c 	if (fips_enabled && vec->fips_skip)
fips_enabled     5212 crypto/testmgr.c 	if (!fips_enabled && notests) {
fips_enabled     5230 crypto/testmgr.c 		if (fips_enabled && !alg_test_descs[i].fips_allowed)
fips_enabled     5242 crypto/testmgr.c 	if (fips_enabled && ((i >= 0 && !alg_test_descs[i].fips_allowed) ||
fips_enabled     5255 crypto/testmgr.c 	if (rc && (fips_enabled || panic_on_fail)) {
fips_enabled     5258 crypto/testmgr.c 		      driver, alg, fips_enabled ? "fips" : "panic_on_fail");
fips_enabled     5261 crypto/testmgr.c 	if (fips_enabled && !rc)
fips_enabled     1599 drivers/char/random.c 	if (fips_enabled) {
fips_enabled     1618 drivers/char/random.c 	return _extract_entropy(r, buf, nbytes, fips_enabled);
fips_enabled       93 drivers/crypto/ccree/cc_fips.c 	if (fips_enabled)
fips_enabled      179 drivers/net/ppp/ppp_mppe.c 	    fips_enabled)
fips_enabled      663 drivers/net/ppp/ppp_mppe.c 	if (fips_enabled || !crypto_has_ahash("sha1", 0, CRYPTO_ALG_ASYNC))
fips_enabled      779 fs/cifs/cifsencrypt.c 	if (fips_enabled)
fips_enabled       66 fs/cifs/smbencrypt.c 	if (fips_enabled) {
fips_enabled       62 include/crypto/internal/des.h 	int ret = fips_enabled ? -EINVAL : -ENOKEY;
fips_enabled       69 include/crypto/internal/des.h 	    (fips_enabled || check_weak))
fips_enabled       72 include/crypto/internal/des.h 	if ((!((K[0] ^ K[4]) | (K[1] ^ K[5]))) && fips_enabled)
fips_enabled       28 include/crypto/xts.h 	if (fips_enabled &&
fips_enabled       50 include/crypto/xts.h 	if ((fips_enabled || (crypto_skcipher_get_flags(tfm) &
fips_enabled        6 include/linux/fips.h extern int fips_enabled;
fips_enabled      407 net/mac80211/cfg.c 		if (WARN_ON_ONCE(fips_enabled))
fips_enabled      735 net/mac80211/main.c 	bool have_wep = !fips_enabled; /* FIPS does not permit the use of RC4 */
fips_enabled     5081 net/mac80211/mlme.c 		if (fips_enabled)
fips_enabled       94 net/wireless/lib80211_crypt_tkip.c 	if (fips_enabled)
fips_enabled       43 net/wireless/lib80211_crypt_wep.c 	if (fips_enabled)