01fips: add cfb cipher

Required by FIPS standard
master
Lukas Nykryn 2019-07-16 08:27:01 +01:00 committed by Harald Hoyer
parent 62f939b857
commit 9f96bb4c73
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ installkernel() {
_fipsmodules+="crc32c crct10dif ghash "

# Ciphers:
_fipsmodules+="cipher_null des3_ede aes "
_fipsmodules+="cipher_null des3_ede aes cfb "

# Modes/templates:
_fipsmodules+="ecb cbc ctr xts gcm ccm authenc hmac cmac "