Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
DMakefile10 obj-$(CONFIG_CRYPTO_FIPS) += fips.o
DKconfig30 This option enables the fips boot option which is
/Linux-v5.4/drivers/char/
Drandom.c550 size_t nbytes, int fips);
1554 size_t nbytes, int fips) in _extract_entropy() argument
1563 if (fips) { in _extract_entropy()