diff options
| -rw-r--r-- | drivers/crypto/ccree/cc_cipher.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/crypto/ccree/cc_cipher.c b/drivers/crypto/ccree/cc_cipher.c index c9a40bc39698..5b58226ea24d 100644 --- a/drivers/crypto/ccree/cc_cipher.c +++ b/drivers/crypto/ccree/cc_cipher.c | |||
| @@ -642,16 +642,8 @@ static void cc_setup_key_desc(struct crypto_tfm *tfm, | |||
| 642 | int direction = req_ctx->gen_ctx.op_type; | 642 | int direction = req_ctx->gen_ctx.op_type; |
| 643 | dma_addr_t key_dma_addr = ctx_p->user.key_dma_addr; | 643 | dma_addr_t key_dma_addr = ctx_p->user.key_dma_addr; |
| 644 | unsigned int key_len = ctx_p->keylen; | 644 | unsigned int key_len = ctx_p->keylen; |
| 645 | unsigned int du_size = nbytes; | ||
| 646 | unsigned int din_size; | 645 | unsigned int din_size; |
| 647 | 646 | ||
| 648 | struct cc_crypto_alg *cc_alg = | ||
| 649 | container_of(tfm->__crt_alg, struct cc_crypto_alg, | ||
| 650 | skcipher_alg.base); | ||
| 651 | |||
| 652 | if (cc_alg->data_unit) | ||
| 653 | du_size = cc_alg->data_unit; | ||
| 654 | |||
| 655 | switch (cipher_mode) { | 647 | switch (cipher_mode) { |
| 656 | case DRV_CIPHER_CBC: | 648 | case DRV_CIPHER_CBC: |
| 657 | case DRV_CIPHER_CBC_CTS: | 649 | case DRV_CIPHER_CBC_CTS: |
