Lines Matching defs:req_opts
932 * @req_opts: SPU request message options
945 struct spu_request_opts *req_opts,
965 ((req_opts->is_aead && req_opts->is_inbound) ?
982 if (req_opts->is_aead &&
989 req_opts->auth_first = req_opts->is_inbound;
992 if (req_opts->is_aead &&
995 req_opts->auth_first = !req_opts->is_inbound;
999 req_opts->is_inbound, req_opts->auth_first);
1002 flow_log(" is_esp: %s\n", req_opts->is_esp ? "yes" : "no");
1032 if ((req_opts->is_rfc4543) ||
1042 if (req_opts->is_rfc4543)
1070 spu2_fmd_ctrl0_write(fmd, req_opts->is_inbound, req_opts->auth_first,
1074 spu2_fmd_ctrl1_write(fmd, req_opts->is_inbound, assoc_size,
1080 !req_opts->bd_suppress, return_md);