Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dtcrypt.c1672 ret = min(ret, tcrypt_test("md5")); in do_test()
1676 ret = min(ret, tcrypt_test("sha1")); in do_test()
1692 ret = min(ret, tcrypt_test("md4")); in do_test()
1696 ret = min(ret, tcrypt_test("sha256")); in do_test()
1732 ret = min(ret, tcrypt_test("sha384")); in do_test()
1782 ret = min(ret, tcrypt_test("wp512")); in do_test()
1786 ret = min(ret, tcrypt_test("wp384")); in do_test()
1790 ret = min(ret, tcrypt_test("wp256")); in do_test()
1823 ret = min(ret, tcrypt_test("lzo")); in do_test()
1855 ret = min(ret, tcrypt_test("ghash")); in do_test()
[all …]