Lines Matching refs:req_opts
933 * @req_opts: SPU request message options
946 struct spu_request_opts *req_opts,
966 ((req_opts->is_aead && req_opts->is_inbound) ?
983 if (req_opts->is_aead &&
990 req_opts->auth_first = req_opts->is_inbound;
993 if (req_opts->is_aead &&
996 req_opts->auth_first = !req_opts->is_inbound;
1000 req_opts->is_inbound, req_opts->auth_first);
1003 flow_log(" is_esp: %s\n", str_yes_no(req_opts->is_esp));
1033 if ((req_opts->is_rfc4543) ||
1043 if (req_opts->is_rfc4543)
1071 spu2_fmd_ctrl0_write(fmd, req_opts->is_inbound, req_opts->auth_first,
1075 spu2_fmd_ctrl1_write(fmd, req_opts->is_inbound, assoc_size,
1081 !req_opts->bd_suppress, return_md);