Searched refs:fips (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/include/crypto/
H A Dxts.h7 #include <linux/fips.h>
H A Ddrbg.h52 #include <linux/fips.h>
/linux-master/crypto/
H A Dfips.c9 #include <linux/fips.h>
23 /* Process kernel command-line parameter at boot time. fips=0 or fips=1 */
27 printk(KERN_INFO "fips mode: %s\n",
32 __setup("fips=", fips_enable);
H A Dproc.c14 #include <linux/fips.h>
53 seq_printf(m, "fips : %s\n",
H A Dapi.c237 const u32 fips = CRYPTO_ALG_FIPS_INTERNAL; local
245 alg = __crypto_alg_lookup(name, (type | test) & ~fips,
246 (mask | test) & ~fips);
248 if (((type | mask) ^ fips) & fips)
249 mask |= fips;
250 mask &= fips;
H A Dkdf_sp800108.c9 #include <linux/fips.h>
H A Drsa_helper.c11 #include <linux/fips.h>
H A Dsm2.c29 unsigned int fips:1; /* True if this is a FIPS140-2 approved curve */ member in struct:ecc_domain_parms
54 .fips = 0,
H A Djitterentropy-kcapi.c42 #include <linux/fips.h>
289 * If the kernel was booted with fips=1, it implies that
H A Djitterentropy.c148 #include <linux/fips.h>
H A Dhmac.c18 #include <linux/fips.h>
H A Drsa.c8 #include <linux/fips.h>
H A DMakefile10 obj-$(CONFIG_CRYPTO_FIPS) += fips.o
H A Ddh.c8 #include <linux/fips.h>
/linux-master/fs/smb/client/
H A Dsmbencrypt.c16 #include <linux/fips.h>
/linux-master/include/crypto/internal/
H A Ddes.h10 #include <linux/fips.h>
/linux-master/drivers/crypto/ccree/
H A Dcc_fips.c5 #include <linux/fips.h>
94 panic("ccree: TEE reported cryptographic error in fips mode!\n");
100 * This function check if cryptocell tee fips error occurred
145 dev_dbg(dev, "Initializing fips tasklet\n");
/linux-master/net/wireless/
H A Dlib80211_crypt_wep.c10 #include <linux/fips.h>
H A Dlib80211_crypt_tkip.c12 #include <linux/fips.h>
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c9 #include <linux/fips.h>
/linux-master/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c25 #include <linux/fips.h>
/linux-master/drivers/net/ppp/
H A Dppp_mppe.c48 #include <linux/fips.h>
/linux-master/arch/s390/crypto/
H A Ddes_s390.c16 #include <linux/fips.h>
197 * In fips mode additionally check for all 3 keys are unique.
H A Dprng.c13 #include <linux/fips.h>
425 /* if fips mode is enabled, generate a first block of random
/linux-master/drivers/char/hw_random/
H A Dcctrng.c18 #include <linux/fips.h>
337 panic("Got HW CRNGT error while fips is enabled!\n");

Completed in 339 milliseconds

12