15 local _fipsmodules _mod
16 _fipsmodules
="aesni-intel ghash_clmulni_intel"
18 mkdir
-m 0755 -p "${initdir}/etc/modprobe.d"
20 for _mod
in $_fipsmodules; do
21 if instmods
$_mod; then
22 echo $_mod >> "${initdir}/etc/fipsmodules"
23 echo "blacklist $_mod" >> "${initdir}/etc/modprobe.d/fips.conf"