Searched refs:h_req (Results 1 – 1 of 1) sorted by relevance
519 struct hpre_asym_request *h_req; in hpre_msg_request_set() local533 h_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_msg_request_set()534 h_req->cb = hpre_rsa_cb; in hpre_msg_request_set()535 h_req->areq.rsa = akreq; in hpre_msg_request_set()536 msg = &h_req->req; in hpre_msg_request_set()547 h_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_msg_request_set()548 h_req->cb = hpre_dh_cb; in hpre_msg_request_set()549 h_req->areq.dh = kreq; in hpre_msg_request_set()550 msg = &h_req->req; in hpre_msg_request_set()559 h_req->ctx = ctx; in hpre_msg_request_set()[all …]