]> Git Repo - qemu.git/commit
crypto: Redundant type conversion for AES_KEY pointer
authorChen Qun <[email protected]>
Tue, 5 May 2020 08:59:40 +0000 (16:59 +0800)
committerDaniel P. BerrangĂ© <[email protected]>
Thu, 7 May 2020 11:48:41 +0000 (12:48 +0100)
commitccebb5f3735edcbcbf9429b605fcb9399a0dd72c
tree0aa709c49251d077e60a87b71ef82ac38578a060
parent861c50bf5db3c18f5cd74ea929d4e018fdcedc64
crypto: Redundant type conversion for AES_KEY pointer

We can delete the redundant type conversion if
we set the the AES_KEY parameter with 'const' in
qcrypto_cipher_aes_ecb_(en|de)crypt() function.

Reported-by: Euler Robot <[email protected]>
Signed-off-by: Chen Qun <[email protected]>
Signed-off-by: Daniel P. BerrangĂ© <[email protected]>
crypto/cipher-builtin.c
This page took 0.023916 seconds and 4 git commands to generate.