Home
last modified time | relevance | path

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

/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.c593 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()
Dcipher.c715 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 …]
Dspu2.h193 struct spu_request_opts *req_opts,
Dspu.h242 struct spu_request_opts *req_opts,
Dcipher.h378 struct spu_request_opts *req_opts,