Home
last modified time | relevance | path

Searched refs:crypto_aead_ctx (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c37 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()
/linux/crypto/
H A Dauthenc.c85 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()
H A Dauthencesn.c59 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); in crypto_authenc_esn_setkey()
118 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); in crypto_authenc_esn_genicv()
163 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); in crypto_authenc_esn_encrypt()
203 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); in crypto_authenc_esn_decrypt_tail()
257 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(authenc_esn); in crypto_authenc_esn_decrypt()
313 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(tfm); in crypto_authenc_esn_init_tfm()
351 struct crypto_authenc_esn_ctx *ctx = crypto_aead_ctx(tfm); in crypto_authenc_esn_exit_tfm()
H A Dessiv.c96 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()
H A Dseqiv.c50 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()
/linux/arch/arm64/crypto/
H A Dsm4-ce-ccm-glue.c33 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()
H A Dsm4-ce-gcm-glue.c46 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()
/linux/include/crypto/internal/
H A Daead.h37 static inline void *crypto_aead_ctx(struct crypto_aead *tfm) in crypto_aead_ctx() function
/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c1202 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()
1365 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_aead_cra_init()
1394 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_ccm_setauthsize()
1416 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_gcm_setauthsize()
1439 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_aead_crypt()
1460 struct tegra_aead_ctx *ctx = crypto_aead_ctx(tfm); in tegra_aead_setkey()
/linux/drivers/crypto/bcm/
H A Dcipher.c2507 struct iproc_ctx_s *ctx = crypto_aead_ctx(aead); in aead_need_fallback()
2600 struct iproc_ctx_s *ctx = crypto_aead_ctx(aead); in aead_enqueue()
2721 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_authenc_setkey()
2816 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_gcm_ccm_setkey()
2897 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_gcm_esp_setkey()
2929 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in rfc4543_gcm_esp_setkey()
2962 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_ccm_esp_setkey()
2981 struct iproc_ctx_s *ctx = crypto_aead_ctx(cipher); in aead_setauthsize()
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c942 struct crypto4xx_ctx *ctx = crypto_aead_ctx(tfm); in crypto4xx_aead_init()
961 struct crypto4xx_ctx *ctx = crypto_aead_ctx(tfm); in crypto4xx_aead_exit()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c412 geniv_ctx = crypto_aead_ctx(aead); in mlx5e_ipsec_build_accel_xfrm_attrs()