Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/bcm/
Dspu2.c940 struct spu_request_opts *req_opts, in spu2_create_request() argument
960 ((req_opts->is_aead && req_opts->is_inbound) ? in spu2_create_request()
979 if (req_opts->is_aead && in spu2_create_request()
986 req_opts->auth_first = req_opts->is_inbound; in spu2_create_request()
989 if (req_opts->is_aead && in spu2_create_request()
992 req_opts->auth_first = !req_opts->is_inbound; in spu2_create_request()
996 req_opts->is_inbound, req_opts->auth_first); in spu2_create_request()
999 flow_log(" is_esp: %s\n", req_opts->is_esp ? "yes" : "no"); in spu2_create_request()
1029 if ((req_opts->is_rfc4543) || in spu2_create_request()
1039 if (req_opts->is_rfc4543) in spu2_create_request()
[all …]
Dspu.c589 struct spu_request_opts *req_opts, in spum_create_request() argument
631 if (req_opts->is_aead && req_opts->is_inbound) in spum_create_request()
634 if (req_opts->is_aead && req_opts->is_inbound) in spum_create_request()
645 req_opts->is_inbound, req_opts->auth_first); in spum_create_request()
684 if (req_opts->is_inbound) in spum_create_request()
686 if (req_opts->auth_first) in spum_create_request()
718 if (!req_opts->is_inbound) { in spum_create_request()
734 if (req_opts->bd_suppress) in spum_create_request()
768 if (req_opts->is_rfc4543) { in spum_create_request()
769 if (req_opts->is_inbound) in spum_create_request()
Dspu2.h193 struct spu_request_opts *req_opts,
Dspu.h242 struct spu_request_opts *req_opts,
Dcipher.c680 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()
[all …]
Dcipher.h380 struct spu_request_opts *req_opts,