Home
last modified time | relevance | path

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

/linux/drivers/crypto/bcm/
H A Dspu2.c933 * @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 Dspu.c577 * @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 Dspu2.h193 struct spu_request_opts *req_opts,
H A Dcipher.c679 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 Dspu.h243 struct spu_request_opts *req_opts,
H A Dcipher.h378 struct spu_request_opts *req_opts,