Searched defs:ciphermap (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto.c361 static const uint8_t ciphermap[] = { local
378 ASSERT(cipher < IEEE80211_N(ciphermap));
379 return (ciphermap[cipher]);
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c923 static const uint8_t ciphermap[] = { local
943 ASSERT(cip->ic_cipher < ATH_N(ciphermap));
944 hk.kv_type = ciphermap[cip->ic_cipher];
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c1982 static const uint8_t ciphermap[] = { local
2000 hk.kv_type = ciphermap[cip->ic_cipher];
H A Darn_xmit.c1773 static const uint8_t ciphermap[] = { local
1782 ASSERT(cip->ic_cipher < ARRAY_SIZE(ciphermap));
1785 if (ciphermap[index] == ATH9K_CIPHER_WEP)
1787 else if (ciphermap[index] == ATH9K_CIPHER_TKIP)
1789 else if (ciphermap[index] == ATH9K_CIPHER_AES_CCM)

Completed in 70 milliseconds