/kernel/linux/linux-5.10/drivers/crypto/bcm/ |
H A D | spu2.c | 927 * @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 D | spu.c | 579 * @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 D | spu2.h | 193 struct spu_request_opts *req_opts,
|
H A D | spu.h | 242 struct spu_request_opts *req_opts,
|
H A D | cipher.c | 680 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 D | cipher.h | 380 struct spu_request_opts *req_opts,
|
/kernel/linux/linux-6.6/drivers/crypto/bcm/ |
H A D | spu2.c | 932 * @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 D | spu.c | 577 * @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 D | spu2.h | 193 struct spu_request_opts *req_opts,
|
H A D | spu.h | 243 struct spu_request_opts *req_opts,
|
H A D | cipher.c | 678 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 D | cipher.h | 378 struct spu_request_opts *req_opts,
|