Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wlan-ng/
Dp80211netdev.h145 #define MAX_KEYLEN 32 macro
197 u8 wep_keys[NUM_WEPKEYS][MAX_KEYLEN];
Dp80211wep.c125 if (keylen >= MAX_KEYLEN) in wep_change_key()
/Linux-v4.19/net/netfilter/
Dnf_conncount.c43 #define MAX_KEYLEN 5 macro
58 u32 key[MAX_KEYLEN];
541 keylen / sizeof(u32) > MAX_KEYLEN || in nf_conncount_init()
/Linux-v4.19/lib/
Dbtree.c79 #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/
Dtestmgr.c287 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 …]
Dtestmgr.h32 #define MAX_KEYLEN 160 macro
/Linux-v4.19/drivers/crypto/
Dixp4xx_crypto.c36 #define MAX_KEYLEN 32 macro
182 u8 authkey[MAX_KEYLEN];
184 u8 enckey[MAX_KEYLEN];