aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx-aes-ctr.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/nx/nx-aes-ctr.c')
-rw-r--r--drivers/crypto/nx/nx-aes-ctr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/nx/nx-aes-ctr.c b/drivers/crypto/nx/nx-aes-ctr.c
index 762611b883cb..80dee8d58659 100644
--- a/drivers/crypto/nx/nx-aes-ctr.c
+++ b/drivers/crypto/nx/nx-aes-ctr.c
@@ -98,7 +98,7 @@ static int ctr_aes_nx_crypt(struct blkcipher_desc *desc,
98 goto out; 98 goto out;
99 } 99 }
100 100
101 rc = nx_build_sg_lists(nx_ctx, desc, dst, src, nbytes, 101 rc = nx_build_sg_lists(nx_ctx, desc, dst, src, nbytes, 0,
102 csbcpb->cpb.aes_ctr.iv); 102 csbcpb->cpb.aes_ctr.iv);
103 if (rc) 103 if (rc)
104 goto out; 104 goto out;