The Libre Computer Renegade RK3328 has hardware AES support. Should it not be listed by `lsmod` if the module is activated?
$ grep aes /proc/cpuinfo
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
Features : fp asimd evtstrm aes pmull sha1 sha2 crc32 cpuid
$ lsmod | grep aes
$
How can one verify that the AES chip is being utilized?
I'm on the Armbian 22.11 Jammy release (Kernel 5.15.y, Release date: Nov 30, 2022).