05-21-2018, 03:51 PM
Is there any version of linux that has the following modules?
module : aesni_intel
module : aes_x86_64
module : aesni_intel
module : aes_x86_64
Does this support AES-NI instructions?
|
05-21-2018, 03:51 PM
Is there any version of linux that has the following modules?
module : aesni_intel module : aes_x86_64
06-08-2018, 02:56 AM
The Rock64 is not using an Intel CPU or the x86_64 architecture and does therefore not understand the Intel AES-NI instructions.
The rockchip rk3328 SoC is an aarch64 architecture, often also called arm64 or armv8. Luckily the armv8 instruction set contains an equivalent offloading mechanism called "Cryptography extensions" (http://infocenter.arm.com/help/topic/com...DEBAF.html). So whatever you are trying to accomplish, you will have to use the offloading mechanisms your hardware actually supports. In ayufans latest kernel the relevant options seem to be enabled: CONFIG_CRYPTO_HW=y CONFIG_ARM64_CRYPTO=y CONFIG_CRYPTO_SHA1_ARM64_CE=y CONFIG_CRYPTO_SHA2_ARM64_CE=y CONFIG_CRYPTO_GHASH_ARM64_CE=y CONFIG_CRYPTO_AES_ARM64_CE=y CONFIG_CRYPTO_AES_ARM64_CE_CCM=y CONFIG_CRYPTO_AES_ARM64_CE_BLK=y |
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Trustzone support for Rock64 | capablegh | 1 | 2,738 |
07-17-2021, 10:15 AM Last Post: capablegh |
|
Sent support order status , no responses | RockPro64Newbie | 3 | 6,719 |
01-19-2021, 12:09 PM Last Post: mathygreen |
|
10 bit HEVC support on Rock64? | Bowser | 3 | 6,544 |
01-07-2019, 09:05 AM Last Post: tllim |
|
WiringPi support for Rock64 | CristianM | 1 | 3,271 |
12-26-2018, 08:02 AM Last Post: CristianM |
|
Volumio 2 on Rock64 support | gkkpch | 5 | 12,423 |
12-01-2018, 05:05 PM Last Post: Luke |
|
USB-port powering & CEC support | gonzo | 7 | 10,355 |
08-07-2017, 10:36 AM Last Post: gonzo |