Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-aead.rst14 …loc_aead crypto_free_aead crypto_aead_ivsize crypto_aead_authsize crypto_aead_blocksize crypto_aea…
/OK3568_Linux_fs/kernel/include/crypto/
H A Daead.h258 static inline unsigned int crypto_aead_blocksize(struct crypto_aead *tfm) in crypto_aead_blocksize() function
/OK3568_Linux_fs/kernel/net/ipv4/
H A Desp4_offload.c285 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp_xmit()
H A Desp4.c684 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp_output()
1191 align = ALIGN(crypto_aead_blocksize(aead), 4); in esp_init_state()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Desp6_offload.c319 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp6_xmit()
H A Desp6.c719 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp6_output()
1242 align = ALIGN(crypto_aead_blocksize(aead), 4); in esp6_init_state()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.c203 out->blocksize = crypto_aead_blocksize(out->async.as); in cryptodev_cipher_init()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec_rxtx.c259 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in mlx5e_ipsec_set_state()
/OK3568_Linux_fs/kernel/crypto/
H A Dskcipher.c540 walk->blocksize = crypto_aead_blocksize(tfm); in skcipher_walk_aead_common()
H A Dtestmgr.c2439 if (crypto_aead_blocksize(tfm) != crypto_aead_blocksize(generic_tfm)) { in test_aead_vs_generic_impl()
2441 driver, crypto_aead_blocksize(tfm), in test_aead_vs_generic_impl()
2442 crypto_aead_blocksize(generic_tfm)); in test_aead_vs_generic_impl()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_state.c2543 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in xfrm_state_mtu()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-crypt.c357 bs = crypto_aead_blocksize(any_tfm_aead(cc)); in crypt_iv_benbi_ctr()