Searched refs:k1 (Results 1 - 3 of 3) sorted by relevance

/net/mac80211/
H A Daes_cmac.c132 u8 *k1, u8 *k2)
140 memcpy(k1, l, AES_BLOCK_SIZE);
141 gf_mulx(k1);
143 memcpy(k2, k1, AES_BLOCK_SIZE);
131 ieee80211_aes_cmac_calculate_k1_k2(struct ieee80211_key_conf *keyconf, u8 *k1, u8 *k2) argument
/net/core/
H A Dflow.c176 const flow_compare_t *k1, *k1_lim, *k2; local
178 k1 = (const flow_compare_t *) key1;
179 k1_lim = k1 + keysize;
184 if (*k1++ != *k2++)
186 } while (k1 < k1_lim);
/net/sched/
H A Dsch_netem.c771 q->clg.a4 = ge->k1;
955 .k1 = q->clg.a4,

Completed in 161 milliseconds