Searched refs:req_opts (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/crypto/bcm/ |
D | spu2.c | 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() [all …]
|
D | spu.c | 587 struct spu_request_opts *req_opts, in spum_create_request() argument 629 if (req_opts->is_aead && req_opts->is_inbound) in spum_create_request() 632 if (req_opts->is_aead && req_opts->is_inbound) in spum_create_request() 643 req_opts->is_inbound, req_opts->auth_first); in spum_create_request() 682 if (req_opts->is_inbound) in spum_create_request() 684 if (req_opts->auth_first) in spum_create_request() 716 if (!req_opts->is_inbound) { in spum_create_request() 732 if (req_opts->bd_suppress) in spum_create_request() 766 if (req_opts->is_rfc4543) { in spum_create_request() 767 if (req_opts->is_inbound) in spum_create_request()
|
D | spu2.h | 193 struct spu_request_opts *req_opts,
|
D | cipher.c | 678 struct spu_request_opts req_opts; in handle_ahash_req() local 697 memset(&req_opts, 0, sizeof(req_opts)); in handle_ahash_req() 702 req_opts.bd_suppress = true; in handle_ahash_req() 820 &req_opts, &cipher_parms, in handle_ahash_req() 1273 struct spu_request_opts req_opts; in handle_aead_req() local 1291 memset(&req_opts, 0, sizeof(req_opts)); in handle_aead_req() 1295 req_opts.is_inbound = !(rctx->is_encrypt); in handle_aead_req() 1296 req_opts.auth_first = ctx->auth_first; in handle_aead_req() 1297 req_opts.is_aead = true; in handle_aead_req() 1298 req_opts.is_esp = ctx->is_esp; in handle_aead_req() [all …]
|
D | spu.h | 243 struct spu_request_opts *req_opts,
|
D | cipher.h | 378 struct spu_request_opts *req_opts,
|