Home
last modified time | relevance | path

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

/linux-6.3-rc2/crypto/
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()
A Dsm2.c26 unsigned int fips:1; /* True if this is a FIPS140-2 approved curve */ member
51 .fips = 0,
A DMakefile10 obj-$(CONFIG_CRYPTO_FIPS) += fips.o
A DKconfig31 This option enables the fips boot option which is

Completed in 7 milliseconds