Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/
Dhif.c1135 u8 t_key_len = ptk_key_len + WILC_RX_MIC_KEY_LEN + WILC_TX_MIC_KEY_LEN; in wilc_add_ptk() local
1146 key_buf = kzalloc(sizeof(*key_buf) + t_key_len, GFP_KERNEL); in wilc_add_ptk()
1152 key_buf->key_len = t_key_len; in wilc_add_ptk()
1165 wid_list[1].size = sizeof(*key_buf) + t_key_len; in wilc_add_ptk()
1174 key_buf = kzalloc(sizeof(*key_buf) + t_key_len, GFP_KERNEL); in wilc_add_ptk()
1179 key_buf->key_len = t_key_len; in wilc_add_ptk()
1192 wid.size = sizeof(*key_buf) + t_key_len; in wilc_add_ptk()
1208 int t_key_len = gtk_key_len + WILC_RX_MIC_KEY_LEN + WILC_TX_MIC_KEY_LEN; in wilc_add_rx_gtk() local
1210 gtk_key = kzalloc(sizeof(*gtk_key) + t_key_len, GFP_KERNEL); in wilc_add_rx_gtk()
1222 gtk_key->key_len = t_key_len; in wilc_add_rx_gtk()
[all …]