|
@@ -95,6 +95,7 @@ static int cbc_aes_nx_crypt(struct blkcipher_desc *desc,
|
|
|
if (rc)
|
|
if (rc)
|
|
|
goto out;
|
|
goto out;
|
|
|
|
|
|
|
|
|
|
+ memcpy(desc->info, csbcpb->cpb.aes_cbc.cv, AES_BLOCK_SIZE);
|
|
|
atomic_inc(&(nx_ctx->stats->aes_ops));
|
|
atomic_inc(&(nx_ctx->stats->aes_ops));
|
|
|
atomic64_add(csbcpb->csb.processed_byte_count,
|
|
atomic64_add(csbcpb->csb.processed_byte_count,
|
|
|
&(nx_ctx->stats->aes_bytes));
|
|
&(nx_ctx->stats->aes_bytes));
|