Searched refs:tx_tfm_arc4 (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_crypt_tkip.c60 struct crypto_blkcipher *tx_tfm_arc4; member in struct:ieee80211_tkip_data
78 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
80 if (IS_ERR(priv->tx_tfm_arc4)) {
83 priv->tx_tfm_arc4 = NULL;
120 if (priv->tx_tfm_arc4)
121 crypto_free_blkcipher(priv->tx_tfm_arc4);
140 if (_priv->tx_tfm_arc4)
141 crypto_free_blkcipher(_priv->tx_tfm_arc4);
309 struct blkcipher_desc desc = {.tfm = tkey->tx_tfm_arc4};
352 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4ke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_crypt_tkip.c64 struct crypto_blkcipher *tx_tfm_arc4; member in struct:ieee80211_tkip_data
78 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
80 if (IS_ERR(priv->tx_tfm_arc4)) {
83 priv->tx_tfm_arc4 = NULL;
119 if (priv->tx_tfm_arc4)
120 crypto_free_blkcipher(priv->tx_tfm_arc4);
138 if (_priv->tx_tfm_arc4)
139 crypto_free_blkcipher(_priv->tx_tfm_arc4);
315 struct blkcipher_desc desc = {.tfm = tkey->tx_tfm_arc4};
373 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4ke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_crypt_tkip.c59 struct crypto_blkcipher *tx_tfm_arc4; member in struct:ieee80211_tkip_data
75 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
77 if (IS_ERR(priv->tx_tfm_arc4)) {
80 priv->tx_tfm_arc4 = NULL;
117 if (priv->tx_tfm_arc4)
118 crypto_free_blkcipher(priv->tx_tfm_arc4);
137 if (_priv->tx_tfm_arc4)
138 crypto_free_blkcipher(_priv->tx_tfm_arc4);
313 struct blkcipher_desc desc = { .tfm = tkey->tx_tfm_arc4 };
370 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4ke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c59 struct crypto_blkcipher *tx_tfm_arc4; member in struct:ieee80211_tkip_data
75 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
77 if (IS_ERR(priv->tx_tfm_arc4)) {
80 priv->tx_tfm_arc4 = NULL;
117 if (priv->tx_tfm_arc4)
118 crypto_free_blkcipher(priv->tx_tfm_arc4);
137 if (_priv->tx_tfm_arc4)
138 crypto_free_blkcipher(_priv->tx_tfm_arc4);
313 struct blkcipher_desc desc = {.tfm = tkey->tx_tfm_arc4};
370 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4ke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/wireless/
H A Dlib80211_crypt_tkip.c66 struct crypto_blkcipher *tx_tfm_arc4; member in struct:lib80211_tkip_data
99 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
101 if (IS_ERR(priv->tx_tfm_arc4)) {
104 priv->tx_tfm_arc4 = NULL;
141 if (priv->tx_tfm_arc4)
142 crypto_free_blkcipher(priv->tx_tfm_arc4);
159 if (_priv->tx_tfm_arc4)
160 crypto_free_blkcipher(_priv->tx_tfm_arc4);
362 struct blkcipher_desc desc = { .tfm = tkey->tx_tfm_arc4 };
394 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4ke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_crypt_tkip.c59 struct crypto_blkcipher *tx_tfm_arc4; member in struct:ieee80211_tkip_data
75 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
77 if (IS_ERR(priv->tx_tfm_arc4)) {
80 priv->tx_tfm_arc4 = NULL;
117 if (priv->tx_tfm_arc4)
118 crypto_free_blkcipher(priv->tx_tfm_arc4);
137 if (_priv->tx_tfm_arc4)
138 crypto_free_blkcipher(_priv->tx_tfm_arc4);
313 struct blkcipher_desc desc = { .tfm = tkey->tx_tfm_arc4 };
370 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4ke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c59 struct crypto_blkcipher *tx_tfm_arc4; member in struct:ieee80211_tkip_data
75 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
77 if (IS_ERR(priv->tx_tfm_arc4)) {
80 priv->tx_tfm_arc4 = NULL;
117 if (priv->tx_tfm_arc4)
118 crypto_free_blkcipher(priv->tx_tfm_arc4);
137 if (_priv->tx_tfm_arc4)
138 crypto_free_blkcipher(_priv->tx_tfm_arc4);
313 struct blkcipher_desc desc = {.tfm = tkey->tx_tfm_arc4};
370 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4ke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/wireless/
H A Dlib80211_crypt_tkip.c66 struct crypto_blkcipher *tx_tfm_arc4; member in struct:lib80211_tkip_data
99 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
101 if (IS_ERR(priv->tx_tfm_arc4)) {
104 priv->tx_tfm_arc4 = NULL;
141 if (priv->tx_tfm_arc4)
142 crypto_free_blkcipher(priv->tx_tfm_arc4);
159 if (_priv->tx_tfm_arc4)
160 crypto_free_blkcipher(_priv->tx_tfm_arc4);
362 struct blkcipher_desc desc = { .tfm = tkey->tx_tfm_arc4 };
394 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4ke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_crypt_tkip.c60 struct crypto_blkcipher *tx_tfm_arc4; member in struct:ieee80211_tkip_data
78 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
80 if (IS_ERR(priv->tx_tfm_arc4)) {
83 priv->tx_tfm_arc4 = NULL;
120 if (priv->tx_tfm_arc4)
121 crypto_free_blkcipher(priv->tx_tfm_arc4);
140 if (_priv->tx_tfm_arc4)
141 crypto_free_blkcipher(_priv->tx_tfm_arc4);
309 struct blkcipher_desc desc = {.tfm = tkey->tx_tfm_arc4};
352 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4ke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_crypt_tkip.c64 struct crypto_blkcipher *tx_tfm_arc4; member in struct:ieee80211_tkip_data
78 priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
80 if (IS_ERR(priv->tx_tfm_arc4)) {
83 priv->tx_tfm_arc4 = NULL;
119 if (priv->tx_tfm_arc4)
120 crypto_free_blkcipher(priv->tx_tfm_arc4);
138 if (_priv->tx_tfm_arc4)
139 crypto_free_blkcipher(_priv->tx_tfm_arc4);
315 struct blkcipher_desc desc = {.tfm = tkey->tx_tfm_arc4};
373 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4ke
[all...]

Completed in 511 milliseconds