Ciphers: AES, modes: ECB/CBC/CTR/XTS (ARMv8 Crypto Extensions)

modulename: aes-ce-blk.ko

configname: CONFIG_CRYPTO_AES_ARM64_CE_BLK

Linux Kernel Configuration
└─>Cryptographic API
└─>Accelerated Cryptographic Algorithms for CPU (arm64)
└─>Ciphers: AES, modes: ECB/CBC/CTR/XTS (ARMv8 Crypto Extensions)
In linux kernel since version 3.10 (release Date: 2013-06-30)  
Length-preserving ciphers: AES cipher algorithms (FIPS-197)
with block cipher modes:
- ECB (Electronic Codebook) mode (NIST SP800-38A)
- CBC (Cipher Block Chaining) mode (NIST SP800-38A)
- CTR (Counter) mode (NIST SP800-38A)
- XTS (XOR Encrypt XOR with ciphertext stealing) mode (NIST SP800-38E
and IEEE 1619)

Architecture: arm64 using:
- ARMv8 Crypto Extensions