Searched refs:data_offs1 (Results 1 – 1 of 1) sorted by relevance
292 size_t data_offs1 = rand_offset(TEST_BUF_LEN - len); in test_hash_alignment_consistency() local297 rand_bytes(&test_buf[data_offs1], len); in test_hash_alignment_consistency()298 HASH(&test_buf[data_offs1], len, &hash1[hash_offs1]); in test_hash_alignment_consistency()299 memmove(&test_buf[data_offs2], &test_buf[data_offs1], len); in test_hash_alignment_consistency()304 len, data_offs1, data_offs2, hash_offs1, hash_offs2); in test_hash_alignment_consistency()
Completed in 10 milliseconds