aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/nx/nx-aes-cbc.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/nx/nx-aes-cbc.c')
-rw-r--r--drivers/crypto/nx/nx-aes-cbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/nx/nx-aes-cbc.c b/drivers/crypto/nx/nx-aes-cbc.c
index 7c0237dae02d..a9e76c6c37d8 100644
--- a/drivers/crypto/nx/nx-aes-cbc.c
+++ b/drivers/crypto/nx/nx-aes-cbc.c
@@ -85,7 +85,7 @@ static int cbc_aes_nx_crypt(struct blkcipher_desc *desc,
85 else 85 else
86 NX_CPB_FDM(csbcpb) &= ~NX_FDM_ENDE_ENCRYPT; 86 NX_CPB_FDM(csbcpb) &= ~NX_FDM_ENDE_ENCRYPT;
87 87
88 rc = nx_build_sg_lists(nx_ctx, desc, dst, src, nbytes, 88 rc = nx_build_sg_lists(nx_ctx, desc, dst, src, nbytes, 0,
89 csbcpb->cpb.aes_cbc.iv); 89 csbcpb->cpb.aes_cbc.iv);
90 if (rc) 90 if (rc)
91 goto out; 91 goto out;