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

/linux-4.1.27/drivers/staging/wlan-ng/
H A Dp80211netdev.h148 #define MAX_KEYLEN 32 macro
201 u8 wep_keys[NUM_WEPKEYS][MAX_KEYLEN];
H A Dp80211wep.c127 if (keylen >= MAX_KEYLEN) wep_change_key()
/linux-4.1.27/crypto/
H A Dtestmgr.c209 key = kmalloc(MAX_KEYLEN, GFP_KERNEL); __test_hash()
246 if (template[i].ksize > MAX_KEYLEN) { __test_hash()
248 j, algo, template[i].ksize, MAX_KEYLEN); __test_hash()
330 if (template[i].ksize > MAX_KEYLEN) { __test_hash()
332 j, algo, template[i].ksize, MAX_KEYLEN); __test_hash()
444 key = kmalloc(MAX_KEYLEN, GFP_KERNEL); __test_aead()
513 if (template[i].klen > MAX_KEYLEN) { __test_aead()
516 MAX_KEYLEN); __test_aead()
615 if (template[i].klen > MAX_KEYLEN) { __test_aead()
617 d, j, algo, template[i].klen, MAX_KEYLEN); __test_aead()
H A Dtestmgr.h35 #define MAX_KEYLEN 160 macro
/linux-4.1.27/drivers/crypto/
H A Dixp4xx_crypto.c35 #define MAX_KEYLEN 32 macro
182 u8 authkey[MAX_KEYLEN];
184 u8 enckey[MAX_KEYLEN];

Completed in 500 milliseconds