Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/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