Home
last modified time | relevance | path

Searched refs:mlx5_crypto_dek (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dcrypto.h21 struct mlx5_crypto_dek;
26 struct mlx5_crypto_dek *mlx5_crypto_dek_create(struct mlx5_crypto_dek_pool *dek_pool,
29 struct mlx5_crypto_dek *dek);
30 u32 mlx5_crypto_dek_get_id(struct mlx5_crypto_dek *dek);
H A Dcrypto.c79 struct mlx5_crypto_dek { struct
85 u32 mlx5_crypto_dek_get_id(struct mlx5_crypto_dek *dek) in mlx5_crypto_dek_get_id() argument
427 struct mlx5_crypto_dek *dek) in mlx5_crypto_dek_free_locked()
455 struct mlx5_crypto_dek *dek) in mlx5_crypto_dek_pool_push()
535 struct mlx5_crypto_dek *dek, *next; in mlx5_crypto_dek_pool_free_wait_keys()
603 struct mlx5_crypto_dek *mlx5_crypto_dek_create(struct mlx5_crypto_dek_pool *dek_pool, in mlx5_crypto_dek_create()
610 struct mlx5_crypto_dek *dek; in mlx5_crypto_dek_create()
649 struct mlx5_crypto_dek *dek) in mlx5_crypto_dek_destroy()
80 bulkmlx5_crypto_dek global() argument
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.h16 struct mlx5_crypto_dek *mlx5_ktls_create_key(struct mlx5_crypto_dek_pool *dek_pool,
19 struct mlx5_crypto_dek *dek);
H A Dktls.c12 struct mlx5_crypto_dek *mlx5_ktls_create_key(struct mlx5_crypto_dek_pool *dek_pool, in mlx5_ktls_create_key()
43 struct mlx5_crypto_dek *dek) in mlx5_ktls_destroy_key()
H A Dktls_tx.c101 struct mlx5_crypto_dek *dek;
460 struct mlx5_crypto_dek *dek; in mlx5e_ktls_add_tx()