Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / Documentation / kmsg / s390 / aes_s390
1 /*?
2  * Text: "Allocating AES fallback algorithm %s failed\n"
3  * Severity: Error
4  * Parameter:
5  *   @1: algorithm name
6  * Description:
7  * The advanced encryption standard (AES) algorithm includes three modes with
8  * 128-bit, 192-bit, and 256-bit keys. Your hardware system only provides
9  * hardware acceleration for the 128-bit mode. The aes_s390 module failed to
10  * allocate a software fallback for the AES modes that are not supported by the
11  * hardware. A possible reason for this problem is that the aes_generic module
12  * that provides the fallback algorithms is not available.
13  * User action:
14  * Use the 128-bit mode only or ensure that the aes_generic module is available
15  * and loaded and reload the aes_s390 module.
16  */
17
18 /*?
19  * Text: "AES hardware acceleration is only available for 128-bit keys\n"
20  * Severity: Informational
21  * Description:
22  * The advanced encryption standard (AES) algorithm includes three modes with
23  * 128-bit, 192-bit, and 256-bit keys. Your hardware system only provides
24  * hardware acceleration for the 128-bit key mode. The aes_s390 module
25  * will use the less performant software fallback algorithm for the 192-bit
26  * and 256-bit key modes.
27  * User action:
28  * None.
29  */
30