summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
diff options
context:
space:
mode:
authorAntoine Tenart2019-05-27 16:50:53 +0200
committerHerbert Xu2019-06-06 08:38:55 +0200
commitcb9877b8a8fb57f12e9d461cbbd1509074f4ce7a (patch)
tree7e719165fee133e198718cce694992ed0e9e7b88 /drivers/crypto
parentdt-bindings: move Atmel ECC508A I2C crypto processor to trivial-devices (diff)
downloadkernel-qcow2-linux-cb9877b8a8fb57f12e9d461cbbd1509074f4ce7a.tar.gz
kernel-qcow2-linux-cb9877b8a8fb57f12e9d461cbbd1509074f4ce7a.tar.xz
kernel-qcow2-linux-cb9877b8a8fb57f12e9d461cbbd1509074f4ce7a.zip
crypto: inside-secure - remove empty line
Cosmetic patch removing an empty line in the skcipher token creation routine. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
-rw-r--r--drivers/crypto/inside-secure/safexcel_cipher.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/inside-secure/safexcel_cipher.c b/drivers/crypto/inside-secure/safexcel_cipher.c
index de4be10b172f..aca1cdf33362 100644
--- a/drivers/crypto/inside-secure/safexcel_cipher.c
+++ b/drivers/crypto/inside-secure/safexcel_cipher.c
@@ -73,7 +73,6 @@ static void safexcel_skcipher_token(struct safexcel_cipher_ctx *ctx, u8 *iv,
memcpy(cdesc->control_data.token, iv, DES3_EDE_BLOCK_SIZE);
cdesc->control_data.options |= EIP197_OPTION_2_TOKEN_IV_CMD;
break;
-
case SAFEXCEL_AES:
offset = AES_BLOCK_SIZE / sizeof(u32);
memcpy(cdesc->control_data.token, iv, AES_BLOCK_SIZE);