Searched refs:crypto_aead_blocksize (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/crypto/ |
| H A D | api-aead.rst | 14 …loc_aead crypto_free_aead crypto_aead_ivsize crypto_aead_authsize crypto_aead_blocksize crypto_aea…
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | aead.h | 258 static inline unsigned int crypto_aead_blocksize(struct crypto_aead *tfm) in crypto_aead_blocksize() function
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | esp4_offload.c | 285 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp_xmit()
|
| H A D | esp4.c | 684 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 D | esp6_offload.c | 319 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in esp6_xmit()
|
| H A D | esp6.c | 719 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 D | cryptlib.c | 203 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 D | ipsec_rxtx.c | 259 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in mlx5e_ipsec_set_state()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | skcipher.c | 540 walk->blocksize = crypto_aead_blocksize(tfm); in skcipher_walk_aead_common()
|
| H A D | testmgr.c | 2439 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 D | xfrm_state.c | 2543 blksize = ALIGN(crypto_aead_blocksize(aead), 4); in xfrm_state_mtu()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-crypt.c | 357 bs = crypto_aead_blocksize(any_tfm_aead(cc)); in crypt_iv_benbi_ctr()
|