Does this support AES-NI instructions?
#1
Is there any version of linux that has the following modules? 

module       : aesni_intel
module       : aes_x86_64
#2
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,376 07-17-2021, 10:15 AM
Last Post: capablegh
  Sent support order status , no responses RockPro64Newbie 3 6,003 01-19-2021, 12:09 PM
Last Post: mathygreen
  10 bit HEVC support on Rock64? Bowser 3 5,836 01-07-2019, 09:05 AM
Last Post: tllim
  WiringPi support for Rock64 CristianM 1 2,958 12-26-2018, 08:02 AM
Last Post: CristianM
Exclamation Volumio 2 on Rock64 support gkkpch 5 10,621 12-01-2018, 05:05 PM
Last Post: Luke
  USB-port powering & CEC support gonzo 7 9,047 08-07-2017, 10:36 AM
Last Post: gonzo

Forum Jump:


Users browsing this thread: 1 Guest(s)