Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha512_kunit.c33 .suite_init = hash_suite_init,
H A Dsha384_kunit.c33 .suite_init = hash_suite_init,
H A Dsha1_kunit.c33 .suite_init = hash_suite_init,
H A Dsha224_kunit.c33 .suite_init = hash_suite_init,
H A Dmd5_kunit.c33 .suite_init = hash_suite_init,
H A Dpoly1305_kunit.c49 return hash_suite_init(suite); in poly1305_suite_init()
H A Dblake2b_kunit.c127 .suite_init = hash_suite_init,
H A Dblake2s_kunit.c127 .suite_init = hash_suite_init,
H A Dpolyval_kunit.c195 return hash_suite_init(suite); in polyval_suite_init()
H A Dsha3_kunit.c416 .suite_init = hash_suite_init,
H A Dhash-test-template.h74 static int hash_suite_init(struct kunit_suite *suite) in hash_suite_init() function