/openbmc/linux/drivers/crypto/bcm/ |
H A D | cipher.c | 2508 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_need_fallback() local 2575 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_do_fallback() local 2601 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_enqueue() local 4207 static int aead_cra_init(struct crypto_aead *aead) in aead_cra_init() 4265 static void aead_cra_exit(struct crypto_aead *aead) in aead_cra_exit() 4513 struct aead_alg *aead = &driver_alg->alg.aead; in spu_register_aead() local
|
H A D | cipher.h | 110 struct aead_alg aead; member
|
/openbmc/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_core.h | 126 struct crypto_aead *aead; member 139 struct aead_alg aead; member
|
H A D | crypto4xx_alg.c | 327 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto4xx_aead_need_fallback() local 445 struct crypto_aead *aead = crypto_aead_reqtfm(req); in crypto4xx_crypt_aes_ccm() local
|
/openbmc/linux/crypto/ |
H A D | essiv.c | 53 struct crypto_aead *aead; member 327 struct crypto_aead *aead; in essiv_aead_init_tfm() local
|
H A D | aegis128-core.c | 366 static int crypto_aegis128_setkey(struct crypto_aead *aead, const u8 *key, in crypto_aegis128_setkey()
|
H A D | chacha20poly1305.c | 474 static int chachapoly_setkey(struct crypto_aead *aead, const u8 *key, in chachapoly_setkey()
|
/openbmc/linux/fs/smb/server/ |
H A D | crypto_ctx.c | 25 static inline void free_aead(struct crypto_aead *aead) in free_aead()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | aesni-intel_glue.c | 616 static int common_rfc4106_set_key(struct crypto_aead *aead, const u8 *key, in common_rfc4106_set_key() 635 static int common_rfc4106_set_authsize(struct crypto_aead *aead, in common_rfc4106_set_authsize() 1145 static int generic_gcmaes_set_key(struct crypto_aead *aead, const u8 *key, in generic_gcmaes_set_key()
|
/openbmc/linux/drivers/crypto/qce/ |
H A D | common.h | 92 struct aead_alg aead; member
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ipsec_rxtx.c | 202 struct crypto_aead *aead; in mlx5e_ipsec_set_state() local
|
H A D | ipsec.c | 319 struct crypto_aead *aead; in mlx5e_ipsec_build_accel_xfrm_attrs() local
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_algo.c | 775 const struct xfrm_aead_name *aead = data; in xfrm_aead_name_match() local
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | aes-gcm-p10-glue.c | 187 static int p10_aes_gcm_setkey(struct crypto_aead *aead, const u8 *key, in p10_aes_gcm_setkey()
|
/openbmc/linux/drivers/crypto/chelsio/ |
H A D | chcr_algo.c | 163 static inline int get_aead_subtype(struct crypto_aead *aead) in get_aead_subtype() 2897 struct crypto_aead *aead = crypto_aead_reqtfm(req); in generate_b0() local 3421 static int chcr_ccm_common_setkey(struct crypto_aead *aead, in chcr_ccm_common_setkey() 3451 static int chcr_aead_ccm_setkey(struct crypto_aead *aead, in chcr_aead_ccm_setkey() 3467 static int chcr_aead_rfc4309_setkey(struct crypto_aead *aead, const u8 *key, in chcr_aead_rfc4309_setkey() 3488 static int chcr_gcm_setkey(struct crypto_aead *aead, const u8 *key, in chcr_gcm_setkey()
|
H A D | chcr_crypto.h | 321 struct aead_alg aead; member
|
/openbmc/linux/include/crypto/ |
H A D | aead.h | 272 static inline unsigned int crypto_aead_maxauthsize(struct crypto_aead *aead) in crypto_aead_maxauthsize()
|
/openbmc/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_cipher.c | 51 u8 aead; /* !=0=AEAD, 2=IPSec ESP AEAD, 3=IPsec ESP GMAC */ member 2901 struct crypto_aead *aead = crypto_aead_reqtfm(req); in safexcel_aead_chachapoly_crypt() local 2962 struct crypto_aead *aead = __crypto_aead_cast(tfm); in safexcel_aead_fallback_cra_init() local 3402 struct crypto_aead *aead = crypto_aead_reqtfm(req); in safexcel_aead_fallback_crypt() local
|
/openbmc/linux/drivers/crypto/ccree/ |
H A D | cc_driver.h | 176 struct aead_alg aead; member
|
/openbmc/linux/drivers/crypto/ |
H A D | talitos.c | 991 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in ipsec_esp_unmap() local 1199 struct crypto_aead *aead = crypto_aead_reqtfm(areq); in ipsec_esp() local 2258 struct aead_alg aead; member
|
H A D | sa2ul.h | 320 struct crypto_aead *aead; member
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-aes.c | 625 struct crypto_tfm *aead = crypto_aead_tfm(tfm); in starfive_aes_aead_init_tfm() local
|
/openbmc/linux/net/tls/ |
H A D | tls_sw.c | 190 struct crypto_aead *aead = crypto_aead_reqtfm(aead_req); in tls_decrypt_done() local 2668 struct crypto_aead **aead; in tls_set_sw_offload() local
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-aes-core.c | 54 struct crypto_aead *aead; member
|
/openbmc/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptvf_algs.c | 1188 struct crypto_aead *aead = crypto_aead_reqtfm(req); in aead_do_fallback() local
|