aes_s390.cb83bb AES hardware acceleration is only available for 128-bit keys

Explanation

The advanced encryption standard (AES) algorithm includes three modes with 128-bit, 192-bit, and 256-bit keys. Your hardware system only provides hardware acceleration for the 128-bit key mode. The aes_s390 module will use the less performant software fallback algorithm for the 192-bit and 256-bit key modes.

User response

None.

Severity

Informational