Home
last modified time | relevance | path

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

/linux/tools/perf/tests/
H A Dutil.c28 #define HASH_LEN 20 macro
34 u8 hash[HASH_LEN]; in test_blake2s()
35 u8 hash2[HASH_LEN]; in test_blake2s()
63 blake2s_init(&ctx, HASH_LEN); in test_blake2s()
68 blake2s_init(&ctx, HASH_LEN); in test_blake2s()
73 memcmp(hash, hash2, HASH_LEN) == 0); in test_blake2s()
79 blake2s_update(&main_ctx, hash, HASH_LEN); in test_blake2s()
85 memcmp(hash, expected_hash_of_hashes, HASH_LEN) == 0); in test_blake2s()