Home
last modified time | relevance | path

Searched refs:hash_suite_exit (Results 1 – 11 of 11) sorted by relevance

/linux/lib/crypto/tests/
H A Dsha512_kunit.c34 .suite_exit = hash_suite_exit,
H A Dsha384_kunit.c34 .suite_exit = hash_suite_exit,
H A Dsha1_kunit.c34 .suite_exit = hash_suite_exit,
H A Dsha224_kunit.c34 .suite_exit = hash_suite_exit,
H A Dmd5_kunit.c34 .suite_exit = hash_suite_exit,
H A Dpoly1305_kunit.c54 hash_suite_exit(suite); in poly1305_suite_exit()
H A Dblake2b_kunit.c128 .suite_exit = hash_suite_exit,
H A Dblake2s_kunit.c128 .suite_exit = hash_suite_exit,
H A Dpolyval_kunit.c200 hash_suite_exit(suite); in polyval_suite_exit()
H A Dsha3_kunit.c417 .suite_exit = hash_suite_exit,
H A Dhash-test-template.h91 static void hash_suite_exit(struct kunit_suite *suite) in hash_suite_exit() function