u32 count = 0;
struct scatterlist *sg_src_tmp = sg_src;
struct scatterlist *sg_dst_tmp = sg_dst;
+
in_offset = 0;
out_offset = 0;
struct crypto_ahash *tfm = crypto_ahash_reqtfm(sep->current_hash_req);
struct this_task_ctx *ta_ctx = ahash_request_ctx(sep->current_hash_req);
struct sep_system_ctx *sctx = crypto_ahash_ctx(tfm);
+
dev_dbg(&ta_ctx->sep_used->pdev->dev,
"hash init post op\n");
struct crypto_ahash *tfm = crypto_ahash_reqtfm(sep->current_hash_req);
struct this_task_ctx *ta_ctx = ahash_request_ctx(sep->current_hash_req);
struct sep_system_ctx *sctx = crypto_ahash_ctx(tfm);
+
dev_dbg(&ta_ctx->sep_used->pdev->dev,
"hash update post op\n");
struct crypto_ahash *tfm = crypto_ahash_reqtfm(sep->current_hash_req);
struct sep_system_ctx *sctx = crypto_ahash_ctx(tfm);
struct this_task_ctx *ta_ctx = ahash_request_ctx(sep->current_hash_req);
+
dev_dbg(&ta_ctx->sep_used->pdev->dev,
"hash final post op\n");
struct crypto_ahash *tfm = crypto_ahash_reqtfm(sep->current_hash_req);
struct sep_system_ctx *sctx = crypto_ahash_ctx(tfm);
struct this_task_ctx *ta_ctx = ahash_request_ctx(sep->current_hash_req);
+
dev_dbg(&ta_ctx->sep_used->pdev->dev,
"hash digest post op\n");
int error;
int error1;
struct this_task_ctx *ta_ctx = ahash_request_ctx(req);
+
pr_debug("sep - doing sha1 final\n");
ta_ctx->sep_used = sep_dev;
int error;
int error1;
struct this_task_ctx *ta_ctx = ahash_request_ctx(req);
+
pr_debug("sep - doing sha1 digest\n");
/* Clear out task context */
int error;
int error1;
struct this_task_ctx *ta_ctx = ahash_request_ctx(req);
+
pr_debug("sep - doing sha1 finup\n");
ta_ctx->sep_used = sep_dev;
int error;
int error1;
struct this_task_ctx *ta_ctx = ahash_request_ctx(req);
+
pr_debug("sep - doing md5 init\n");
/* Clear out task context */
int error;
int error1;
struct this_task_ctx *ta_ctx = ahash_request_ctx(req);
+
pr_debug("sep - doing md5 update\n");
ta_ctx->sep_used = sep_dev;
int error;
int error1;
struct this_task_ctx *ta_ctx = ahash_request_ctx(req);
+
pr_debug("sep - doing md5 final\n");
ta_ctx->sep_used = sep_dev;
int error;
int error1;
struct this_task_ctx *ta_ctx = ahash_request_ctx(req);
+
pr_debug("sep - doing sha224 init\n");
/* Clear out task context */
int error;
int error1;
struct this_task_ctx *ta_ctx = ahash_request_ctx(req);
+
pr_debug("sep - doing sha224 update\n");
ta_ctx->sep_used = sep_dev;
int error;
int error1;
struct this_task_ctx *ta_ctx = ahash_request_ctx(req);
+
pr_debug("sep - doing sha224 final\n");
ta_ctx->sep_used = sep_dev;
int error;
int error1;
struct this_task_ctx *ta_ctx = ahash_request_ctx(req);
+
pr_debug("sep - doing sha256 init\n");
/* Clear out task context */
int error;
int error1;
struct this_task_ctx *ta_ctx = ahash_request_ctx(req);
+
pr_debug("sep - doing sha256 update\n");
ta_ctx->sep_used = sep_dev;
int error;
int error1;
struct this_task_ctx *ta_ctx = ahash_request_ctx(req);
+
pr_debug("sep - doing sha256 final\n");
ta_ctx->sep_used = sep_dev;