Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Dsm2.c26 unsigned int fips:1; /* True if this is a FIPS140-2 approved curve */ member
51 .fips = 0,
DMakefile10 obj-$(CONFIG_CRYPTO_FIPS) += fips.o
DKconfig30 This option enables the fips boot option which is
/Linux-v5.10/drivers/char/
Drandom.c511 size_t nbytes, int fips);
1448 size_t nbytes, int fips) in _extract_entropy() argument
1457 if (fips) { in _extract_entropy()