/openbmc/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_algs.c | 101 struct otx_cpt_req_ctx *rctx; in validate_hmac_cipher_null() local 150 struct otx_cpt_req_ctx *rctx; in output_iv_copyback() local 237 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_ctx_hdr() local 307 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_input_list() local 325 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_output_list() local 344 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx_dma(req); in cpt_enc_dec() local 894 struct otx_cpt_req_ctx *rctx = aead_request_ctx_dma(req); in create_aead_ctx_hdr() local 979 struct otx_cpt_req_ctx *rctx = aead_request_ctx_dma(req); in create_hmac_ctx_hdr() local 1005 struct otx_cpt_req_ctx *rctx = aead_request_ctx_dma(req); in create_aead_input_list() local 1022 struct otx_cpt_req_ctx *rctx = aead_request_ctx_dma(req); in create_aead_output_list() local [all …]
|
/openbmc/linux/drivers/crypto/ccp/ |
H A D | ccp-crypto-sha.c | 31 struct ccp_sha_req_ctx *rctx = ahash_request_ctx_dma(req); in ccp_sha_complete() local 63 struct ccp_sha_req_ctx *rctx = ahash_request_ctx_dma(req); in ccp_do_sha_update() local 186 struct ccp_sha_req_ctx *rctx = ahash_request_ctx_dma(req); in ccp_sha_init() local 234 struct ccp_sha_req_ctx *rctx = ahash_request_ctx_dma(req); in ccp_sha_export() local 255 struct ccp_sha_req_ctx *rctx = ahash_request_ctx_dma(req); in ccp_sha_import() local
|
H A D | ccp-crypto-aes.c | 27 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_complete() local 70 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_crypt() local 136 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_rfc3686_complete() local 162 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_rfc3686_crypt() local
|
H A D | ccp-crypto-aes-xts.c | 65 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_xts_complete() local 109 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_aes_xts_crypt() local
|
H A D | ccp-crypto-des3.c | 26 struct ccp_des3_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_des3_complete() local 65 struct ccp_des3_req_ctx *rctx = skcipher_request_ctx_dma(req); in ccp_des3_crypt() local
|
H A D | ccp-crypto-rsa.c | 47 struct ccp_rsa_req_ctx *rctx = akcipher_request_ctx_dma(req); in ccp_rsa_complete() local 68 struct ccp_rsa_req_ctx *rctx = akcipher_request_ctx_dma(req); in ccp_rsa_crypt() local
|
/openbmc/linux/drivers/crypto/ |
H A D | sahara.c | 551 struct sahara_aes_reqctx *rctx = skcipher_request_ctx(req); in sahara_aes_cbc_update_iv() local 568 struct sahara_aes_reqctx *rctx; in sahara_aes_process() local 654 struct sahara_aes_reqctx *rctx = skcipher_request_ctx(req); in sahara_aes_fallback() local 674 struct sahara_aes_reqctx *rctx = skcipher_request_ctx(req); in sahara_aes_crypt() local 752 struct sahara_sha_reqctx *rctx) in sahara_sha_init_hdr() 775 struct sahara_sha_reqctx *rctx, in sahara_sha_hw_links_create() 818 struct sahara_sha_reqctx *rctx, in sahara_sha_hw_data_descriptor_create() 871 struct sahara_sha_reqctx *rctx, in sahara_sha_hw_context_descriptor_create() 892 struct sahara_sha_reqctx *rctx = ahash_request_ctx(req); in sahara_sha_prepare_request() local 950 struct sahara_sha_reqctx *rctx = ahash_request_ctx(req); in sahara_sha_process() local [all …]
|
H A D | atmel-aes.c | 471 const struct atmel_aes_reqctx *rctx) in atmel_aes_set_mode() 489 struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req); in atmel_aes_set_iv_as_last_ciphertext_block() local 532 struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req); in atmel_aes_complete() local 977 struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req); in atmel_aes_start() local 1058 struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req); in atmel_aes_ctr_start() local 1075 struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req); in atmel_aes_xts_fallback() local 1093 struct atmel_aes_reqctx *rctx; in atmel_aes_crypt() local 1509 struct atmel_aes_reqctx *rctx = aead_request_ctx(req); in atmel_aes_gcm_start() local 1724 struct atmel_aes_reqctx *rctx; in atmel_aes_gcm_crypt() local 1816 struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req); in atmel_aes_xts_start() local [all …]
|
H A D | mxs-dcp.c | 226 struct dcp_aes_req_ctx *rctx = skcipher_request_ctx(req); in mxs_dcp_run_aes() local 299 struct dcp_aes_req_ctx *rctx = skcipher_request_ctx(req); in mxs_dcp_aes_block_crypt() local 430 struct dcp_aes_req_ctx *rctx = skcipher_request_ctx(req); in mxs_dcp_block_fallback() local 453 struct dcp_aes_req_ctx *rctx = skcipher_request_ctx(req); in mxs_dcp_aes_enqueue() local 552 struct dcp_sha_req_ctx *rctx = ahash_request_ctx(req); in mxs_dcp_run_sha() local 622 struct dcp_sha_req_ctx *rctx = ahash_request_ctx(req); in dcp_sha_req_to_buf() local 754 struct dcp_sha_req_ctx *rctx = ahash_request_ctx(req); in dcp_sha_update_fx() local 816 struct dcp_sha_req_ctx *rctx = ahash_request_ctx(req); in dcp_sha_import() local
|
H A D | omap-aes.c | 122 struct omap_aes_reqctx *rctx; in omap_aes_write_ctrl() local 207 struct omap_aes_dev *omap_aes_find_dev(struct omap_aes_reqctx *rctx) in omap_aes_find_dev() 432 struct omap_aes_reqctx *rctx = skcipher_request_ctx(req); in omap_aes_prepare_req() local 481 struct omap_aes_reqctx *rctx = skcipher_request_ctx(req); in omap_aes_crypt_req() local 533 struct omap_aes_reqctx *rctx = skcipher_request_ctx(req); in omap_aes_crypt() local
|
H A D | n2_core.c | 314 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_init() local 326 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_update() local 340 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_final() local 353 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_finup() local 537 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_do_async_digest() local 612 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hash_async_digest() local 630 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hmac_async_digest() local 638 struct n2_hash_req_ctx *rctx = ahash_request_ctx(req); in n2_hmac_async_digest() local 851 struct n2_request_context *rctx = skcipher_request_ctx(req); in n2_compute_chunks() local 931 struct n2_request_context *rctx = skcipher_request_ctx(req); in n2_chunk_complete() local [all …]
|
H A D | img-hash.c | 490 struct img_hash_request_ctx *rctx = ahash_request_ctx(req); in img_hash_init() local 553 struct img_hash_request_ctx *rctx = ahash_request_ctx(req); in img_hash_update() local 568 struct img_hash_request_ctx *rctx = ahash_request_ctx(req); in img_hash_final() local 582 struct img_hash_request_ctx *rctx = ahash_request_ctx(req); in img_hash_finup() local 598 struct img_hash_request_ctx *rctx = ahash_request_ctx(req); in img_hash_import() local 611 struct img_hash_request_ctx *rctx = ahash_request_ctx(req); in img_hash_export() local
|
H A D | atmel-tdes.c | 379 struct atmel_tdes_reqctx *rctx = skcipher_request_ctx(dd->req); in atmel_tdes_crypt_pdc() local 422 struct atmel_tdes_reqctx *rctx = skcipher_request_ctx(dd->req); in atmel_tdes_crypt_dma() local 561 struct atmel_tdes_reqctx *rctx = skcipher_request_ctx(req); in atmel_tdes_set_iv_as_last_ciphertext_block() local 579 struct atmel_tdes_reqctx *rctx = skcipher_request_ctx(req); in atmel_tdes_finish_req() local 596 struct atmel_tdes_reqctx *rctx; in atmel_tdes_handle_queue() local 677 struct atmel_tdes_reqctx *rctx = skcipher_request_ctx(req); in atmel_tdes_crypt() local
|
/openbmc/linux/drivers/crypto/amlogic/ |
H A D | amlogic-gxl-cipher.c | 62 struct meson_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in meson_cipher_do_fallback() local 88 struct meson_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in meson_cipher() local 278 struct meson_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in meson_skdecrypt() local 296 struct meson_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in meson_skencrypt() local
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-aes-core.c | 240 static void ocs_aes_init_rctx(struct ocs_aes_rctx *rctx) in ocs_aes_init_rctx() 314 struct ocs_aes_rctx *rctx = skcipher_request_ctx(req); in kmb_ocs_sk_common() local 377 struct ocs_aes_rctx *rctx = skcipher_request_ctx(req); in kmb_ocs_sk_dma_cleanup() local 401 struct ocs_aes_rctx *rctx = skcipher_request_ctx(req); in kmb_ocs_sk_prepare_inplace() local 450 struct ocs_aes_rctx *rctx = skcipher_request_ctx(req); in kmb_ocs_sk_prepare_notinplace() local 517 struct ocs_aes_rctx *rctx = skcipher_request_ctx(req); in kmb_ocs_sk_run() local 641 struct ocs_aes_rctx *rctx = aead_request_ctx(req); in kmb_ocs_aead_common() local 685 struct ocs_aes_rctx *rctx = aead_request_ctx(req); in kmb_ocs_aead_dma_cleanup() local 723 struct ocs_aes_rctx *rctx = aead_request_ctx(req); in kmb_ocs_aead_dma_prepare() local 891 struct ocs_aes_rctx *rctx = aead_request_ctx(req); in kmb_ocs_aead_run() local
|
/openbmc/linux/kernel/events/ |
H A D | callchain.c | 152 struct perf_callchain_entry *get_callchain_entry(int *rctx) in get_callchain_entry() 174 put_callchain_entry(int rctx) in put_callchain_entry() 185 int rctx; in get_perf_callchain() local
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-rsa.c | 92 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_rsa_montgomery_form() local 193 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_rsa_cpu_start() local 274 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_rsa_enc_core() local 316 struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req); in starfive_rsa_enc() local 347 struct starfive_cryp_request_ctx *rctx = akcipher_request_ctx(req); in starfive_rsa_dec() local
|
H A D | jh7110-aes.c | 236 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_aes_hw_init() local 399 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_aes_gcm_write_adata() local 427 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_aes_ccm_write_adata() local 465 struct starfive_cryp_request_ctx *rctx; in starfive_aes_prepare_req() local 572 struct starfive_cryp_request_ctx *rctx = ctx->rctx; in starfive_aes_aead_do_one_req() local
|
/openbmc/linux/crypto/ |
H A D | hctr2.c | 94 struct hctr2_request_ctx *rctx) in hctr2_hashed_tweak() 174 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req); in hctr2_hash_tweak() local 197 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req); in hctr2_hash_message() local 233 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req); in hctr2_finish() local 269 struct hctr2_request_ctx *rctx = skcipher_request_ctx(req); in hctr2_crypt() local
|
H A D | rmd160.c | 258 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_init() local 276 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_update() local 311 struct rmd160_ctx *rctx = shash_desc_ctx(desc); in rmd160_final() local
|
H A D | cryptd.c | 243 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_prepare() local 269 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_complete() local 315 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_enqueue() local 486 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_enqueue() local 502 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_prepare() local 634 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_export() local 742 struct cryptd_aead_request_ctx *rctx; in cryptd_aead_crypt() local 811 struct cryptd_aead_request_ctx *rctx = aead_request_ctx(req); in cryptd_aead_enqueue() local 1036 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_shash_desc() local
|
H A D | adiantum.c | 223 struct adiantum_request_ctx *rctx = skcipher_request_ctx(req); in adiantum_hash_header() local 252 struct adiantum_request_ctx *rctx = skcipher_request_ctx(req); in adiantum_hash_message() local 286 struct adiantum_request_ctx *rctx = skcipher_request_ctx(req); in adiantum_finish() local 325 struct adiantum_request_ctx *rctx = skcipher_request_ctx(req); in adiantum_crypt() local
|
/openbmc/linux/drivers/crypto/cavium/cpt/ |
H A D | cptvf_algs.c | 100 struct cvm_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_ctx_hdr() local 154 struct cvm_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_input_list() local 176 struct cvm_req_ctx *rctx = skcipher_request_ctx_dma(req); in create_output_list() local 196 struct cvm_req_ctx *rctx = skcipher_request_ctx_dma(req); in cvm_enc_dec() local
|
/openbmc/linux/drivers/crypto/qce/ |
H A D | skcipher.c | 31 struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req); in qce_skcipher_done() local 67 struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req); in qce_skcipher_async_req_handle() local 260 struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req); in qce_skcipher_crypt() local
|
H A D | common.c | 151 struct qce_sha_reqctx *rctx = ahash_request_ctx_dma(req); in qce_setup_regs_ahash() local 317 struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req); in qce_setup_regs_skcipher() local 423 struct qce_aead_reqctx *rctx = aead_request_ctx_dma(req); in qce_setup_regs_aead() local
|