Searched refs:req_opts (Results 1 – 6 of 6) sorted by relevance
/drivers/crypto/bcm/ |
D | spu2.c | 940 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 …]
|
D | spu.c | 593 struct spu_request_opts *req_opts, in spum_create_request() argument 635 if (req_opts->is_aead && req_opts->is_inbound) in spum_create_request() 638 if (req_opts->is_aead && req_opts->is_inbound) in spum_create_request() 649 req_opts->is_inbound, req_opts->auth_first); in spum_create_request() 688 if (req_opts->is_inbound) in spum_create_request() 690 if (req_opts->auth_first) in spum_create_request() 722 if (!req_opts->is_inbound) { in spum_create_request() 738 if (req_opts->bd_suppress) in spum_create_request() 772 if (req_opts->is_rfc4543) { in spum_create_request() 773 if (req_opts->is_inbound) in spum_create_request()
|
D | cipher.c | 715 struct spu_request_opts req_opts; in handle_ahash_req() local 734 memset(&req_opts, 0, sizeof(req_opts)); in handle_ahash_req() 739 req_opts.bd_suppress = true; in handle_ahash_req() 857 &req_opts, &cipher_parms, in handle_ahash_req() 1311 struct spu_request_opts req_opts; in handle_aead_req() local 1329 memset(&req_opts, 0, sizeof(req_opts)); in handle_aead_req() 1333 req_opts.is_inbound = !(rctx->is_encrypt); in handle_aead_req() 1334 req_opts.auth_first = ctx->auth_first; in handle_aead_req() 1335 req_opts.is_aead = true; in handle_aead_req() 1336 req_opts.is_esp = ctx->is_esp; in handle_aead_req() [all …]
|
D | spu2.h | 193 struct spu_request_opts *req_opts,
|
D | spu.h | 242 struct spu_request_opts *req_opts,
|
D | cipher.h | 378 struct spu_request_opts *req_opts,
|