Searched refs:data_offs2 (Results 1 – 1 of 1) sorted by relevance
293 size_t data_offs2 = rand_offset(TEST_BUF_LEN - len); in test_hash_alignment_consistency() local299 memmove(&test_buf[data_offs2], &test_buf[data_offs1], len); in test_hash_alignment_consistency()300 HASH(&test_buf[data_offs2], len, &hash2[hash_offs2]); in test_hash_alignment_consistency()304 len, data_offs1, data_offs2, hash_offs1, hash_offs2); in test_hash_alignment_consistency()
Completed in 4 milliseconds