Home
last modified time | relevance | path

Searched refs:aead_request_ctx (Results 1 – 25 of 32) sorted by relevance

12

/linux/crypto/
A Dchacha20poly1305.c74 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in async_done_continue()
97 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_verify_tag()
110 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_copy_tag()
126 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in chacha_decrypt()
156 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail_continue()
173 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_tail()
202 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipherpad()
231 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_cipher()
261 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_adpad()
290 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_ad()
[all …]
A Dseqiv.c23 struct aead_request *subreq = aead_request_ctx(req); in seqiv_aead_encrypt_complete2()
51 struct aead_request *subreq = aead_request_ctx(req); in seqiv_aead_encrypt()
112 struct aead_request *subreq = aead_request_ctx(req); in seqiv_aead_decrypt()
A Dauthenc.c118 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_geniv_ahash_done()
139 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_genicv()
194 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_encrypt()
232 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_decrypt_tail()
281 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_decrypt()
A Dauthencesn.c90 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_genicv_tail()
119 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_genicv()
178 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_encrypt()
218 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_decrypt_tail()
265 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_decrypt()
A Dechainiv.c30 struct aead_request *subreq = aead_request_ctx(req); in echainiv_encrypt()
89 struct aead_request *subreq = aead_request_ctx(req); in echainiv_decrypt()
A Dpcrypt.c69 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_done()
95 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_encrypt()
144 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_decrypt()
A Dessiv.c172 struct essiv_aead_request_ctx *rctx = aead_request_ctx(req); in essiv_aead_done()
187 struct essiv_aead_request_ctx *rctx = aead_request_ctx(req); in essiv_aead_crypt()
205 u8 *iv = (u8 *)aead_request_ctx(req) + tctx->ivoffset; in essiv_aead_crypt()
A Dsimd.c295 subreq = aead_request_ctx(req); in simd_aead_encrypt()
316 subreq = aead_request_ctx(req); in simd_aead_decrypt()
A Dgcm.c89 return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1); in crypto_gcm_reqctx()
720 struct crypto_rfc4106_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4106_crypt()
928 struct crypto_rfc4543_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4543_crypt()
A Dccm.c67 return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1); in crypto_ccm_reqctx()
604 struct crypto_rfc4309_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4309_crypt()
A Dcryptd.c748 rctx = aead_request_ctx(req); in cryptd_aead_crypt()
811 struct cryptd_aead_request_ctx *rctx = aead_request_ctx(req); in cryptd_aead_enqueue()
/linux/drivers/crypto/
A Domap-aes-gcm.c53 rctx = aead_request_ctx(dd->aead_req); in omap_aes_gcm_done_task()
197 rctx = aead_request_ctx(dd->aead_req); in omap_aes_gcm_dma_out_callback()
221 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_prepare_req()
241 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_crypt()
275 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_encrypt()
283 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_decrypt()
292 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_4106gcm_encrypt()
304 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_4106gcm_decrypt()
364 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_crypt_req()
A Datmel-aes.c1316 struct atmel_aes_reqctx *rctx = aead_request_ctx(req); in atmel_aes_gcm_start()
1537 rctx = aead_request_ctx(req); in atmel_aes_gcm_crypt()
1773 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_complete()
1783 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_start()
1802 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_init()
1823 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_transfer()
1865 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_digest()
1878 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_final()
1995 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_crypt()
/linux/drivers/crypto/xilinx/
A Dzynqmp-aes-gcm.c81 struct zynqmp_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_aes_aead_cipher()
181 struct zynqmp_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_fallback_check()
211 struct zynqmp_aead_req_ctx *rq_ctx = aead_request_ctx(areq); in zynqmp_handle_aes_req()
212 struct aead_request *subreq = aead_request_ctx(req); in zynqmp_handle_aes_req()
289 struct zynqmp_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_aes_aead_encrypt()
302 struct zynqmp_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_aes_aead_decrypt()
/linux/include/crypto/internal/
A Daead.h68 static inline void *aead_request_ctx(struct aead_request *req) in aead_request_ctx() function
80 return PTR_ALIGN(aead_request_ctx(req), align); in aead_request_ctx_dma()
/linux/drivers/crypto/nx/
A Dnx-aes-gcm.c312 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_crypt()
418 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_encrypt()
428 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_decrypt()
440 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm4106_aes_nx_encrypt()
457 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm4106_aes_nx_decrypt()
A Dnx-aes-ccm.c480 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in ccm4309_aes_nx_encrypt()
504 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in ccm4309_aes_nx_decrypt()
/linux/drivers/crypto/cavium/nitrox/
A Dnitrox_aead.c193 struct nitrox_aead_rctx *rctx = aead_request_ctx(areq); in nitrox_aead_callback()
217 struct nitrox_aead_rctx *rctx = aead_request_ctx(areq); in nitrox_aes_gcm_enc()
251 struct nitrox_aead_rctx *rctx = aead_request_ctx(areq); in nitrox_aes_gcm_dec()
476 struct nitrox_rfc4106_rctx *rctx = aead_request_ctx(areq); in nitrox_rfc4106_dec()
/linux/drivers/crypto/inside-secure/
A Dsafexcel_cipher.c1005 struct safexcel_cipher_req *sreq = aead_request_ctx(req); in safexcel_aead_handle_result()
1077 struct safexcel_cipher_req *sreq = aead_request_ctx(req); in safexcel_aead_send()
1145 struct safexcel_cipher_req *sreq = aead_request_ctx(req); in safexcel_aead_exit_inv()
1630 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_aead_encrypt()
1637 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_aead_decrypt()
2685 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_ccm_encrypt()
2695 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_ccm_decrypt()
2824 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_aead_chachapoly_crypt()
2828 struct aead_request *subreq = aead_request_ctx(req); in safexcel_aead_chachapoly_crypt()
3253 struct aead_request *subreq = aead_request_ctx(req); in safexcel_aead_fallback_crypt()
[all …]
/linux/drivers/crypto/amcc/
A Dcrypto4xx_alg.c340 struct aead_request *subreq = aead_request_ctx(req); in crypto4xx_aead_fallback()
430 struct crypto4xx_aead_reqctx *rctx = aead_request_ctx(req); in crypto4xx_crypt_aes_ccm()
577 struct crypto4xx_aead_reqctx *rctx = aead_request_ctx(req); in crypto4xx_crypt_aes_gcm()
/linux/drivers/crypto/intel/keembay/
A Dkeembay-ocs-aes-core.c641 struct ocs_aes_rctx *rctx = aead_request_ctx(req); in kmb_ocs_aead_common()
646 struct aead_request *subreq = aead_request_ctx(req); in kmb_ocs_aead_common()
685 struct ocs_aes_rctx *rctx = aead_request_ctx(req); in kmb_ocs_aead_dma_cleanup()
723 struct ocs_aes_rctx *rctx = aead_request_ctx(req); in kmb_ocs_aead_dma_prepare()
891 struct ocs_aes_rctx *rctx = aead_request_ctx(req); in kmb_ocs_aead_run()
/linux/drivers/crypto/intel/ixp4xx/
A Dixp4xx_crypto.c354 struct aead_ctx *req_ctx = aead_request_ctx(req); in finish_scattered_hmac()
380 struct aead_ctx *req_ctx = aead_request_ctx(req); in one_packet()
1099 struct aead_ctx *req_ctx = aead_request_ctx(req); in aead_perform()
/linux/drivers/crypto/axis/
A Dartpec6_crypto.c1265 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(req); in artpec6_crypto_aead_encrypt()
1286 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(req); in artpec6_crypto_aead_decrypt()
1837 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(areq); in artpec6_crypto_prepare_aead()
2191 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(areq); in artpec6_crypto_complete_aead()
/linux/drivers/crypto/starfive/
A Djh7110-aes.c644 struct starfive_cryp_request_ctx *rctx = aead_request_ctx(req); in starfive_aes_aead_do_one_req()
812 struct aead_request *subreq = aead_request_ctx(req); in starfive_aes_aead_do_fallback()
/linux/drivers/crypto/tegra/
A Dtegra-se-aes.c1142 struct tegra_aead_reqctx *rctx = aead_request_ctx(req); in tegra_ccm_do_one_req()
1215 struct tegra_aead_reqctx *rctx = aead_request_ctx(req); in tegra_gcm_do_one_req()
1360 struct tegra_aead_reqctx *rctx = aead_request_ctx(req); in tegra_aead_crypt()

Completed in 69 milliseconds

12