Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dtcrypt.c1471 ret = min(ret, tcrypt_test("md5")); in do_test()
1475 ret = min(ret, tcrypt_test("sha1")); in do_test()
1491 ret = min(ret, tcrypt_test("md4")); in do_test()
1495 ret = min(ret, tcrypt_test("sha256")); in do_test()
1533 ret = min(ret, tcrypt_test("sha384")); in do_test()
1583 ret = min(ret, tcrypt_test("wp512")); in do_test()
1587 ret = min(ret, tcrypt_test("wp384")); in do_test()
1591 ret = min(ret, tcrypt_test("wp256")); in do_test()
1624 ret = min(ret, tcrypt_test("lzo")); in do_test()
1656 ret = min(ret, tcrypt_test("ghash")); in do_test()
[all …]