Lines Matching refs:MAX_KEYLEN
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()
800 if (template[i].klen > MAX_KEYLEN) { in __test_aead()
802 d, j, algo, template[i].klen, MAX_KEYLEN); in __test_aead()