| /Linux-v5.4/crypto/ |
| D | chacha20poly1305.c | 76 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in async_done_continue() 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() 158 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail_continue() 175 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail() 204 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipherpad() 233 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipher() 263 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_adpad() 292 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_ad() [all …]
|
| D | seqiv.c | 25 struct aead_request *subreq = aead_request_ctx(req); in seqiv_aead_encrypt_complete2() 54 struct aead_request *subreq = aead_request_ctx(req); in seqiv_aead_encrypt() 115 struct aead_request *subreq = aead_request_ctx(req); in seqiv_aead_decrypt()
|
| D | authenc.c | 128 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_geniv_ahash_done() 149 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_genicv() 208 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_encrypt() 246 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_decrypt_tail() 296 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_decrypt()
|
| D | authencesn.c | 101 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_genicv_tail() 133 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_genicv() 194 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_encrypt() 234 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_decrypt_tail() 283 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_decrypt()
|
| D | echainiv.c | 30 struct aead_request *subreq = aead_request_ctx(req); in echainiv_encrypt() 89 struct aead_request *subreq = aead_request_ctx(req); in echainiv_decrypt()
|
| D | pcrypt.c | 62 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_done() 87 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_encrypt() 129 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_decrypt()
|
| D | essiv.c | 189 struct essiv_aead_request_ctx *rctx = aead_request_ctx(req); in essiv_aead_done() 200 struct essiv_aead_request_ctx *rctx = aead_request_ctx(req); in essiv_aead_crypt() 218 u8 *iv = (u8 *)aead_request_ctx(req) + tctx->ivoffset; in essiv_aead_crypt()
|
| D | simd.c | 324 subreq = aead_request_ctx(req); in simd_aead_encrypt() 345 subreq = aead_request_ctx(req); in simd_aead_decrypt()
|
| D | gcm.c | 90 return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1); in crypto_gcm_reqctx() 763 struct crypto_rfc4106_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4106_crypt() 992 struct crypto_rfc4543_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4543_crypt()
|
| D | ccm.c | 67 return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1); in crypto_ccm_reqctx() 644 struct crypto_rfc4309_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4309_crypt()
|
| D | cryptd.c | 763 rctx = aead_request_ctx(req); in cryptd_aead_crypt() 808 struct cryptd_aead_request_ctx *rctx = aead_request_ctx(req); in cryptd_aead_enqueue()
|
| /Linux-v5.4/drivers/crypto/ |
| D | omap-aes-gcm.c | 47 rctx = aead_request_ctx(dd->aead_req); in omap_aes_gcm_done_task() 234 rctx = aead_request_ctx(dd->aead_req); in omap_aes_gcm_dma_out_callback() 276 rctx = aead_request_ctx(req); in omap_aes_gcm_handle_queue() 303 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_crypt() 337 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_encrypt() 345 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_decrypt() 354 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_4106gcm_encrypt() 365 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_4106gcm_decrypt()
|
| D | atmel-aes.c | 1535 struct atmel_aes_reqctx *rctx = aead_request_ctx(req); in atmel_aes_gcm_start() 1761 rctx = aead_request_ctx(req); in atmel_aes_gcm_crypt() 1991 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_complete() 2001 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_start() 2020 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_init() 2041 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_transfer() 2083 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_digest() 2096 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_final() 2211 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_crypt()
|
| D | ixp4xx_crypto.c | 344 struct aead_ctx *req_ctx = aead_request_ctx(req); in finish_scattered_hmac() 370 struct aead_ctx *req_ctx = aead_request_ctx(req); in one_packet() 987 struct aead_ctx *req_ctx = aead_request_ctx(req); in aead_perform()
|
| /Linux-v5.4/drivers/crypto/ccree/ |
| D | cc_aead.c | 215 struct aead_req_ctx *areq_ctx = aead_request_ctx(areq); in cc_aead_complete() 736 struct aead_req_ctx *areq_ctx = aead_request_ctx(areq); in cc_set_assoc_desc() 775 struct aead_req_ctx *areq_ctx = aead_request_ctx(areq); in cc_proc_authen_desc() 840 struct aead_req_ctx *areq_ctx = aead_request_ctx(areq); in cc_proc_cipher_desc() 886 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_proc_digest_desc() 936 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_set_cipher_desc() 978 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_proc_cipher() 1095 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_proc_header_desc() 1171 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_mlli_to_sram() 1225 struct aead_req_ctx *req_ctx = aead_request_ctx(req); in cc_hmac_authenc() [all …]
|
| D | cc_buffer_mgr.c | 66 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_copy_mac() 497 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_unmap_aead_request() 587 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_aead_chain_iv() 639 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_aead_chain_assoc() 710 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_prepare_aead_data_dlli() 736 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_prepare_aead_data_mlli() 848 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_aead_chain_data() 960 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_update_aead_mlli_nents() 1010 struct aead_req_ctx *areq_ctx = aead_request_ctx(req); in cc_map_aead_request()
|
| /Linux-v5.4/drivers/crypto/cavium/nitrox/ |
| D | nitrox_aead.c | 177 struct nitrox_aead_rctx *rctx = aead_request_ctx(areq); in nitrox_aead_callback() 193 struct nitrox_aead_rctx *rctx = aead_request_ctx(areq); in nitrox_aes_gcm_enc() 224 struct nitrox_aead_rctx *rctx = aead_request_ctx(areq); in nitrox_aes_gcm_dec() 365 struct nitrox_rfc4106_rctx *rctx = aead_request_ctx(areq); in nitrox_rfc4106_set_aead_rctx_sglist() 397 struct nitrox_rfc4106_rctx *rctx = aead_request_ctx(areq); in nitrox_rfc4106_callback() 414 struct nitrox_rfc4106_rctx *rctx = aead_request_ctx(areq); in nitrox_rfc4106_enc() 446 struct nitrox_rfc4106_rctx *rctx = aead_request_ctx(areq); in nitrox_rfc4106_dec()
|
| /Linux-v5.4/drivers/crypto/nx/ |
| D | nx-aes-gcm.c | 314 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_crypt() 422 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_encrypt() 432 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_decrypt() 444 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm4106_aes_nx_encrypt() 461 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm4106_aes_nx_decrypt()
|
| D | nx-aes-ccm.c | 483 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in ccm4309_aes_nx_encrypt() 513 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in ccm4309_aes_nx_decrypt()
|
| /Linux-v5.4/include/crypto/internal/ |
| D | aead.h | 63 static inline void *aead_request_ctx(struct aead_request *req) in aead_request_ctx() function
|
| /Linux-v5.4/drivers/crypto/chelsio/ |
| D | chcr_algo.c | 218 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_handle_aead_resp() 2255 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_aead_common_exit() 2266 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_aead_common_init() 2310 struct aead_request *subreq = aead_request_ctx(req); in chcr_aead_fallback() 2329 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in create_authenc_wr() 2465 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_aead_dma_map() 2511 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_aead_dma_unmap() 2538 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_add_aead_src_ent() 2564 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in chcr_add_aead_dst_ent() 2749 struct chcr_aead_reqctx *reqctx = aead_request_ctx(req); in generate_b0() [all …]
|
| /Linux-v5.4/drivers/crypto/amcc/ |
| D | crypto4xx_alg.c | 365 struct aead_request *subreq = aead_request_ctx(req); in crypto4xx_aead_fallback() 463 struct crypto4xx_aead_reqctx *rctx = aead_request_ctx(req); in crypto4xx_crypt_aes_ccm() 612 struct crypto4xx_aead_reqctx *rctx = aead_request_ctx(req); in crypto4xx_crypt_aes_gcm()
|
| /Linux-v5.4/drivers/crypto/inside-secure/ |
| D | safexcel_cipher.c | 860 struct safexcel_cipher_req *sreq = aead_request_ctx(req); in safexcel_aead_handle_result() 932 struct safexcel_cipher_req *sreq = aead_request_ctx(req); in safexcel_aead_send() 1001 struct safexcel_cipher_req *sreq = aead_request_ctx(req); in safexcel_aead_exit_inv() 1539 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_aead_encrypt() 1546 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_aead_decrypt() 2263 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_ccm_encrypt() 2273 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_ccm_decrypt()
|
| /Linux-v5.4/drivers/crypto/ccp/ |
| D | ccp-crypto-aes-galois.c | 81 struct ccp_aes_req_ctx *rctx = aead_request_ctx(req); in ccp_aes_gcm_crypt()
|
| /Linux-v5.4/drivers/crypto/axis/ |
| D | artpec6_crypto.c | 1266 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(req); in artpec6_crypto_aead_encrypt() 1287 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(req); in artpec6_crypto_aead_decrypt() 1838 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(areq); in artpec6_crypto_prepare_aead() 2192 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(areq); in artpec6_crypto_complete_aead()
|