Searched refs:MAX_KEYLEN (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/staging/wlan-ng/ |
D | p80211netdev.h | 145 #define MAX_KEYLEN 32 macro 197 u8 wep_keys[NUM_WEPKEYS][MAX_KEYLEN];
|
D | p80211wep.c | 125 if (keylen >= MAX_KEYLEN) in wep_change_key()
|
/Linux-v4.19/net/netfilter/ |
D | nf_conncount.c | 43 #define MAX_KEYLEN 5 macro 58 u32 key[MAX_KEYLEN]; 541 keylen / sizeof(u32) > MAX_KEYLEN || in nf_conncount_init()
|
/Linux-v4.19/lib/ |
D | btree.c | 79 #define MAX_KEYLEN (2 * LONG_PER_U64) macro 318 unsigned long *retry_key = NULL, key[MAX_KEYLEN]; in btree_get_prev() 644 unsigned long key[MAX_KEYLEN]; in btree_merge() 645 unsigned long dup[MAX_KEYLEN]; in btree_merge()
|
/Linux-v4.19/crypto/ |
D | testmgr.c | 287 key = kmalloc(MAX_KEYLEN, GFP_KERNEL); in __test_hash() 324 if (template[i].ksize > MAX_KEYLEN) { in __test_hash() 326 j, algo, template[i].ksize, MAX_KEYLEN); in __test_hash() 450 if (template[i].ksize > MAX_KEYLEN) { in __test_hash() 452 j, algo, template[i].ksize, MAX_KEYLEN); in __test_hash() 507 if (template[i].ksize > MAX_KEYLEN) { in __test_hash() 509 j, algo, template[i].ksize, MAX_KEYLEN); in __test_hash() 630 key = kmalloc(MAX_KEYLEN, GFP_KERNEL); in __test_aead() 700 if (template[i].klen > MAX_KEYLEN) { in __test_aead() 703 MAX_KEYLEN); in __test_aead() [all …]
|
D | testmgr.h | 32 #define MAX_KEYLEN 160 macro
|
/Linux-v4.19/drivers/crypto/ |
D | ixp4xx_crypto.c | 36 #define MAX_KEYLEN 32 macro 182 u8 authkey[MAX_KEYLEN]; 184 u8 enckey[MAX_KEYLEN];
|