Lines Matching refs:req_opts
675 struct spu_request_opts req_opts; in handle_ahash_req() local
694 memset(&req_opts, 0, sizeof(req_opts)); in handle_ahash_req()
699 req_opts.bd_suppress = true; in handle_ahash_req()
817 &req_opts, &cipher_parms, in handle_ahash_req()
1268 struct spu_request_opts req_opts; in handle_aead_req() local
1286 memset(&req_opts, 0, sizeof(req_opts)); in handle_aead_req()
1290 req_opts.is_inbound = !(rctx->is_encrypt); in handle_aead_req()
1291 req_opts.auth_first = ctx->auth_first; in handle_aead_req()
1292 req_opts.is_aead = true; in handle_aead_req()
1293 req_opts.is_esp = ctx->is_esp; in handle_aead_req()
1408 req_opts.is_rfc4543 = true; in handle_aead_req()
1428 BCM_HDR_LEN, &req_opts, in handle_aead_req()