Searched defs:areq_ctx (Results 1 – 10 of 10) sorted by relevance
| /kernel/linux/linux-6.6/drivers/crypto/ccree/ |
| D | cc_buffer_mgr.c | 55 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(req); in cc_copy_mac() local 289 cc_set_aead_conf_buf(struct device *dev, struct aead_req_ctx *areq_ctx, in cc_set_aead_conf_buf() 315 static int cc_set_hash_buf(struct device *dev, struct ahash_req_ctx *areq_ctx, in cc_set_hash_buf() 459 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(req); in cc_unmap_aead_request() local 549 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(req); in cc_aead_chain_iv() local 589 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(req); in cc_aead_chain_assoc() local 655 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(req); in cc_prepare_aead_data_dlli() local 681 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(req); in cc_prepare_aead_data_mlli() local 793 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(req); in cc_aead_chain_data() local 898 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(req); in cc_update_aead_mlli_nents() local [all …]
|
| D | cc_aead.c | 211 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(areq); in cc_aead_complete() local 726 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(areq); in cc_set_assoc_desc() local 765 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(areq); in cc_proc_authen_desc() local 830 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(areq); in cc_proc_cipher_desc() local 1085 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(req); in cc_proc_header_desc() local 1315 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(req); in validate_data_size() local 1594 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(req); in cc_proc_rfc4309_ccm() local 1882 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(req); in cc_proc_rfc4_gcm() local 1899 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(req); in cc_proc_aead() local 2022 struct aead_req_ctx *areq_ctx = aead_request_ctx_dma(req); in cc_aead_encrypt() local [all …]
|
| D | cc_hash.c | 2162 static void cc_set_desc(struct ahash_req_ctx *areq_ctx, in cc_set_desc()
|
| /kernel/linux/linux-5.10/drivers/crypto/ccree/ |
| D | cc_buffer_mgr.c | 55 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_copy_mac() local 289 cc_set_aead_conf_buf(struct device *dev, struct aead_req_ctx *areq_ctx, in cc_set_aead_conf_buf() 315 static int cc_set_hash_buf(struct device *dev, struct ahash_req_ctx *areq_ctx, in cc_set_hash_buf() 459 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_unmap_aead_request() local 549 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_aead_chain_iv() local 589 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_aead_chain_assoc() local 655 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_prepare_aead_data_dlli() local 681 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_prepare_aead_data_mlli() local 793 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_aead_chain_data() local 898 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_update_aead_mlli_nents() local [all …]
|
| D | cc_aead.c | 211 struct aead_req_ctx *areq_ctx = aead_request_ctx(areq); in cc_aead_complete() local 726 struct aead_req_ctx *areq_ctx = aead_request_ctx(areq); in cc_set_assoc_desc() local 765 struct aead_req_ctx *areq_ctx = aead_request_ctx(areq); in cc_proc_authen_desc() local 830 struct aead_req_ctx *areq_ctx = aead_request_ctx(areq); in cc_proc_cipher_desc() local 1085 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_proc_header_desc() local 1315 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in validate_data_size() local 1594 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_proc_rfc4309_ccm() local 1882 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_proc_rfc4_gcm() local 1899 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_proc_aead() local 2022 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_aead_encrypt() local [all …]
|
| D | cc_hash.c | 2162 static void cc_set_desc(struct ahash_req_ctx *areq_ctx, in cc_set_desc()
|
| /kernel/linux/linux-6.6/crypto/ |
| D | authenc.c | 118 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_geniv_ahash_done() local 139 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_genicv() local 197 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_encrypt() local 235 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_decrypt_tail() local 284 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_decrypt() local
|
| D | authencesn.c | 91 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_genicv_tail() local 122 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_genicv() local 182 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_encrypt() local 222 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_decrypt_tail() local 270 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_decrypt() local
|
| /kernel/linux/linux-5.10/crypto/ |
| D | authenc.c | 118 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_geniv_ahash_done() local 139 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_genicv() local 198 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_encrypt() local 236 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_decrypt_tail() local 286 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_decrypt() local
|
| D | authencesn.c | 91 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_genicv_tail() local 123 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_genicv() local 184 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_encrypt() local 224 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_decrypt_tail() local 273 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_decrypt() local
|