|
@@ -730,12 +730,6 @@ static int cc_cipher_process(struct skcipher_request *req,
|
|
|
cc_req.user_cb = (void *)cc_cipher_complete;
|
|
|
cc_req.user_arg = (void *)req;
|
|
|
|
|
|
-#ifdef ENABLE_CYCLE_COUNT
|
|
|
- cc_req.op_type = (direction == DRV_CRYPTO_DIRECTION_DECRYPT) ?
|
|
|
- STAT_OP_TYPE_DECODE : STAT_OP_TYPE_ENCODE;
|
|
|
-
|
|
|
-#endif
|
|
|
-
|
|
|
/* Setup request context */
|
|
|
req_ctx->gen_ctx.op_type = direction;
|
|
|
|