Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/microchip/wilc1000/
Dhif.c1124 u8 t_key_len = ptk_key_len + WILC_RX_MIC_KEY_LEN + WILC_TX_MIC_KEY_LEN; in wilc_add_ptk() local
1135 key_buf = kzalloc(sizeof(*key_buf) + t_key_len, GFP_KERNEL); in wilc_add_ptk()
1141 key_buf->key_len = t_key_len; in wilc_add_ptk()
1154 wid_list[1].size = sizeof(*key_buf) + t_key_len; in wilc_add_ptk()
1163 key_buf = kzalloc(sizeof(*key_buf) + t_key_len, GFP_KERNEL); in wilc_add_ptk()
1168 key_buf->key_len = t_key_len; in wilc_add_ptk()
1181 wid.size = sizeof(*key_buf) + t_key_len; in wilc_add_ptk()
1197 int t_key_len = gtk_key_len + WILC_RX_MIC_KEY_LEN + WILC_TX_MIC_KEY_LEN; in wilc_add_rx_gtk() local
1199 gtk_key = kzalloc(sizeof(*gtk_key) + t_key_len, GFP_KERNEL); in wilc_add_rx_gtk()
1211 gtk_key->key_len = t_key_len; in wilc_add_rx_gtk()
[all …]