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

12

/linux-master/crypto/
H A Drsa_helper.c11 #include <linux/fips.h>
H A DMakefile10 obj-$(CONFIG_CRYPTO_FIPS) += fips.o
H A Dalgapi.c12 #include <linux/fips.h>
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 Ddh.c8 #include <linux/fips.h>
H A Decc.c32 #include <linux/fips.h>
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 Dhmac.c18 #include <linux/fips.h>
H A Djitterentropy-kcapi.c42 #include <linux/fips.h>
288 * If the kernel was booted with fips=1, it implies that
H A Djitterentropy.c148 #include <linux/fips.h>
H A Dkdf_sp800108.c9 #include <linux/fips.h>
H A Dproc.c14 #include <linux/fips.h>
53 seq_printf(m, "fips : %s\n",
H A Drsa.c8 #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 Dtcrypt.c26 #include <linux/fips.h>
1446 /* non-fips algs return -EINVAL or -ECANCELED in fips mode */
2836 * unless we're running in fips mode. It does all its work from
2838 * the fips case, checking for a successful load is helpful.
H A Dtestmgr.c23 #include <linux/fips.h>
144 int fips_allowed; /* set if alg is allowed in fips mode */
5883 fips_enabled ? "fips" : "panic_on_fail");
/linux-master/arch/s390/crypto/
H A Daes_s390.c32 #include <linux/fips.h>
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");
/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/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c15 #include <linux/fips.h>
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c20 #include <linux/fips.h>
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dqat_asym_algs.c11 #include <linux/fips.h>
/linux-master/drivers/net/ppp/
H A Dppp_mppe.c48 #include <linux/fips.h>

Completed in 406 milliseconds

12