Lines Matching +defs:test +defs:suite
74 static int hash_suite_init(struct kunit_suite *suite) in hash_suite_init()
91 static void hash_suite_exit(struct kunit_suite *suite) in hash_suite_exit()
105 static void test_hash_test_vectors(struct kunit *test) in test_hash_test_vectors()
128 static void test_hash_all_lens_up_to_4096(struct kunit *test) in test_hash_all_lens_up_to_4096()
148 static void test_hash_incremental_updates(struct kunit *test) in test_hash_incremental_updates()
198 static void test_hash_buffer_overruns(struct kunit *test) in test_hash_buffer_overruns()
234 static void test_hash_overlaps(struct kunit *test) in test_hash_overlaps()
283 static void test_hash_alignment_consistency(struct kunit *test) in test_hash_alignment_consistency()
307 static void test_hash_ctx_zeroization(struct kunit *test) in test_hash_ctx_zeroization()
347 static void test_hash_interrupt_context_1(struct kunit *test) in test_hash_interrupt_context_1()
427 static void test_hash_interrupt_context_2(struct kunit *test) in test_hash_interrupt_context_2()
486 static void test_hmac(struct kunit *test) in test_hmac()
537 static void benchmark_hash(struct kunit *test) in benchmark_hash()