Lines Matching refs:HASH
116 HASH(test_buf, data_len, actual_hash); in test_hash_test_vectors()
139 HASH(test_buf, len, hash); in test_hash_all_lens_up_to_4096()
165 HASH(&test_buf[offset], total_len, hash1); in test_hash_incremental_updates()
214 HASH(buf_end - len, len, hash); in test_hash_buffer_overruns()
220 HASH(test_buf, len, buf_end - HASH_SIZE); in test_hash_buffer_overruns()
251 HASH(&test_buf[offset], len, hash); in test_hash_overlaps()
252 HASH(&test_buf[offset], len, ovl_hash); in test_hash_overlaps()
259 HASH(&test_buf[offset], len, hash); in test_hash_overlaps()
269 HASH(&test_buf[offset], len, hash); in test_hash_overlaps()
298 HASH(&test_buf[data_offs1], len, &hash1[hash_offs1]); in test_hash_alignment_consistency()
300 HASH(&test_buf[data_offs2], len, &hash2[hash_offs2]); in test_hash_alignment_consistency()
454 HASH(&test_buf[i * IRQ_TEST_DATA_LEN], IRQ_TEST_DATA_LEN, actual_hash); in hash_irq_test1_func()
469 HASH(&test_buf[i * IRQ_TEST_DATA_LEN], IRQ_TEST_DATA_LEN, in test_hash_interrupt_context_1()
551 HASH(test_buf, TEST_BUF_LEN, state->expected_hash); in test_hash_interrupt_context_2()
665 HASH(test_buf, TEST_BUF_LEN, hash); in benchmark_hash()
677 HASH(test_buf, len, hash); in benchmark_hash()