Searched defs:tkip_ctx (Results 1 – 2 of 2) sorted by relevance
139 struct tkip_ctx { struct140 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 */
85 struct tkip_ctx { struct97 static void michael_mic(struct tkip_ctx *, const u8 *key, argument