Searched refs:h_req (Results 1 – 1 of 1) sorted by relevance
516 struct hpre_asym_request *h_req; in hpre_msg_request_set() local530 h_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_msg_request_set()531 h_req->cb = hpre_rsa_cb; in hpre_msg_request_set()532 h_req->areq.rsa = akreq; in hpre_msg_request_set()533 msg = &h_req->req; in hpre_msg_request_set()544 h_req = PTR_ALIGN(tmp, hpre_align_sz()); in hpre_msg_request_set()545 h_req->cb = hpre_dh_cb; in hpre_msg_request_set()546 h_req->areq.dh = kreq; in hpre_msg_request_set()547 msg = &h_req->req; in hpre_msg_request_set()556 h_req->ctx = ctx; in hpre_msg_request_set()[all …]