Lines Matching refs:req_opts
680 struct spu_request_opts req_opts; in handle_ahash_req() local
699 memset(&req_opts, 0, sizeof(req_opts)); in handle_ahash_req()
704 req_opts.bd_suppress = true; in handle_ahash_req()
822 &req_opts, &cipher_parms, in handle_ahash_req()
1276 struct spu_request_opts req_opts; in handle_aead_req() local
1294 memset(&req_opts, 0, sizeof(req_opts)); in handle_aead_req()
1298 req_opts.is_inbound = !(rctx->is_encrypt); in handle_aead_req()
1299 req_opts.auth_first = ctx->auth_first; in handle_aead_req()
1300 req_opts.is_aead = true; in handle_aead_req()
1301 req_opts.is_esp = ctx->is_esp; in handle_aead_req()
1416 req_opts.is_rfc4543 = true; in handle_aead_req()
1436 BCM_HDR_LEN, &req_opts, in handle_aead_req()