Home
last modified time | relevance | path

Searched refs:iv_algo (Results 1 – 6 of 6) sorted by relevance

/linux-5.10/include/linux/mlx5/
Daccel.h67 enum mlx5_accel_esp_aes_gcm_keymat_iv_algo iv_algo; member
/linux-5.10/include/uapi/rdma/
Dib_user_ioctl_verbs.h154 __u32 iv_algo; /* Use enum ib_uverbs_flow_action_esp_keymat_aes_gcm_iv_algo */ member
/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/accel/
Dipsec_offload.c72 if (attrs->keymat.aes_gcm.iv_algo != in mlx5_ipsec_offload_esp_validate_xfrm_attrs()
75 attrs->keymat.aes_gcm.iv_algo); in mlx5_ipsec_offload_esp_validate_xfrm_attrs()
/linux-5.10/drivers/infiniband/core/
Duverbs_std_types_flow_action.c71 if (aes_gcm->iv_algo > IB_UVERBS_FLOW_ACTION_IV_ALGO_SEQ) in validate_flow_action_esp_keymat_aes_gcm()
/linux-5.10/drivers/infiniband/hw/mlx5/
Dfs.c1608 aes_gcm->iv_algo != IB_UVERBS_FLOW_ACTION_IV_ALGO_SEQ) in mlx5_ib_create_flow_action_esp()
1624 accel_attrs.keymat.aes_gcm.iv_algo = MLX5_ACCEL_ESP_AES_GCM_IV_ALGO_SEQ; in mlx5_ib_create_flow_action_esp()
/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/fpga/
Dipsec.c1425 if (attrs->keymat.aes_gcm.iv_algo != in mlx5_fpga_esp_validate_xfrm_attrs()