Home
last modified time | relevance | path

Searched refs:mlx5_crypto_dek_pool (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
A Dcrypto.h20 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,
A Dcrypto.c30 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 …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dktls.h15 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;
A Dktls.c12 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()
191 struct mlx5_crypto_dek_pool *dek_pool; in mlx5e_ktls_init()

Completed in 9 milliseconds