Searched refs:hash2 (Results 1 – 3 of 3) sorted by relevance
| /lib/crypto/tests/ |
| A D | hash-test-template.h | 156 u8 hash2[HASH_SIZE]; in test_hash_incremental_updates() local 186 HASH_FINAL(&ctx, hash2); in test_hash_incremental_updates() 190 test, hash1, hash2, HASH_SIZE, in test_hash_incremental_updates() 288 u8 hash2[128 + HASH_SIZE]; in test_hash_alignment_consistency() local 300 HASH(&test_buf[data_offs2], len, &hash2[hash_offs2]); in test_hash_alignment_consistency() 302 test, &hash1[hash_offs1], &hash2[hash_offs2], HASH_SIZE, in test_hash_alignment_consistency()
|
| /lib/tests/ |
| A D | hashtable_test.c | 23 DECLARE_HASHTABLE(hash2, 3); in hashtable_test_hash_init() 28 hash_init(hash2); in hashtable_test_hash_init() 31 KUNIT_EXPECT_TRUE(test, hash_empty(hash2)); in hashtable_test_hash_init()
|
| /lib/zstd/compress/ |
| A D | zstd_preSplit.c | 34 FORCE_INLINE_TEMPLATE unsigned hash2(const void *p, unsigned hashLog) in hash2() function 65 fp->events[hash2(p+n, hashLog)]++; in addEvents_generic()
|
Completed in 6 milliseconds