Home
last modified time | relevance | path

Searched refs:MAX_KEYLEN (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/wlan-ng/
Dp80211netdev.h148 #define MAX_KEYLEN 32 macro
201 u8 wep_keys[NUM_WEPKEYS][MAX_KEYLEN];
Dp80211wep.c126 if (keylen >= MAX_KEYLEN) in wep_change_key()
/linux-4.4.14/crypto/
Dtestmgr.c219 key = kmalloc(MAX_KEYLEN, GFP_KERNEL); in __test_hash()
256 if (template[i].ksize > MAX_KEYLEN) { in __test_hash()
258 j, algo, template[i].ksize, MAX_KEYLEN); in __test_hash()
340 if (template[i].ksize > MAX_KEYLEN) { in __test_hash()
342 j, algo, template[i].ksize, MAX_KEYLEN); in __test_hash()
453 key = kmalloc(MAX_KEYLEN, GFP_KERNEL); in __test_aead()
521 if (template[i].klen > MAX_KEYLEN) { in __test_aead()
524 MAX_KEYLEN); in __test_aead()
627 if (template[i].klen > MAX_KEYLEN) { in __test_aead()
629 d, j, algo, template[i].klen, MAX_KEYLEN); in __test_aead()
Dtestmgr.h35 #define MAX_KEYLEN 160 macro
/linux-4.4.14/drivers/crypto/
Dixp4xx_crypto.c35 #define MAX_KEYLEN 32 macro
183 u8 authkey[MAX_KEYLEN];
185 u8 enckey[MAX_KEYLEN];