Searched refs:MAX_DIGEST_SIZE (Results 1 – 2 of 2) sorted by relevance
206 result = kmalloc(MAX_DIGEST_SIZE, GFP_KERNEL); in __test_hash()236 memset(result, 0, MAX_DIGEST_SIZE); in __test_hash()311 memset(result, 0, MAX_DIGEST_SIZE); in __test_hash()
32 #define MAX_DIGEST_SIZE 64 macro