You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my VC1S server, the asni_intel module is listed in the /proc/config.gz file, but is not present :
---> uname -a
Linux hermoth.oudin.ml 4.15.7-mainline-rev1 #1 SMP Wed Feb 28 10:23:10 UTC 2018 x86_64 GNU/Linux
and
---> zgrep AES /proc/config.gz
# CONFIG_SND_MAESTRO3 is not set
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_TI=m
CONFIG_CRYPTO_AES_X86_64=y
CONFIG_CRYPTO_AES_NI_INTEL=y
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=y
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64=y
On my VC1S server, the asni_intel module is listed in the /proc/config.gz file, but is not present :
and
and
The CPU is aesni-enabled
I think that the module is missing by error (especially since #259 had added it)
Would it be possible to add it back ?
The text was updated successfully, but these errors were encountered: