Home
last modified time | relevance | path

Searched defs:ib_uverbs_flow_action_esp_keymat_aes_gcm (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
Dib_user_ioctl_verbs.h64 struct ib_uverbs_flow_action_esp_keymat_aes_gcm { struct
65 __aligned_u64 iv;
66 __u32 iv_algo;
67 __u32 salt;
68 __u32 icv_len;
69 __u32 key_len;
70 __u32 aes_key[256 / 32];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
Dib_user_ioctl_verbs.h113 struct ib_uverbs_flow_action_esp_keymat_aes_gcm { struct
114 __aligned_u64 iv;
115 __u32 iv_algo;
116 __u32 salt;
117 __u32 icv_len;
118 __u32 key_len;
119 __u32 aes_key[256 / 32];
/kernel/linux/linux-5.10/include/uapi/rdma/
Dib_user_ioctl_verbs.h152 struct ib_uverbs_flow_action_esp_keymat_aes_gcm { struct
154 __u32 iv_algo; /* Use enum ib_uverbs_flow_action_esp_keymat_aes_gcm_iv_algo */ argument
156 __u32 salt;
157 __u32 icv_len;
159 __u32 key_len;
160 __u32 aes_key[256 / 32];