Searched refs:mlx5_crypto_dek_pool (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | crypto.h | 20 struct mlx5_crypto_dek_pool; 23 struct mlx5_crypto_dek_pool *mlx5_crypto_dek_pool_create(struct mlx5_core_dev *mdev, 25 void mlx5_crypto_dek_pool_destroy(struct mlx5_crypto_dek_pool *pool); 26 struct mlx5_crypto_dek *mlx5_crypto_dek_create(struct mlx5_crypto_dek_pool *dek_pool, 28 void mlx5_crypto_dek_destroy(struct mlx5_crypto_dek_pool *dek_pool,
|
H A D | crypto.c | 30 struct mlx5_crypto_dek_pool { struct 288 mlx5_crypto_dek_bulk_create(struct mlx5_crypto_dek_pool *pool) in mlx5_crypto_dek_bulk_create() 334 mlx5_crypto_dek_pool_add_bulk(struct mlx5_crypto_dek_pool *pool) in mlx5_crypto_dek_pool_add_bulk() 591 struct mlx5_crypto_dek_pool *pool = in mlx5_crypto_dek_sync_work_fn() 592 container_of(work, struct mlx5_crypto_dek_pool, sync_work); in mlx5_crypto_dek_sync_work_fn() 648 void mlx5_crypto_dek_destroy(struct mlx5_crypto_dek_pool *dek_pool, in mlx5_crypto_dek_destroy() 672 struct mlx5_crypto_dek_pool *pool = in mlx5_crypto_dek_destroy_work_fn() 673 container_of(work, struct mlx5_crypto_dek_pool, destroy_work); in mlx5_crypto_dek_destroy_work_fn() 681 struct mlx5_crypto_dek_pool * 684 struct mlx5_crypto_dek_pool *pool; in mlx5_crypto_dek_pool_create() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls.h | 15 struct mlx5_crypto_dek *mlx5_ktls_create_key(struct mlx5_crypto_dek_pool *dek_pool, 17 void mlx5_ktls_destroy_key(struct mlx5_crypto_dek_pool *dek_pool, 88 struct mlx5_crypto_dek_pool *dek_pool;
|
H A D | ktls.c | 12 struct mlx5_crypto_dek *mlx5_ktls_create_key(struct mlx5_crypto_dek_pool *dek_pool, in mlx5_ktls_create_key() 42 void mlx5_ktls_destroy_key(struct mlx5_crypto_dek_pool *dek_pool, in mlx5_ktls_destroy_key()
|
H A D | ktls_tx.c | 911 struct mlx5_crypto_dek_pool *dek_pool; in mlx5e_ktls_init_tx()
|