Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/crypto/
H A Dapi.c237 const u32 fips = CRYPTO_ALG_FIPS_INTERNAL; in crypto_alg_lookup() local
245 alg = __crypto_alg_lookup(name, (type | test) & ~fips, in crypto_alg_lookup()
246 (mask | test) & ~fips); in crypto_alg_lookup()
248 if (((type | mask) ^ fips) & fips) in crypto_alg_lookup()
249 mask |= fips; in crypto_alg_lookup()
250 mask &= fips; in crypto_alg_lookup()
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", in fips_enable()
32 __setup("fips=", fips_enable);
H A Dproc.c14 #include <linux/fips.h>
53 seq_printf(m, "fips : %s\n", in c_show()
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
54 .fips = 0,
/kernel/linux/linux-6.6/include/crypto/
H A Dxts.h7 #include <linux/fips.h>
H A Ddrbg.h52 #include <linux/fips.h>
/kernel/linux/linux-5.10/include/crypto/
H A Dxts.h7 #include <linux/fips.h>
H A Ddrbg.h52 #include <linux/fips.h>
/kernel/linux/linux-5.10/crypto/
H A Dfips.c9 #include <linux/fips.h>
22 /* Process kernel command-line parameter at boot time. fips=0 or fips=1 */
26 printk(KERN_INFO "fips mode: %s\n", in fips_enable()
31 __setup("fips=", fips_enable);
H A Djitterentropy-kcapi.c43 #include <linux/fips.h>
H A Drsa_helper.c11 #include <linux/fips.h>
H A Dsm2.c26 unsigned int fips:1; /* True if this is a FIPS140-2 approved curve */ member
51 .fips = 0,
H A Ddh.c12 #include <linux/fips.h>
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmbencrypt.c16 #include <linux/fips.h>
/kernel/linux/linux-5.10/include/crypto/internal/
H A Ddes.h10 #include <linux/fips.h>
/kernel/linux/linux-6.6/include/crypto/internal/
H A Ddes.h10 #include <linux/fips.h>
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_fips.c5 #include <linux/fips.h>
94 panic("ccree: TEE reported cryptographic error in fips mode!\n"); in tee_fips_error()
100 * This function check if cryptocell tee fips error occurred
145 dev_dbg(dev, "Initializing fips tasklet\n"); in cc_fips_init()
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_fips.c5 #include <linux/fips.h>
94 panic("ccree: TEE reported cryptographic error in fips mode!\n"); in tee_fips_error()
100 * This function check if cryptocell tee fips error occurred
145 dev_dbg(dev, "Initializing fips tasklet\n"); in cc_fips_init()
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmbencrypt.c16 #include <linux/fips.h>
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_wep.c8 #include <linux/fips.h>
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c9 #include <linux/fips.h>
/kernel/linux/linux-5.10/net/wireless/
H A Dlib80211_crypt_wep.c10 #include <linux/fips.h>
/kernel/linux/linux-6.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_wep.c8 #include <linux/fips.h>

Completed in 10 milliseconds

123