mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
s390/pai_crypto: Rename PAI Crypto event 4210
The PAI crypto event number 4210 is named PCC_COMPUTE_LAST_BLOCK_CMAC_USING_ENCRYPTED_AES_256A According to the z16 and z17 Principle of Operation documents SA22-7832-13 and SA22-7832-14 the event is named PCC_COMPUTE_LAST_BLOCK_CMAC_USING_ENCRYPTED_AES_256 without a trailing 'A'. Adjust this event name. Signed-off-by: Thomas Richter <tmricht@linux.ibm.com> Reviewed-by: Sumanth Korikkar <sumanthk@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
This commit is contained in:
committed by
Alexander Gordeev
parent
b6d0427cfc
commit
4eda260618
@@ -695,7 +695,7 @@ static const char * const paicrypt_ctrnames[] = {
|
||||
[111] = "PCC_COMPUTE_LAST_BLOCK_CMAC_USING_AES_256",
|
||||
[112] = "PCC_COMPUTE_LAST_BLOCK_CMAC_USING_ENCRYPTED_AES_128",
|
||||
[113] = "PCC_COMPUTE_LAST_BLOCK_CMAC_USING_ENCRYPTED_AES_192",
|
||||
[114] = "PCC_COMPUTE_LAST_BLOCK_CMAC_USING_ENCRYPTED_AES_256A",
|
||||
[114] = "PCC_COMPUTE_LAST_BLOCK_CMAC_USING_ENCRYPTED_AES_256",
|
||||
[115] = "PCC_COMPUTE_XTS_PARAMETER_USING_AES_128",
|
||||
[116] = "PCC_COMPUTE_XTS_PARAMETER_USING_AES_256",
|
||||
[117] = "PCC_COMPUTE_XTS_PARAMETER_USING_ENCRYPTED_AES_128",
|
||||
|
||||
Reference in New Issue
Block a user