Searched refs:MAX_DIGEST_SIZE (Results 1 – 3 of 3) sorted by relevance
51 #define MAX_DIGEST_SIZE 64 macro968 if (crypto_ahash_digestsize(tfm) > MAX_DIGEST_SIZE) { in test_ahash_speed()970 MAX_DIGEST_SIZE); in test_ahash_speed()985 output = kmalloc(MAX_DIGEST_SIZE, GFP_KERNEL); in test_ahash_speed()
216 result = kmalloc(MAX_DIGEST_SIZE, GFP_KERNEL); in __test_hash()246 memset(result, 0, MAX_DIGEST_SIZE); in __test_hash()321 memset(result, 0, MAX_DIGEST_SIZE); in __test_hash()
32 #define MAX_DIGEST_SIZE 64 macro