Lines Matching defs:resp
432 static void hpre_dh_cb(struct hpre_ctx *ctx, void *resp)
440 ret = hpre_alg_res_post_hf(ctx, resp, (void **)&req);
453 static void hpre_rsa_cb(struct hpre_ctx *ctx, void *resp)
461 ret = hpre_alg_res_post_hf(ctx, resp, (void **)&req);
474 static void hpre_alg_cb(struct hisi_qp *qp, void *resp)
478 struct hpre_sqe *sqe = resp;
486 req->cb(ctx, resp);
1467 static void hpre_ecdh_cb(struct hpre_ctx *ctx, void *resp)
1477 ret = hpre_alg_res_post_hf(ctx, resp, (void **)&req);
1783 static void hpre_curve25519_cb(struct hpre_ctx *ctx, void *resp)
1791 ret = hpre_alg_res_post_hf(ctx, resp, (void **)&req);