Home
last modified time | relevance | path

Searched refs:req_opts (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/bcm/
H A Dspu2.c927 * @req_opts: SPU request message options
940 struct spu_request_opts *req_opts, in spu2_create_request()
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 in spu2_create_request()
939 spu2_create_request(u8 *spu_hdr, struct spu_request_opts *req_opts, struct spu_cipher_parms *cipher_parms, struct spu_hash_parms *hash_parms, struct spu_aead_parms *aead_parms, unsigned int data_size) spu2_create_request() argument
[all...]
H A Dspu.c579 * @req_opts: SPU request message options
589 struct spu_request_opts *req_opts, in spum_create_request()
631 if (req_opts->is_aead && req_opts->is_inbound) in spum_create_request()
634 if (req_opts->is_aead && req_opts->is_inbound) in spum_create_request()
645 req_opts->is_inbound, req_opts->auth_first); in spum_create_request()
684 if (req_opts->is_inbound) in spum_create_request()
686 if (req_opts in spum_create_request()
588 spum_create_request(u8 *spu_hdr, struct spu_request_opts *req_opts, struct spu_cipher_parms *cipher_parms, struct spu_hash_parms *hash_parms, struct spu_aead_parms *aead_parms, unsigned int data_size) spum_create_request() argument
[all...]
H A Dspu2.h193 struct spu_request_opts *req_opts,
H A Dspu.h242 struct spu_request_opts *req_opts,
H A Dcipher.c680 struct spu_request_opts req_opts; in handle_ahash_req() local
699 memset(&req_opts, 0, sizeof(req_opts)); in handle_ahash_req()
704 req_opts.bd_suppress = true; in handle_ahash_req()
822 &req_opts, &cipher_parms, in handle_ahash_req()
1276 struct spu_request_opts req_opts; in handle_aead_req() local
1294 memset(&req_opts, 0, sizeof(req_opts)); in handle_aead_req()
1298 req_opts.is_inbound = !(rctx->is_encrypt); in handle_aead_req()
1299 req_opts in handle_aead_req()
[all...]
H A Dcipher.h380 struct spu_request_opts *req_opts,
/kernel/linux/linux-6.6/drivers/crypto/bcm/
H A Dspu2.c932 * @req_opts: SPU request message options
945 struct spu_request_opts *req_opts, in spu2_create_request()
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 in spu2_create_request()
944 spu2_create_request(u8 *spu_hdr, struct spu_request_opts *req_opts, struct spu_cipher_parms *cipher_parms, struct spu_hash_parms *hash_parms, struct spu_aead_parms *aead_parms, unsigned int data_size) spu2_create_request() argument
[all...]
H A Dspu.c577 * @req_opts: SPU request message options
587 struct spu_request_opts *req_opts, in spum_create_request()
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()
586 spum_create_request(u8 *spu_hdr, struct spu_request_opts *req_opts, struct spu_cipher_parms *cipher_parms, struct spu_hash_parms *hash_parms, struct spu_aead_parms *aead_parms, unsigned int data_size) spum_create_request() argument
[all...]
H A Dspu2.h193 struct spu_request_opts *req_opts,
H A Dspu.h243 struct spu_request_opts *req_opts,
H A Dcipher.c678 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 in handle_aead_req()
[all...]
H A Dcipher.h378 struct spu_request_opts *req_opts,

Completed in 14 milliseconds