Searched refs:crypto_aead_ctx (Results 1 – 14 of 14) sorted by relevance
37 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aes_gcm_setkey()61 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aead_setauthsize()216 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aes_gcm_enc()250 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aes_gcm_dec()283 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aead_init()308 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_gcm_common_init()343 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_aead_exit()362 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_rfc4106_setkey()443 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx(aead); in nitrox_rfc4106_enc()
85 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); in crypto_authenc_setkey()149 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); in crypto_authenc_genicv()191 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); in crypto_authenc_encrypt()233 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); in crypto_authenc_decrypt_tail()283 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(authenc); in crypto_authenc_decrypt()308 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(tfm); in crypto_authenc_init_tfm()344 struct crypto_authenc_ctx *ctx = crypto_aead_ctx(tfm); in crypto_authenc_exit_tfm()
87 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_setkey()170 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_auth()285 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_encrypt()344 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(aead); in crypto_ccm_decrypt()393 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(tfm); in crypto_ccm_init_tfm()427 struct crypto_ccm_ctx *ctx = crypto_aead_ctx(tfm); in crypto_ccm_exit_tfm()566 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(parent); in crypto_rfc4309_setkey()584 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(parent); in crypto_rfc4309_setauthsize()603 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(aead); in crypto_rfc4309_crypt()666 struct crypto_rfc4309_ctx *ctx = crypto_aead_ctx(tfm); in crypto_rfc4309_init_tfm()[all …]
96 struct essiv_tfm_ctx *tctx = crypto_aead_ctx(tfm); in essiv_aead_setkey()129 struct essiv_tfm_ctx *tctx = crypto_aead_ctx(tfm); in essiv_aead_setauthsize()186 const struct essiv_tfm_ctx *tctx = crypto_aead_ctx(tfm); in essiv_aead_crypt()324 struct essiv_tfm_ctx *tctx = crypto_aead_ctx(tfm); in essiv_aead_init_tfm()364 struct essiv_tfm_ctx *tctx = crypto_aead_ctx(tfm); in essiv_aead_exit_tfm()
50 struct aead_geniv_ctx *ctx = crypto_aead_ctx(geniv); in seqiv_aead_encrypt()102 struct aead_geniv_ctx *ctx = crypto_aead_ctx(geniv); in seqiv_aead_decrypt()
33 struct sm4_ctx *ctx = crypto_aead_ctx(tfm); in ccm_setkey()93 struct sm4_ctx *ctx = crypto_aead_ctx(aead); in ccm_calculate_auth_mac()194 struct sm4_ctx *ctx = crypto_aead_ctx(aead); in ccm_encrypt()222 struct sm4_ctx *ctx = crypto_aead_ctx(aead); in ccm_decrypt()
46 struct sm4_gcm_ctx *ctx = crypto_aead_ctx(tfm); in gcm_setkey()74 struct sm4_gcm_ctx *ctx = crypto_aead_ctx(aead); in gcm_calculate_auth_mac()138 struct sm4_gcm_ctx *ctx = crypto_aead_ctx(aead); in gcm_crypt()
140 struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_aead_ctx(aead); in zynqmp_aes_aead_cipher()244 struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_aead_ctx(aead); in versal_aes_aead_cipher()586 struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_aead_ctx(aead); in xilinx_aes_fallback_crypt()601 struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_aead_ctx(aead); in zynqmp_aes_aead_encrypt()626 struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_aead_ctx(aead); in versal_aes_aead_encrypt()651 struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_aead_ctx(aead); in zynqmp_aes_aead_decrypt()691 struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_aead_ctx(aead); in versal_aes_aead_decrypt()
639 crypto_aead_ctx(crypto_aead_reqtfm(req)); in starfive_aes_aead_do_one_req()723 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm); in starfive_aes_aead_init_tfm()744 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm); in starfive_aes_aead_exit_tfm()812 crypto_aead_ctx(crypto_aead_reqtfm(req)); in starfive_aes_aead_do_fallback()829 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in starfive_aes_aead_crypt()877 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm); in starfive_aes_aead_setkey()896 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm); in starfive_aes_gcm_setauthsize()909 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm); in starfive_aes_ccm_setauthsize()
37 static inline void *crypto_aead_ctx(struct crypto_aead *tfm) in crypto_aead_ctx() function
1528 ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in atmel_aes_gcm_crypt()1541 struct atmel_aes_base_ctx *ctx = crypto_aead_ctx(tfm); in atmel_aes_gcm_setkey()1572 struct atmel_aes_gcm_ctx *ctx = crypto_aead_ctx(tfm); in atmel_aes_gcm_init()1781 struct atmel_aes_authenc_ctx *ctx = crypto_aead_ctx(tfm); in atmel_aes_authenc_start()1902 struct atmel_aes_authenc_ctx *ctx = crypto_aead_ctx(tfm); in atmel_aes_authenc_setkey()1936 struct atmel_aes_authenc_ctx *ctx = crypto_aead_ctx(tfm); in atmel_aes_authenc_init_tfm()1983 struct atmel_aes_authenc_ctx *ctx = crypto_aead_ctx(tfm); in atmel_aes_authenc_exit_tfm()1993 struct atmel_aes_base_ctx *ctx = crypto_aead_ctx(tfm); in atmel_aes_authenc_crypt()
967 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_setkey()1000 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_des3_setkey()1067 struct talitos_ctx *ctx = crypto_aead_ctx(aead); in ipsec_esp_unmap()1276 struct talitos_ctx *ctx = crypto_aead_ctx(aead); in ipsec_esp()1494 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_edesc_alloc()1507 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_encrypt()1525 struct talitos_ctx *ctx = crypto_aead_ctx(authenc); in aead_decrypt()3152 struct talitos_ctx *ctx = crypto_aead_ctx(tfm); in talitos_cra_init_aead()
1201 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_ccm_do_one_req()1279 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_gcm_do_one_req()1367 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_aead_cra_init()1426 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_aead_crypt()1447 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_aead_setkey()
412 geniv_ctx = crypto_aead_ctx(aead); in mlx5e_ipsec_build_accel_xfrm_attrs()