[go: nahoru, domu]

Searched defs:TKIP_KEY_LEN (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/vt6655/
H A Dtkip.h37 #define TKIP_KEY_LEN 16 macro
/drivers/staging/rtl8192e/
H A Drtllib_crypt_tkip.c28 #define TKIP_KEY_LEN 32 macro
29 u8 key[TKIP_KEY_LEN];
666 if (len == TKIP_KEY_LEN) {
667 memcpy(tkey->key, key, TKIP_KEY_LEN);
688 if (len < TKIP_KEY_LEN)
693 memcpy(key, tkey->key, TKIP_KEY_LEN);
711 return TKIP_KEY_LEN;
/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_tkip.c34 #define TKIP_KEY_LEN 32 macro
35 u8 key[TKIP_KEY_LEN];
673 if (len == TKIP_KEY_LEN) {
674 memcpy(tkey->key, key, TKIP_KEY_LEN);
695 if (len < TKIP_KEY_LEN)
700 memcpy(key, tkey->key, TKIP_KEY_LEN);
717 return TKIP_KEY_LEN;

Completed in 93 milliseconds