/titanic_50/usr/src/uts/common/sys/ |
H A D | net80211_crypto.h | 174 uint8_t wk_key[IEEE80211_KEYBUF_SIZE+IEEE80211_MICBUF_SIZE]; member 182 #define wk_txmic wk_key+IEEE80211_KEYBUF_SIZE+0 183 #define wk_rxmic wk_key+IEEE80211_KEYBUF_SIZE+8
|
/titanic_50/usr/src/uts/common/io/net80211/ |
H A D | net80211_crypto_tkip.c | 720 tkip_mixing_phase1(ctx->tx_ttak, key->wk_key, wh->i_addr2, in tkip_encrypt() 724 tkip_mixing_phase2(ctx->tx_rc4key, key->wk_key, ctx->tx_ttak, in tkip_encrypt() 756 tkip_mixing_phase1(ctx->rx_ttak, key->wk_key, in tkip_decrypt() 760 tkip_mixing_phase2(ctx->rx_rc4key, key->wk_key, ctx->rx_ttak, iv16); in tkip_decrypt()
|
H A D | net80211_crypto_wep.c | 239 (void) memcpy(rc4key + IEEE80211_WEP_IVLEN, key->wk_key, in wep_encrypt() 286 (void) memcpy(rc4key + IEEE80211_WEP_IVLEN, key->wk_key, in wep_decrypt()
|
H A D | net80211_crypto_ccmp.c | 447 key->wk_key, key->wk_keylen, in ccmp_encrypt() 478 key->wk_key, key->wk_keylen, pos, data_len, pos, data_len); in ccmp_decrypt()
|
H A D | net80211_ioctl.c | 919 bzero(ic->ic_nw_keys[i].wk_key, IEEE80211_KEYBUF_SIZE); in wifi_loaddefdata() 2057 bzero(key->wk_key, IEEE80211_KEYBUF_SIZE); in wl_set_wepkey() 2058 bcopy(wepkey[i].wl_wep_key, key->wk_key, klen); in wl_set_wepkey() 2264 (void) memset(wk->wk_key, 0, sizeof (wk->wk_key)); in wl_set_wpakey() 2265 (void) memcpy(wk->wk_key, ik.ik_keydata, in wl_set_wpakey()
|
/titanic_50/usr/src/uts/common/io/ath/ |
H A D | ath_aux.c | 946 bcopy(k->wk_key, hk.kv_val, k->wk_keylen); in ath_key_set()
|
/titanic_50/usr/src/uts/common/io/arn/ |
H A D | arn_main.c | 1978 uint8_t *key = (uint8_t *)&(k->wk_key[0]); in arn_keyset_tkip() 2049 bcopy(k->wk_key, hk.kv_val, k->wk_keylen); in arn_key_set()
|
/titanic_50/usr/src/uts/common/io/atu/ |
H A D | atu.c | 353 bcopy(k->wk_key, cmd.WEP_DefaultKey + i, k->wk_keylen); in atu_config()
|
/titanic_50/usr/src/uts/common/io/wpi/ |
H A D | wpi.c | 1442 (void) memcpy(node.key, k->wk_key, k->wk_keylen); in wpi_key_set() 2174 (void) memcpy(&tx->key, k->wk_key, k->wk_keylen);
|
/titanic_50/usr/src/uts/common/io/iwk/ |
H A D | iwk2.c | 1887 k->wk_key, k->wk_keylen); in iwk_key_set() 1923 (void) memcpy(node.key, k->wk_key, k->wk_keylen); in iwk_key_set() 2782 (void) memcpy(&tx->key, k->wk_key, k->wk_keylen); in iwk_send()
|
/titanic_50/usr/src/uts/common/io/iwi/ |
H A D | ipw2200.c | 954 ic->ic_nw_keys[i].wk_key, in ipw2200_config()
|
/titanic_50/usr/src/uts/common/io/ipw/ |
H A D | ipw2100.c | 950 ic->ic_nw_keys[i].wk_key, in ipw2100_config()
|
/titanic_50/usr/src/uts/common/io/mwl/ |
H A D | mwl.c | 2378 (void) memcpy(hk.key.aes, k->wk_key, hk.keyLen); in mwl_key_set()
|