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("xctr(aes)")); in do_test()
1531 ret = min(ret, tcrypt_test("sha384")); in do_test()
1535 ret = min(ret, tcrypt_test("sha512")); in do_test()
1539 ret = min(ret, tcrypt_test("deflate")); in do_test()
1543 ret = min(ret, tcrypt_test("ecb(cast5)")); in do_test()
1544 ret = min(ret, tcrypt_test("cbc(cast5)")); in do_test()
1545 ret = min(ret, tcrypt_test("ctr(cast5)")); in do_test()
1549 ret = min(ret, tcrypt_test("ecb(cast6)")); in do_test()
1550 ret = min(ret, tcrypt_test("cbc(cast6)")); in do_test()
1551 ret = min(ret, tcrypt_test("ctr(cast6)")); in do_test()
1552 ret = min(ret, tcrypt_test("lrw(cast6)")); in do_test()
1553 ret = min(ret, tcrypt_test("xts(cast6)")); in do_test()
1557 ret = min(ret, tcrypt_test("ecb(arc4)")); in do_test()
1561 ret = min(ret, tcrypt_test("michael_mic")); in do_test()
1565 ret = min(ret, tcrypt_test("crc32c")); in do_test()
1569 ret = min(ret, tcrypt_test("ecb(tea)")); in do_test()
1573 ret = min(ret, tcrypt_test("ecb(xtea)")); in do_test()
1577 ret = min(ret, tcrypt_test("ecb(khazad)")); in do_test()
1581 ret = min(ret, tcrypt_test("wp512")); in do_test()
1585 ret = min(ret, tcrypt_test("wp384")); in do_test()
1589 ret = min(ret, tcrypt_test("wp256")); in do_test()
1593 ret = min(ret, tcrypt_test("ecb(anubis)")); in do_test()
1594 ret = min(ret, tcrypt_test("cbc(anubis)")); in do_test()
1598 ret = min(ret, tcrypt_test("ecb(xeta)")); in do_test()
1602 ret = min(ret, tcrypt_test("pcbc(fcrypt)")); in do_test()
1606 ret = min(ret, tcrypt_test("ecb(camellia)")); in do_test()
1607 ret = min(ret, tcrypt_test("cbc(camellia)")); in do_test()
1608 ret = min(ret, tcrypt_test("ctr(camellia)")); in do_test()
1609 ret = min(ret, tcrypt_test("lrw(camellia)")); in do_test()
1610 ret = min(ret, tcrypt_test("xts(camellia)")); in do_test()
1614 ret = min(ret, tcrypt_test("sha224")); in do_test()
1618 ret = min(ret, tcrypt_test("gcm(aes)")); in do_test()
1622 ret = min(ret, tcrypt_test("lzo")); in do_test()
1626 ret = min(ret, tcrypt_test("ccm(aes)")); in do_test()
1630 ret = min(ret, tcrypt_test("cts(cbc(aes))")); in do_test()
1634 ret = min(ret, tcrypt_test("xxhash64")); in do_test()
1638 ret = min(ret, tcrypt_test("rmd160")); in do_test()
1642 ret = min(ret, tcrypt_test("blake2b-512")); in do_test()
1646 ret = min(ret, tcrypt_test("ecb(seed)")); in do_test()
1650 ret = min(ret, tcrypt_test("rfc4309(ccm(aes))")); in do_test()
1654 ret = min(ret, tcrypt_test("ghash")); in do_test()
1658 ret = min(ret, tcrypt_test("crct10dif")); in do_test()
1662 ret = min(ret, tcrypt_test("sha3-224")); in do_test()
1666 ret = min(ret, tcrypt_test("sha3-256")); in do_test()
1670 ret = min(ret, tcrypt_test("sha3-384")); in do_test()
1674 ret = min(ret, tcrypt_test("sha3-512")); in do_test()
1678 ret = min(ret, tcrypt_test("sm3")); in do_test()
1682 ret = min(ret, tcrypt_test("streebog256")); in do_test()
1686 ret = min(ret, tcrypt_test("streebog512")); in do_test()
1690 ret = min(ret, tcrypt_test("gcm(sm4)")); in do_test()
1694 ret = min(ret, tcrypt_test("ccm(sm4)")); in do_test()
1698 ret = min(ret, tcrypt_test("polyval")); in do_test()
1702 ret = min(ret, tcrypt_test("gcm(aria)")); in do_test()
1706 ret = min(ret, tcrypt_test("cts(cbc(sm4))")); in do_test()
1710 ret = min(ret, tcrypt_test("hmac(md5)")); in do_test()
1714 ret = min(ret, tcrypt_test("hmac(sha1)")); in do_test()
1718 ret = min(ret, tcrypt_test("hmac(sha256)")); in do_test()
1722 ret = min(ret, tcrypt_test("hmac(sha384)")); in do_test()
1726 ret = min(ret, tcrypt_test("hmac(sha512)")); in do_test()
1730 ret = min(ret, tcrypt_test("hmac(sha224)")); in do_test()
1734 ret = min(ret, tcrypt_test("xcbc(aes)")); in do_test()
1738 ret = min(ret, tcrypt_test("hmac(rmd160)")); in do_test()
1742 ret = min(ret, tcrypt_test("vmac64(aes)")); in do_test()
1746 ret = min(ret, tcrypt_test("hmac(sha3-224)")); in do_test()
1750 ret = min(ret, tcrypt_test("hmac(sha3-256)")); in do_test()
1754 ret = min(ret, tcrypt_test("hmac(sha3-384)")); in do_test()
1758 ret = min(ret, tcrypt_test("hmac(sha3-512)")); in do_test()
1762 ret = min(ret, tcrypt_test("hmac(streebog256)")); in do_test()
1766 ret = min(ret, tcrypt_test("hmac(streebog512)")); in do_test()
1770 ret = min(ret, tcrypt_test("ansi_cprng")); in do_test()
1774 ret = min(ret, tcrypt_test("rfc4106(gcm(aes))")); in do_test()
1778 ret = min(ret, tcrypt_test("rfc4543(gcm(aes))")); in do_test()
1782 ret = min(ret, tcrypt_test("cmac(aes)")); in do_test()
1786 ret = min(ret, tcrypt_test("cmac(des3_ede)")); in do_test()
1790 ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(aes))")); in do_test()
1794 ret = min(ret, tcrypt_test("authenc(hmac(md5),ecb(cipher_null))")); in do_test()
1798 ret = min(ret, tcrypt_test("authenc(hmac(sha1),ecb(cipher_null))")); in do_test()
1802 ret = min(ret, tcrypt_test("cbcmac(sm4)")); in do_test()
1806 ret = min(ret, tcrypt_test("cmac(sm4)")); in do_test()
1810 ret = min(ret, tcrypt_test("xcbc(sm4)")); in do_test()
1814 ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(des))")); in do_test()
1817 ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(des3_ede))")); in do_test()
1820 ret = min(ret, tcrypt_test("authenc(hmac(sha224),cbc(des))")); in do_test()
1823 ret = min(ret, tcrypt_test("authenc(hmac(sha224),cbc(des3_ede))")); in do_test()
1826 ret = min(ret, tcrypt_test("authenc(hmac(sha256),cbc(des))")); in do_test()
1829 ret = min(ret, tcrypt_test("authenc(hmac(sha256),cbc(des3_ede))")); in do_test()
1832 ret = min(ret, tcrypt_test("authenc(hmac(sha384),cbc(des))")); in do_test()
1835 ret = min(ret, tcrypt_test("authenc(hmac(sha384),cbc(des3_ede))")); in do_test()
1838 ret = min(ret, tcrypt_test("authenc(hmac(sha512),cbc(des))")); in do_test()
1841 ret = min(ret, tcrypt_test("authenc(hmac(sha512),cbc(des3_ede))")); in do_test()
1844 ret = min(ret, tcrypt_test("ecb(sm4)")); in do_test()
1845 ret = min(ret, tcrypt_test("cbc(sm4)")); in do_test()
1846 ret = min(ret, tcrypt_test("ctr(sm4)")); in do_test()
1847 ret = min(ret, tcrypt_test("xts(sm4)")); in do_test()
1850 ret = min(ret, tcrypt_test("ecb(aria)")); in do_test()
1851 ret = min(ret, tcrypt_test("cbc(aria)")); in do_test()
1852 ret = min(ret, tcrypt_test("ctr(aria)")); in do_test()
1855 ret = min(ret, tcrypt_test("ffdhe2048(dh)")); in do_test()