Home
last modified time | relevance | path

Searched refs:crypto_aead_blocksize (Results 1 – 9 of 9) sorted by relevance

/linux/include/crypto/
H A Daead.h320 static inline unsigned int crypto_aead_blocksize(struct crypto_aead *tfm) in crypto_aead_blocksize() function
327 return crypto_aead_blocksize(&tfm->base); in crypto_sync_aead_blocksize()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c209 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in mlx5e_ipsec_set_state()
/linux/net/ipv4/
H A Desp4_offload.c302 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp_xmit()
/linux/net/ipv6/
H A Desp6_offload.c337 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp6_xmit()
/linux/crypto/
H A Dskcipher.c341 walk->blocksize = crypto_aead_blocksize(tfm); in skcipher_walk_aead_common()
H A Dtestmgr.c2546 if (crypto_aead_blocksize(tfm) != crypto_aead_blocksize(generic_tfm)) { in test_aead_vs_generic_impl()
2548 driver, crypto_aead_blocksize(tfm), in test_aead_vs_generic_impl()
2549 crypto_aead_blocksize(generic_tfm)); in test_aead_vs_generic_impl()
H A Dtcrypt.c337 int bs = round_up(*b_size, crypto_aead_blocksize(tfm)); in test_mb_aead_speed()
598 u32 bs = round_up(*b_size, crypto_aead_blocksize(tfm)); in test_aead_speed()
/linux/drivers/md/
H A Ddm-crypt.c408 bs = crypto_aead_blocksize(any_tfm_aead(cc)); in crypt_iv_benbi_ctr()
/linux/net/xfrm/
H A Dxfrm_state.c3121 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in xfrm_state_mtu()