Home | History | Annotate | Download | only in qat

Lines Matching defs:auth_req

729 	struct fw_la_auth_req_params *auth_req;
778 auth_req = (struct fw_la_auth_req_params *)
787 auth_req->next_id = next_slice;
788 auth_req->curr_id = FW_SLICE_AUTH;
790 auth_req->auth_res_address = icv_paddr;
791 auth_req->auth_res_sz = 0; /* no digest verify */
793 auth_req->auth_len = crda->crd_len;
794 auth_req->auth_off = crda->crd_skip;
796 auth_req->hash_state_sz = 0;
797 auth_req->u1.prefix_addr = desc->qcd_hash_state_paddr +
800 auth_req->u.resrvd = 0;