Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_tkip.c183 uint16_t iv16 = (b4 << 0) | (b5 << 8); in ieee80211_read_6() local
184 return ((((uint64_t)iv16) << 32) | iv32); in ieee80211_read_6()
748 uint16_t iv16; in tkip_decrypt() local
752 iv16 = (uint16_t)ctx->rx_rsc; in tkip_decrypt()
760 tkip_mixing_phase2(ctx->rx_rc4key, key->wk_key, ctx->rx_ttak, iv16); in tkip_decrypt()