AES (Advanced Encryption Standard).
AES is an encryption standard based on Rijndael algorithm, a symmetric block cipher that can process data blocks of 128 bits. The key length is either 128, 192 or 256 bits.
Refer to FIPS 197 for more details.
Definition in file lcx_aes.h.