Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
DMakefile12 obj-$(CONFIG_CRYPTO_FIPS) += fips.o
DKconfig30 This options enables the fips boot option which is
/Linux-v4.19/drivers/char/
Drandom.c483 size_t nbytes, int fips);
1478 size_t nbytes, int fips) in _extract_entropy() argument
1487 if (fips) { in _extract_entropy()