| /Linux-v4.19/crypto/ |
| D | chacha20poly1305.c | 99 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_verify_tag() 112 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_copy_tag() 128 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in chacha_decrypt() 162 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail_continue() 179 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail() 212 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipherpad() 242 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipher() 273 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_adpad() 303 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_ad() 327 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_setkey() [all …]
|
| D | seqiv.c | 30 struct aead_request *subreq = aead_request_ctx(req); in seqiv_aead_encrypt_complete2() 59 struct aead_request *subreq = aead_request_ctx(req); in seqiv_aead_encrypt() 121 struct aead_request *subreq = aead_request_ctx(req); in seqiv_aead_decrypt()
|
| D | authenc.c | 125 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_geniv_ahash_done() 146 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_genicv() 205 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_encrypt() 243 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_decrypt_tail() 293 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_decrypt()
|
| D | authencesn.c | 106 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_genicv_tail() 138 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_genicv() 199 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_encrypt() 239 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_decrypt_tail() 288 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_decrypt()
|
| D | echainiv.c | 35 struct aead_request *subreq = aead_request_ctx(req); in echainiv_encrypt() 94 struct aead_request *subreq = aead_request_ctx(req); in echainiv_decrypt()
|
| D | pcrypt.c | 129 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_done() 154 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_encrypt() 196 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_decrypt()
|
| D | gcm.c | 93 return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1); in crypto_gcm_reqctx() 807 struct crypto_rfc4106_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4106_crypt() 1036 struct crypto_rfc4543_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4543_crypt()
|
| D | ccm.c | 69 return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1); in crypto_ccm_reqctx() 666 struct crypto_rfc4309_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4309_crypt()
|
| D | cryptd.c | 961 rctx = aead_request_ctx(req); in cryptd_aead_crypt() 1006 struct cryptd_aead_request_ctx *rctx = aead_request_ctx(req); in cryptd_aead_enqueue()
|
| /Linux-v4.19/drivers/crypto/ |
| D | omap-aes-gcm.c | 51 rctx = aead_request_ctx(dd->aead_req); in omap_aes_gcm_done_task() 238 rctx = aead_request_ctx(dd->aead_req); in omap_aes_gcm_dma_out_callback() 280 rctx = aead_request_ctx(req); in omap_aes_gcm_handle_queue() 307 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_crypt() 341 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_encrypt() 349 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_decrypt() 358 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_4106gcm_encrypt() 369 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_4106gcm_decrypt()
|
| D | atmel-aes.c | 1538 struct atmel_aes_reqctx *rctx = aead_request_ctx(req); in atmel_aes_gcm_start() 1764 rctx = aead_request_ctx(req); in atmel_aes_gcm_crypt() 1994 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_complete() 2004 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_start() 2023 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_init() 2044 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_transfer() 2086 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_digest() 2099 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_final() 2214 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_crypt()
|
| D | ixp4xx_crypto.c | 347 struct aead_ctx *req_ctx = aead_request_ctx(req); in finish_scattered_hmac() 373 struct aead_ctx *req_ctx = aead_request_ctx(req); in one_packet() 994 struct aead_ctx *req_ctx = aead_request_ctx(req); in aead_perform()
|
| D | picoxcell_crypto.c | 326 struct spacc_req *req = aead_request_ctx(areq); in spacc_aead_make_ddts() 549 struct aead_request *subreq = aead_request_ctx(req); in spacc_aead_do_fallback() 648 struct spacc_req *dev_req = aead_request_ctx(req); in spacc_aead_setup()
|
| /Linux-v4.19/drivers/crypto/ccree/ |
| D | cc_aead.c | 210 struct aead_req_ctx *areq_ctx = aead_request_ctx(areq); in cc_aead_complete() 717 struct aead_req_ctx *areq_ctx = aead_request_ctx(areq); in cc_set_assoc_desc() 756 struct aead_req_ctx *areq_ctx = aead_request_ctx(areq); in cc_proc_authen_desc() 821 struct aead_req_ctx *areq_ctx = aead_request_ctx(areq); in cc_proc_cipher_desc() 867 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_proc_digest_desc() 917 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_set_cipher_desc() 959 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_proc_cipher() 1150 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_mlli_to_sram() 1204 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_hmac_authenc() 1257 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_xcbc_authenc() [all …]
|
| D | cc_buffer_mgr.c | 66 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_copy_mac() 569 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_unmap_aead_request() 717 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_aead_chain_iv() 761 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_aead_chain_assoc() 850 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_prepare_aead_data_dlli() 882 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_prepare_aead_data_mlli() 1013 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_aead_chain_data() 1131 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_update_aead_mlli_nents() 1181 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_map_aead_request()
|
| /Linux-v4.19/drivers/crypto/nx/ |
| D | nx-aes-gcm.c | 326 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_crypt() 434 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_encrypt() 444 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_decrypt() 456 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm4106_aes_nx_encrypt() 473 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm4106_aes_nx_decrypt()
|
| D | nx-aes-ccm.c | 495 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in ccm4309_aes_nx_encrypt() 525 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in ccm4309_aes_nx_decrypt()
|
| /Linux-v4.19/include/crypto/internal/ |
| D | aead.h | 68 static inline void *aead_request_ctx(struct aead_request *req) in aead_request_ctx() function
|
| /Linux-v4.19/drivers/crypto/amcc/ |
| D | crypto4xx_alg.c | 354 struct aead_request *subreq = aead_request_ctx(req); in crypto4xx_aead_fallback() 452 struct crypto4xx_aead_reqctx *rctx = aead_request_ctx(req); in crypto4xx_crypt_aes_ccm() 610 struct crypto4xx_aead_reqctx *rctx = aead_request_ctx(req); in crypto4xx_crypt_aes_gcm()
|
| /Linux-v4.19/drivers/crypto/inside-secure/ |
| D | safexcel_cipher.c | 585 struct safexcel_cipher_req *sreq = aead_request_ctx(req); in safexcel_aead_handle_result() 645 struct safexcel_cipher_req *sreq = aead_request_ctx(req); in safexcel_aead_send() 713 struct safexcel_cipher_req *sreq = aead_request_ctx(req); in safexcel_aead_exit_inv() 1131 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_aead_encrypt() 1139 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_aead_decrypt()
|
| /Linux-v4.19/drivers/crypto/chelsio/ |
| D | chcr_algo.c | 205 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_handle_aead_resp() 2187 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_aead_common_exit() 2198 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_aead_common_init() 2245 struct aead_request *subreq = aead_request_ctx(req); in chcr_aead_fallback() 2264 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in create_authenc_wr() 2403 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_aead_dma_map() 2449 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_aead_dma_unmap() 2477 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_add_aead_src_ent() 2511 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_add_aead_dst_ent() 2699 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in generate_b0() [all …]
|
| /Linux-v4.19/drivers/crypto/ccp/ |
| D | ccp-crypto-aes-galois.c | 71 struct ccp_aes_req_ctx *rctx = aead_request_ctx(req); in ccp_aes_gcm_crypt()
|
| /Linux-v4.19/drivers/crypto/axis/ |
| D | artpec6_crypto.c | 1270 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(req); in artpec6_crypto_aead_encrypt() 1291 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(req); in artpec6_crypto_aead_decrypt() 1854 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(areq); in artpec6_crypto_prepare_aead() 2174 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(areq); in artpec6_crypto_complete_aead()
|
| /Linux-v4.19/drivers/crypto/mediatek/ |
| D | mtk-aes.c | 900 struct mtk_aes_reqctx *rctx = aead_request_ctx(req); in mtk_aes_gcm_start() 928 struct mtk_aes_reqctx *rctx = aead_request_ctx(req); in mtk_aes_gcm_crypt()
|
| /Linux-v4.19/drivers/crypto/qat/qat_common/ |
| D | qat_algs.c | 825 struct qat_crypto_request *qat_req = aead_request_ctx(areq); in qat_alg_aead_dec() 867 struct qat_crypto_request *qat_req = aead_request_ctx(areq); in qat_alg_aead_enc()
|