/Linux-v5.10/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-hash.c | 74 struct sun8i_ss_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ss_hash_init() local 88 struct sun8i_ss_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ss_hash_export() local 100 struct sun8i_ss_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ss_hash_import() local 112 struct sun8i_ss_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ss_hash_final() local 135 struct sun8i_ss_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ss_hash_update() local 150 struct sun8i_ss_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ss_hash_finup() local 175 struct sun8i_ss_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ss_hash_digest_fb() local 199 struct sun8i_ss_hash_reqctx *rctx, in sun8i_ss_run_hash_task() 285 struct sun8i_ss_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ss_hash_digest() local 322 struct sun8i_ss_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ss_hash_run() local
|
D | sun8i-ss-cipher.c | 73 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_cipher_fallback() local 100 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_cipher() local 283 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_skdecrypt() local 304 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ss_skencrypt() local
|
/Linux-v5.10/drivers/crypto/rockchip/ |
D | rk3288_crypto_ahash.c | 50 struct rk_ahash_rctx *rctx = ahash_request_ctx(req); in rk_ahash_reg_init() local 82 struct rk_ahash_rctx *rctx = ahash_request_ctx(req); in rk_ahash_init() local 95 struct rk_ahash_rctx *rctx = ahash_request_ctx(req); in rk_ahash_update() local 110 struct rk_ahash_rctx *rctx = ahash_request_ctx(req); in rk_ahash_final() local 124 struct rk_ahash_rctx *rctx = ahash_request_ctx(req); in rk_ahash_finup() local 141 struct rk_ahash_rctx *rctx = ahash_request_ctx(req); in rk_ahash_import() local 154 struct rk_ahash_rctx *rctx = ahash_request_ctx(req); in rk_ahash_export() local 198 struct rk_ahash_rctx *rctx; in rk_ahash_start() local
|
/Linux-v5.10/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-hash.c | 74 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_init() local 88 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_export() local 100 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_import() local 112 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_final() local 135 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_update() local 150 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_finup() local 175 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_digest_fb() local 220 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_digest() local 254 struct sun8i_ce_hash_reqctx *rctx = ahash_request_ctx(areq); in sun8i_ce_hash_run() local
|
D | sun8i-ce-cipher.c | 56 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_fallback() local 84 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_prepare() local 278 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(breq); in sun8i_ce_cipher_run() local 293 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_cipher_unprepare() local 337 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_skdecrypt() local 356 struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun8i_ce_skencrypt() local
|
/Linux-v5.10/drivers/crypto/ |
D | omap-aes-gcm.c | 46 struct omap_aes_reqctx *rctx; in omap_aes_gcm_done_task() local 185 struct omap_aes_reqctx *rctx; in omap_aes_gcm_dma_out_callback() local 219 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_prepare_req() local 240 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_crypt() local 274 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_encrypt() local 282 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_decrypt() local 291 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_4106gcm_encrypt() local 303 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_4106gcm_decrypt() local 363 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_crypt_req() local
|
D | sahara.c | 555 struct sahara_aes_reqctx *rctx; in sahara_aes_process() local 629 struct sahara_aes_reqctx *rctx = skcipher_request_ctx(req); in sahara_aes_crypt() local 655 struct sahara_aes_reqctx *rctx = skcipher_request_ctx(req); in sahara_aes_ecb_encrypt() local 675 struct sahara_aes_reqctx *rctx = skcipher_request_ctx(req); in sahara_aes_ecb_decrypt() local 695 struct sahara_aes_reqctx *rctx = skcipher_request_ctx(req); in sahara_aes_cbc_encrypt() local 715 struct sahara_aes_reqctx *rctx = skcipher_request_ctx(req); in sahara_aes_cbc_decrypt() local 759 struct sahara_sha_reqctx *rctx) in sahara_sha_init_hdr() 782 struct sahara_sha_reqctx *rctx, in sahara_sha_hw_links_create() 822 struct sahara_sha_reqctx *rctx, in sahara_sha_hw_data_descriptor_create() 875 struct sahara_sha_reqctx *rctx, in sahara_sha_hw_context_descriptor_create() [all …]
|
/Linux-v5.10/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-cipher.c | 349 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_aes_encrypt() local 360 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_aes_decrypt() local 372 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_ecb_aes_encrypt() local 383 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_ecb_aes_decrypt() local 395 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_des_encrypt() local 406 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_des_decrypt() local 418 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_ecb_des_encrypt() local 429 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_ecb_des_decrypt() local 441 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_des3_encrypt() local 452 struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in sun4i_ss_cbc_des3_decrypt() local [all …]
|
/Linux-v5.10/crypto/ |
D | chacha20poly1305.c | 74 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in async_done_continue() local 97 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_verify_tag() local 110 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_copy_tag() local 126 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in chacha_decrypt() local 156 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail_continue() local 173 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail() local 202 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipherpad() local 231 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipher() local 261 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_adpad() local 290 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_ad() local [all …]
|
D | xts.c | 84 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_xor_tweak() local 148 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_cts_done() local 164 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_cts_final() local 203 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_encrypt_done() local 223 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_decrypt_done() local 243 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_init_crypt() local 262 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_encrypt() local 279 struct xts_request_ctx *rctx = skcipher_request_ctx(req); in xts_decrypt() local
|
D | cryptd.c | 244 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_complete() local 259 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_encrypt() local 287 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_decrypt() local 314 struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req); in cryptd_skcipher_enqueue() local 466 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_enqueue() local 481 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_complete() local 497 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_init() local 521 struct cryptd_hash_request_ctx *rctx; in cryptd_hash_update() local 544 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_final() local 565 struct cryptd_hash_request_ctx *rctx = ahash_request_ctx(req); in cryptd_hash_finup() local [all …]
|
D | lrw.c | 145 struct lrw_request_ctx *rctx = skcipher_request_ctx(req); in lrw_xor_tweak() local 213 struct lrw_request_ctx *rctx = skcipher_request_ctx(req); in lrw_crypt_done() local 226 struct lrw_request_ctx *rctx = skcipher_request_ctx(req); in lrw_init_crypt() local 245 struct lrw_request_ctx *rctx = skcipher_request_ctx(req); in lrw_encrypt() local 256 struct lrw_request_ctx *rctx = skcipher_request_ctx(req); in lrw_decrypt() local
|
D | cts.c | 67 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_reqctx_space() local 100 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in cts_cbc_encrypt() local 146 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_encrypt() local 181 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in cts_cbc_decrypt() local 240 struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req); in crypto_cts_decrypt() local
|
D | rmd128.c | 215 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_init() local 232 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_update() local 267 struct rmd128_ctx *rctx = shash_desc_ctx(desc); in rmd128_final() local
|
/Linux-v5.10/drivers/crypto/bcm/ |
D | cipher.c | 134 struct iproc_reqctx_s *rctx, in spu_skcipher_rx_sg_create() 198 struct iproc_reqctx_s *rctx, in spu_skcipher_tx_sg_create() 299 static int handle_skcipher_req(struct iproc_reqctx_s *rctx) in handle_skcipher_req() 470 static void handle_skcipher_resp(struct iproc_reqctx_s *rctx) in handle_skcipher_resp() 528 struct iproc_reqctx_s *rctx, in spu_ahash_rx_sg_create() 580 struct iproc_reqctx_s *rctx, in spu_ahash_tx_sg_create() 654 static int handle_ahash_req(struct iproc_reqctx_s *rctx) in handle_ahash_req() 945 static int ahash_req_done(struct iproc_reqctx_s *rctx) in ahash_req_done() 995 static void handle_ahash_resp(struct iproc_reqctx_s *rctx) in handle_ahash_resp() 1046 struct iproc_reqctx_s *rctx, in spu_aead_rx_sg_create() [all …]
|
/Linux-v5.10/drivers/crypto/qce/ |
D | sha.c | 35 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_done() local 72 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_async_req_handle() local 127 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_init() local 143 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_export() local 174 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_import_common() local 207 struct qce_sha_reqctx *rctx; in qce_ahash_import() local 238 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_update() local 311 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_final() local 338 struct qce_sha_reqctx *rctx = ahash_request_ctx(req); in qce_ahash_digest() local
|
/Linux-v5.10/drivers/crypto/cavium/nitrox/ |
D | nitrox_aead.c | 152 static int nitrox_set_creq(struct nitrox_aead_rctx *rctx) in nitrox_set_creq() 194 struct nitrox_aead_rctx *rctx = aead_request_ctx(areq); in nitrox_aead_callback() local 218 struct nitrox_aead_rctx *rctx = aead_request_ctx(areq); in nitrox_aes_gcm_enc() local 252 struct nitrox_aead_rctx *rctx = aead_request_ctx(areq); in nitrox_aes_gcm_dec() local 396 struct nitrox_rfc4106_rctx *rctx = aead_request_ctx(areq); in nitrox_rfc4106_set_aead_rctx_sglist() local 428 struct nitrox_rfc4106_rctx *rctx = aead_request_ctx(areq); in nitrox_rfc4106_callback() local 445 struct nitrox_rfc4106_rctx *rctx = aead_request_ctx(areq); in nitrox_rfc4106_enc() local 477 struct nitrox_rfc4106_rctx *rctx = aead_request_ctx(areq); in nitrox_rfc4106_dec() local
|
/Linux-v5.10/drivers/crypto/stm32/ |
D | stm32-hash.c | 253 struct stm32_hash_request_ctx *rctx = ahash_request_ctx(hdev->req); in stm32_hash_write_ctrl() local 296 static void stm32_hash_append_sg(struct stm32_hash_request_ctx *rctx) in stm32_hash_append_sg() 381 struct stm32_hash_request_ctx *rctx = ahash_request_ctx(hdev->req); in stm32_hash_update_cpu() local 479 struct stm32_hash_request_ctx *rctx = ahash_request_ctx(hdev->req); in stm32_hash_hmac_dma_send() local 544 struct stm32_hash_request_ctx *rctx = ahash_request_ctx(hdev->req); in stm32_hash_dma_send() local 685 struct stm32_hash_request_ctx *rctx = ahash_request_ctx(req); in stm32_hash_init() local 734 struct stm32_hash_request_ctx *rctx = ahash_request_ctx(req); in stm32_hash_final_req() local 751 struct stm32_hash_request_ctx *rctx = ahash_request_ctx(req); in stm32_hash_copy_hash() local 779 struct stm32_hash_request_ctx *rctx = ahash_request_ctx(req); in stm32_hash_finish() local 791 struct stm32_hash_request_ctx *rctx = ahash_request_ctx(req); in stm32_hash_finish_req() local [all …]
|
/Linux-v5.10/drivers/crypto/ccp/ |
D | ccp-crypto-aes-cmac.c | 28 struct ccp_aes_cmac_req_ctx *rctx = ahash_request_ctx(req); in ccp_aes_cmac_complete() local 60 struct ccp_aes_cmac_req_ctx *rctx = ahash_request_ctx(req); in ccp_do_cmac_update() local 185 struct ccp_aes_cmac_req_ctx *rctx = ahash_request_ctx(req); in ccp_aes_cmac_init() local 222 struct ccp_aes_cmac_req_ctx *rctx = ahash_request_ctx(req); in ccp_aes_cmac_export() local 241 struct ccp_aes_cmac_req_ctx *rctx = ahash_request_ctx(req); in ccp_aes_cmac_import() local
|
D | ccp-crypto-sha.c | 30 struct ccp_sha_req_ctx *rctx = ahash_request_ctx(req); in ccp_sha_complete() local 62 struct ccp_sha_req_ctx *rctx = ahash_request_ctx(req); in ccp_do_sha_update() local 185 struct ccp_sha_req_ctx *rctx = ahash_request_ctx(req); in ccp_sha_init() local 233 struct ccp_sha_req_ctx *rctx = ahash_request_ctx(req); in ccp_sha_export() local 254 struct ccp_sha_req_ctx *rctx = ahash_request_ctx(req); in ccp_sha_import() local
|
D | ccp-crypto-aes.c | 26 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx(req); in ccp_aes_complete() local 69 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx(req); in ccp_aes_crypt() local 138 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx(req); in ccp_aes_rfc3686_complete() local 164 struct ccp_aes_req_ctx *rctx = skcipher_request_ctx(req); in ccp_aes_rfc3686_crypt() local
|
/Linux-v5.10/drivers/crypto/nx/ |
D | nx-aes-gcm.c | 312 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_crypt() local 418 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_encrypt() local 428 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_decrypt() local 440 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm4106_aes_nx_encrypt() local 457 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm4106_aes_nx_decrypt() local
|
/Linux-v5.10/drivers/crypto/marvell/octeontx/ |
D | otx_cptvf_algs.c | 99 struct otx_cpt_req_ctx *rctx; in validate_hmac_cipher_null() local 148 struct otx_cpt_req_ctx *rctx; in output_iv_copyback() local 235 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx(req); in create_ctx_hdr() local 305 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx(req); in create_input_list() local 323 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx(req); in create_output_list() local 342 struct otx_cpt_req_ctx *rctx = skcipher_request_ctx(req); in cpt_enc_dec() local 967 struct otx_cpt_req_ctx *rctx = aead_request_ctx(req); in create_aead_ctx_hdr() local 1052 struct otx_cpt_req_ctx *rctx = aead_request_ctx(req); in create_hmac_ctx_hdr() local 1078 struct otx_cpt_req_ctx *rctx = aead_request_ctx(req); in create_aead_input_list() local 1095 struct otx_cpt_req_ctx *rctx = aead_request_ctx(req); in create_aead_output_list() local [all …]
|
/Linux-v5.10/drivers/crypto/amlogic/ |
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 277 struct meson_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in meson_skdecrypt() local 295 struct meson_cipher_req_ctx *rctx = skcipher_request_ctx(areq); in meson_skencrypt() local
|
/Linux-v5.10/kernel/events/ |
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
|