Searched refs:h_req (Results 1 – 1 of 1) sorted by relevance
510 struct hpre_asym_request *h_req; in hpre_msg_request_set() local524 h_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_msg_request_set()525 h_req->cb = hpre_rsa_cb; in hpre_msg_request_set()526 h_req->areq.rsa = akreq; in hpre_msg_request_set()527 msg = &h_req->req; in hpre_msg_request_set()538 h_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_msg_request_set()539 h_req->cb = hpre_dh_cb; in hpre_msg_request_set()540 h_req->areq.dh = kreq; in hpre_msg_request_set()541 msg = &h_req->req; in hpre_msg_request_set()550 h_req->ctx = ctx; in hpre_msg_request_set()[all …]