Home
last modified time | relevance | path

Searched refs:req_opts (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/crypto/bcm/
Dspu2.c951 struct spu_request_opts *req_opts, in spu2_create_request() argument
971 ((req_opts->is_aead && req_opts->is_inbound) ? in spu2_create_request()
990 if (req_opts->is_aead && in spu2_create_request()
997 req_opts->auth_first = req_opts->is_inbound; in spu2_create_request()
1000 if (req_opts->is_aead && in spu2_create_request()
1003 req_opts->auth_first = !req_opts->is_inbound; in spu2_create_request()
1007 req_opts->is_inbound, req_opts->auth_first); in spu2_create_request()
1010 flow_log(" is_esp: %s\n", req_opts->is_esp ? "yes" : "no"); in spu2_create_request()
1040 if ((req_opts->is_rfc4543) || in spu2_create_request()
1050 if (req_opts->is_rfc4543) in spu2_create_request()
[all …]
Dspu.c607 struct spu_request_opts *req_opts, in spum_create_request() argument
649 if (req_opts->is_aead && req_opts->is_inbound) in spum_create_request()
652 if (req_opts->is_aead && req_opts->is_inbound) in spum_create_request()
663 req_opts->is_inbound, req_opts->auth_first); in spum_create_request()
702 if (req_opts->is_inbound) in spum_create_request()
704 if (req_opts->auth_first) in spum_create_request()
736 if (!req_opts->is_inbound) { in spum_create_request()
752 if (req_opts->bd_suppress) in spum_create_request()
786 if (req_opts->is_rfc4543) { in spum_create_request()
787 if (req_opts->is_inbound) in spum_create_request()
Dspu2.h204 struct spu_request_opts *req_opts,
Dspu.h253 struct spu_request_opts *req_opts,
Dcipher.c726 struct spu_request_opts req_opts; in handle_ahash_req() local
745 memset(&req_opts, 0, sizeof(req_opts)); in handle_ahash_req()
750 req_opts.bd_suppress = true; in handle_ahash_req()
868 &req_opts, &cipher_parms, in handle_ahash_req()
1322 struct spu_request_opts req_opts; in handle_aead_req() local
1340 memset(&req_opts, 0, sizeof(req_opts)); in handle_aead_req()
1344 req_opts.is_inbound = !(rctx->is_encrypt); in handle_aead_req()
1345 req_opts.auth_first = ctx->auth_first; in handle_aead_req()
1346 req_opts.is_aead = true; in handle_aead_req()
1347 req_opts.is_esp = ctx->is_esp; in handle_aead_req()
[all …]
Dcipher.h391 struct spu_request_opts *req_opts,