Searched refs:fips (Results 1 – 4 of 4) sorted by relevance
237 const u32 fips = CRYPTO_ALG_FIPS_INTERNAL; in crypto_alg_lookup() local245 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()
26 unsigned int fips:1; /* True if this is a FIPS140-2 approved curve */ member51 .fips = 0,
10 obj-$(CONFIG_CRYPTO_FIPS) += fips.o
31 This option enables the fips boot option which is
Completed in 7 milliseconds