Does the bananapi W2 support AES NI instructions (hardware encryption acceleration)?

Does this board support AES NI instructions? I read on the A53 documentation that it depends on export licenses.

Could somebody please run the following Linux command line and post the output? I want to see if the flags section includes “aes”.

cat /proc/cpuinfo

Thank you

Hi.

cat /proc/cpuinfo

    processor       : 0
    BogoMIPS        : 54.00
    Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32
    CPU implementer : 0x41
    CPU architecture: 8
    CPU variant     : 0x0
    CPU part        : 0xd03
    CPU revision    : 4

grep aes /proc/cpuinfo

Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32
Features        : fp asimd evtstrm aes pmull sha1 sha2 crc32

lscpu

Architecture:        aarch64
Byte Order:          Little Endian
CPU(s):              4
On-line CPU(s) list: 0-3
Thread(s) per core:  1
Core(s) per socket:  4
Socket(s):           1
Vendor ID:           ARM
Model:               4
Model name:          Cortex-A53
Stepping:            r0p4
CPU max MHz:         1400.0000
CPU min MHz:         300.0000
BogoMIPS:            54.00
L1d cache:           32K
L1i cache:           32K
L2 cache:            1024K
Flags:               fp asimd evtstrm aes pmull sha1 sha2 crc32

Thank you for speedy reply. Great to know the necessary hardware is there!