Home
last modified time | relevance | path

Searched defs:tkip_ctx (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/regression/net80211/tkip/
H A Dtest_tkip.c139 struct tkip_ctx { struct
140 struct ieee80211com *tc_ic; /* for diagnostics */
142 uint16_t tx_ttak[5];
143 uint8_t tx_rc4key[16];
145 uint16_t rx_ttak[5];
146 int rx_phase1_done;
147 uint8_t rx_rc4key[16];
148 uint64_t rx_rsc; /* held until MIC verified */
/freebsd/sys/net80211/
H A Dieee80211_crypto_tkip.c85 struct tkip_ctx { struct
97 static void michael_mic(struct tkip_ctx *, const u8 *key, argument