Lines Matching refs:ctx
79 struct qce_sha_ctx *ctx = crypto_tfm_ctx(async_req->tfm);
86 rctx->authkey = ctx->authkey;
89 rctx->authkey = ctx->authkey;
333 struct qce_sha_ctx *ctx = crypto_tfm_ctx(&tfm->base);
344 memset(ctx->authkey, 0, sizeof(ctx->authkey));
347 memcpy(ctx->authkey, key, keylen);
381 ahash_request_set_crypt(req, &sg, ctx->authkey, keylen);
396 struct qce_sha_ctx *ctx = crypto_tfm_ctx(tfm);
399 memset(ctx, 0, sizeof(*ctx));