Lines Matching refs:tcrypt_test

1439 static inline int tcrypt_test(const char *alg)  in tcrypt_test()  function
1471 ret = min(ret, tcrypt_test("md5")); in do_test()
1475 ret = min(ret, tcrypt_test("sha1")); in do_test()
1479 ret = min(ret, tcrypt_test("ecb(des)")); in do_test()
1480 ret = min(ret, tcrypt_test("cbc(des)")); in do_test()
1481 ret = min(ret, tcrypt_test("ctr(des)")); in do_test()
1485 ret = min(ret, tcrypt_test("ecb(des3_ede)")); in do_test()
1486 ret = min(ret, tcrypt_test("cbc(des3_ede)")); in do_test()
1487 ret = min(ret, tcrypt_test("ctr(des3_ede)")); in do_test()
1491 ret = min(ret, tcrypt_test("md4")); in do_test()
1495 ret = min(ret, tcrypt_test("sha256")); in do_test()
1499 ret = min(ret, tcrypt_test("ecb(blowfish)")); in do_test()
1500 ret = min(ret, tcrypt_test("cbc(blowfish)")); in do_test()
1501 ret = min(ret, tcrypt_test("ctr(blowfish)")); in do_test()
1505 ret = min(ret, tcrypt_test("ecb(twofish)")); in do_test()
1506 ret = min(ret, tcrypt_test("cbc(twofish)")); in do_test()
1507 ret = min(ret, tcrypt_test("ctr(twofish)")); in do_test()
1508 ret = min(ret, tcrypt_test("lrw(twofish)")); in do_test()
1509 ret = min(ret, tcrypt_test("xts(twofish)")); in do_test()
1513 ret = min(ret, tcrypt_test("ecb(serpent)")); in do_test()
1514 ret = min(ret, tcrypt_test("cbc(serpent)")); in do_test()
1515 ret = min(ret, tcrypt_test("ctr(serpent)")); in do_test()
1516 ret = min(ret, tcrypt_test("lrw(serpent)")); in do_test()
1517 ret = min(ret, tcrypt_test("xts(serpent)")); in do_test()
1521 ret = min(ret, tcrypt_test("ecb(aes)")); in do_test()
1522 ret = min(ret, tcrypt_test("cbc(aes)")); in do_test()
1523 ret = min(ret, tcrypt_test("lrw(aes)")); in do_test()
1524 ret = min(ret, tcrypt_test("xts(aes)")); in do_test()
1525 ret = min(ret, tcrypt_test("ctr(aes)")); in do_test()
1526 ret = min(ret, tcrypt_test("rfc3686(ctr(aes))")); in do_test()
1527 ret = min(ret, tcrypt_test("ofb(aes)")); in do_test()
1528 ret = min(ret, tcrypt_test("cfb(aes)")); in do_test()
1529 ret = min(ret, tcrypt_test("xctr(aes)")); in do_test()
1533 ret = min(ret, tcrypt_test("sha384")); in do_test()
1537 ret = min(ret, tcrypt_test("sha512")); in do_test()
1541 ret = min(ret, tcrypt_test("deflate")); in do_test()
1545 ret = min(ret, tcrypt_test("ecb(cast5)")); in do_test()
1546 ret = min(ret, tcrypt_test("cbc(cast5)")); in do_test()
1547 ret = min(ret, tcrypt_test("ctr(cast5)")); in do_test()
1551 ret = min(ret, tcrypt_test("ecb(cast6)")); in do_test()
1552 ret = min(ret, tcrypt_test("cbc(cast6)")); in do_test()
1553 ret = min(ret, tcrypt_test("ctr(cast6)")); in do_test()
1554 ret = min(ret, tcrypt_test("lrw(cast6)")); in do_test()
1555 ret = min(ret, tcrypt_test("xts(cast6)")); in do_test()
1559 ret = min(ret, tcrypt_test("ecb(arc4)")); in do_test()
1563 ret = min(ret, tcrypt_test("michael_mic")); in do_test()
1567 ret = min(ret, tcrypt_test("crc32c")); in do_test()
1571 ret = min(ret, tcrypt_test("ecb(tea)")); in do_test()
1575 ret = min(ret, tcrypt_test("ecb(xtea)")); in do_test()
1579 ret = min(ret, tcrypt_test("ecb(khazad)")); 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()
1595 ret = min(ret, tcrypt_test("ecb(anubis)")); in do_test()
1596 ret = min(ret, tcrypt_test("cbc(anubis)")); in do_test()
1600 ret = min(ret, tcrypt_test("ecb(xeta)")); in do_test()
1604 ret = min(ret, tcrypt_test("pcbc(fcrypt)")); in do_test()
1608 ret = min(ret, tcrypt_test("ecb(camellia)")); in do_test()
1609 ret = min(ret, tcrypt_test("cbc(camellia)")); in do_test()
1610 ret = min(ret, tcrypt_test("ctr(camellia)")); in do_test()
1611 ret = min(ret, tcrypt_test("lrw(camellia)")); in do_test()
1612 ret = min(ret, tcrypt_test("xts(camellia)")); in do_test()
1616 ret = min(ret, tcrypt_test("sha224")); in do_test()
1620 ret = min(ret, tcrypt_test("gcm(aes)")); in do_test()
1624 ret = min(ret, tcrypt_test("lzo")); in do_test()
1628 ret = min(ret, tcrypt_test("ccm(aes)")); in do_test()
1632 ret = min(ret, tcrypt_test("cts(cbc(aes))")); in do_test()
1636 ret = min(ret, tcrypt_test("xxhash64")); in do_test()
1640 ret = min(ret, tcrypt_test("rmd160")); in do_test()
1644 ret = min(ret, tcrypt_test("blake2b-512")); in do_test()
1648 ret = min(ret, tcrypt_test("ecb(seed)")); in do_test()
1652 ret = min(ret, tcrypt_test("rfc4309(ccm(aes))")); in do_test()
1656 ret = min(ret, tcrypt_test("ghash")); in do_test()
1660 ret = min(ret, tcrypt_test("crct10dif")); in do_test()
1664 ret = min(ret, tcrypt_test("sha3-224")); in do_test()
1668 ret = min(ret, tcrypt_test("sha3-256")); in do_test()
1672 ret = min(ret, tcrypt_test("sha3-384")); in do_test()
1676 ret = min(ret, tcrypt_test("sha3-512")); in do_test()
1680 ret = min(ret, tcrypt_test("sm3")); in do_test()
1684 ret = min(ret, tcrypt_test("streebog256")); in do_test()
1688 ret = min(ret, tcrypt_test("streebog512")); in do_test()
1692 ret = min(ret, tcrypt_test("gcm(sm4)")); in do_test()
1696 ret = min(ret, tcrypt_test("ccm(sm4)")); in do_test()
1700 ret = min(ret, tcrypt_test("polyval")); in do_test()
1704 ret = min(ret, tcrypt_test("gcm(aria)")); in do_test()
1708 ret = min(ret, tcrypt_test("cts(cbc(sm4))")); in do_test()
1712 ret = min(ret, tcrypt_test("hmac(md5)")); in do_test()
1716 ret = min(ret, tcrypt_test("hmac(sha1)")); in do_test()
1720 ret = min(ret, tcrypt_test("hmac(sha256)")); in do_test()
1724 ret = min(ret, tcrypt_test("hmac(sha384)")); in do_test()
1728 ret = min(ret, tcrypt_test("hmac(sha512)")); in do_test()
1732 ret = min(ret, tcrypt_test("hmac(sha224)")); in do_test()
1736 ret = min(ret, tcrypt_test("xcbc(aes)")); in do_test()
1740 ret = min(ret, tcrypt_test("hmac(rmd160)")); in do_test()
1744 ret = min(ret, tcrypt_test("vmac64(aes)")); in do_test()
1748 ret = min(ret, tcrypt_test("hmac(sha3-224)")); in do_test()
1752 ret = min(ret, tcrypt_test("hmac(sha3-256)")); in do_test()
1756 ret = min(ret, tcrypt_test("hmac(sha3-384)")); in do_test()
1760 ret = min(ret, tcrypt_test("hmac(sha3-512)")); in do_test()
1764 ret = min(ret, tcrypt_test("hmac(streebog256)")); in do_test()
1768 ret = min(ret, tcrypt_test("hmac(streebog512)")); in do_test()
1772 ret = min(ret, tcrypt_test("ansi_cprng")); in do_test()
1776 ret = min(ret, tcrypt_test("rfc4106(gcm(aes))")); in do_test()
1780 ret = min(ret, tcrypt_test("rfc4543(gcm(aes))")); in do_test()
1784 ret = min(ret, tcrypt_test("cmac(aes)")); in do_test()
1788 ret = min(ret, tcrypt_test("cmac(des3_ede)")); in do_test()
1792 ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(aes))")); in do_test()
1796 ret = min(ret, tcrypt_test("authenc(hmac(md5),ecb(cipher_null))")); in do_test()
1800 ret = min(ret, tcrypt_test("authenc(hmac(sha1),ecb(cipher_null))")); in do_test()
1804 ret = min(ret, tcrypt_test("cbcmac(sm4)")); in do_test()
1808 ret = min(ret, tcrypt_test("cmac(sm4)")); in do_test()
1812 ret = min(ret, tcrypt_test("xcbc(sm4)")); in do_test()
1816 ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(des))")); in do_test()
1819 ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(des3_ede))")); in do_test()
1822 ret = min(ret, tcrypt_test("authenc(hmac(sha224),cbc(des))")); in do_test()
1825 ret = min(ret, tcrypt_test("authenc(hmac(sha224),cbc(des3_ede))")); in do_test()
1828 ret = min(ret, tcrypt_test("authenc(hmac(sha256),cbc(des))")); in do_test()
1831 ret = min(ret, tcrypt_test("authenc(hmac(sha256),cbc(des3_ede))")); in do_test()
1834 ret = min(ret, tcrypt_test("authenc(hmac(sha384),cbc(des))")); in do_test()
1837 ret = min(ret, tcrypt_test("authenc(hmac(sha384),cbc(des3_ede))")); in do_test()
1840 ret = min(ret, tcrypt_test("authenc(hmac(sha512),cbc(des))")); in do_test()
1843 ret = min(ret, tcrypt_test("authenc(hmac(sha512),cbc(des3_ede))")); in do_test()
1846 ret = min(ret, tcrypt_test("ecb(sm4)")); in do_test()
1847 ret = min(ret, tcrypt_test("cbc(sm4)")); in do_test()
1848 ret = min(ret, tcrypt_test("cfb(sm4)")); in do_test()
1849 ret = min(ret, tcrypt_test("ctr(sm4)")); in do_test()
1850 ret = min(ret, tcrypt_test("xts(sm4)")); in do_test()
1853 ret = min(ret, tcrypt_test("ecb(aria)")); in do_test()
1854 ret = min(ret, tcrypt_test("cbc(aria)")); in do_test()
1855 ret = min(ret, tcrypt_test("cfb(aria)")); in do_test()
1856 ret = min(ret, tcrypt_test("ctr(aria)")); in do_test()