Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto_dek.c23 struct mlx5_crypto_dek *dek) in mlx5_crypto_dek_destroy()
28 struct mlx5_crypto_dek *
44 container_of(entry, struct mlx5_crypto_dek, entry); in mlx5_crypto_dek_prepare()
52 struct mlx5_crypto_dek *entry = rte_zmalloc(__func__, sizeof(*entry), in mlx5_crypto_dek_clone_cb()
68 struct mlx5_crypto_dek *dek = container_of(entry, in mlx5_crypto_dek_clone_free_cb()
69 struct mlx5_crypto_dek, entry); in mlx5_crypto_dek_clone_free_cb()
80 struct mlx5_crypto_dek *dek = in mlx5_crypto_dek_match_cb()
94 struct mlx5_crypto_dek *dek = rte_zmalloc(__func__, sizeof(*dek), in mlx5_crypto_dek_create_cb()
134 struct mlx5_crypto_dek *dek = in mlx5_crypto_dek_remove_cb()
H A Dmlx5_crypto.h58 struct mlx5_crypto_dek { struct
74 struct mlx5_crypto_dek *dek); argument
76 struct mlx5_crypto_dek *
H A Dmeson.build14 'mlx5_crypto_dek.c',
H A Dmlx5_crypto.c90 struct mlx5_crypto_dek *dek; /**< Pointer to dek struct. */