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