Home
last modified time | relevance | path

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

/crypto/
A Dapi.c255 const u32 fips = CRYPTO_ALG_FIPS_INTERNAL; in crypto_alg_lookup() local
263 alg = __crypto_alg_lookup(name, (type | test) & ~fips, in crypto_alg_lookup()
264 (mask | test) & ~fips); in crypto_alg_lookup()
266 if (((type | mask) ^ fips) & fips) in crypto_alg_lookup()
267 mask |= fips; in crypto_alg_lookup()
268 mask &= fips; in crypto_alg_lookup()
A DMakefile10 obj-$(CONFIG_CRYPTO_FIPS) += fips.o
A DKconfig31 This option enables the fips boot option which is

Completed in 9 milliseconds