Searched refs:req_opts (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/crypto/bcm/ |
H A D | spu2.c | 933 * @req_opts: SPU request message options 946 struct spu_request_opts *req_opts, in spu2_create_request() argument 966 ((req_opts->is_aead && req_opts->is_inbound) ? in spu2_create_request() 983 if (req_opts->is_aead && in spu2_create_request() 990 req_opts->auth_first = req_opts->is_inbound; in spu2_create_request() 993 if (req_opts->is_aead && in spu2_create_request() 996 req_opts->auth_first = !req_opts in spu2_create_request() [all...] |
H A D | spu.c | 577 * @req_opts: SPU request message options 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 in spum_create_request() [all...] |
H A D | spu2.h | 193 struct spu_request_opts *req_opts,
|
H A D | cipher.c | 679 struct spu_request_opts req_opts; in handle_ahash_req() local 698 memset(&req_opts, 0, sizeof(req_opts)); in handle_ahash_req() 703 req_opts.bd_suppress = true; in handle_ahash_req() 821 &req_opts, &cipher_parms, in handle_ahash_req() 1274 struct spu_request_opts req_opts; in handle_aead_req() local 1292 memset(&req_opts, 0, sizeof(req_opts)); in handle_aead_req() 1296 req_opts.is_inbound = !(rctx->is_encrypt); in handle_aead_req() 1297 req_opts in handle_aead_req() [all...] |
H A D | spu.h | 243 struct spu_request_opts *req_opts,
|
H A D | cipher.h | 378 struct spu_request_opts *req_opts,
|