Searched refs:MAX_KEYLEN (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/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-4.19.296/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
|