Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto.c375 cipher = key->wk_cipher->ic_cipher; in ieee80211_crypto_getciphertype()
495 if (cip->ic_cipher >= IEEE80211_CIPHER_MAX) { in ieee80211_crypto_register()
498 cip->ic_name, cip->ic_cipher); in ieee80211_crypto_register()
501 if (ic->ic_ciphers[cip->ic_cipher] != NULL && in ieee80211_crypto_register()
502 ic->ic_ciphers[cip->ic_cipher] != cip) { in ieee80211_crypto_register()
508 ic->ic_ciphers[cip->ic_cipher] = cip; in ieee80211_crypto_register()
518 if (cip->ic_cipher >= IEEE80211_CIPHER_MAX) { in ieee80211_crypto_unregister()
521 cip->ic_name, cip->ic_cipher); in ieee80211_crypto_unregister()
524 if (ic->ic_ciphers[cip->ic_cipher] != NULL && in ieee80211_crypto_unregister()
525 ic->ic_ciphers[cip->ic_cipher] != cip) { in ieee80211_crypto_unregister()
[all …]
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_aux.c751 } else if (k->wk_cipher->ic_cipher == IEEE80211_CIPHER_TKIP && in ath_key_alloc()
774 " delete key %u ic_cipher=0x%x\n", keyix, cip->ic_cipher)); in ath_key_delete()
780 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP && in ath_key_delete()
790 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP && in ath_key_delete()
867 ASSERT(k->wk_cipher->ic_cipher == IEEE80211_CIPHER_TKIP); in ath_keyset_tkip()
943 ASSERT(cip->ic_cipher < ATH_N(ciphermap)); in ath_key_set()
944 hk.kv_type = ciphermap[cip->ic_cipher]; in ath_key_set()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211_crypto.h154 uint32_t ic_cipher; /* IEEE80211_CIPHER_* */ member
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c1863 } else if (k->wk_cipher->ic_cipher == IEEE80211_CIPHER_TKIP && in arn_key_alloc()
1886 " delete key %u ic_cipher=0x%x\n", keyix, cip->ic_cipher)); in arn_key_delete()
1892 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP && in arn_key_delete()
1902 if (cip->ic_cipher == IEEE80211_CIPHER_TKIP && in arn_key_delete()
1999 ASSERT(cip->ic_cipher < 6); in arn_key_set()
2000 hk.kv_type = ciphermap[cip->ic_cipher]; in arn_key_set()
H A Darn_xmit.c1782 ASSERT(cip->ic_cipher < ARRAY_SIZE(ciphermap)); in arn_tx_get_keytype()
1783 index = cip->ic_cipher; in arn_tx_get_keytype()
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c2310 switch (k->wk_cipher->ic_cipher) { in mwl_key_delete()
2323 "unknown cipher %d\n", k->wk_cipher->ic_cipher); in mwl_key_delete()
2350 switch (cip->ic_cipher) { in mwl_key_set()
2380 k->wk_cipher->ic_cipher); in mwl_key_set()
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c1414 switch (k->wk_cipher->ic_cipher) { in wpi_key_set()
2173 if (k->wk_cipher->ic_cipher == IEEE80211_CIPHER_AES_CCM) {
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c1830 switch (k->wk_cipher->ic_cipher) { in iwk_key_set()
2779 if (k->wk_cipher->ic_cipher == IEEE80211_CIPHER_AES_CCM) { in iwk_send()