Lines Matching refs:min

1467 			ret = min(ret, do_test(NULL, 0, 0, i, num_mb));
1471 ret = min(ret, tcrypt_test("md5"));
1475 ret = min(ret, tcrypt_test("sha1"));
1479 ret = min(ret, tcrypt_test("ecb(des)"));
1480 ret = min(ret, tcrypt_test("cbc(des)"));
1481 ret = min(ret, tcrypt_test("ctr(des)"));
1485 ret = min(ret, tcrypt_test("ecb(des3_ede)"));
1486 ret = min(ret, tcrypt_test("cbc(des3_ede)"));
1487 ret = min(ret, tcrypt_test("ctr(des3_ede)"));
1491 ret = min(ret, tcrypt_test("md4"));
1495 ret = min(ret, tcrypt_test("sha256"));
1499 ret = min(ret, tcrypt_test("ecb(blowfish)"));
1500 ret = min(ret, tcrypt_test("cbc(blowfish)"));
1501 ret = min(ret, tcrypt_test("ctr(blowfish)"));
1505 ret = min(ret, tcrypt_test("ecb(twofish)"));
1506 ret = min(ret, tcrypt_test("cbc(twofish)"));
1507 ret = min(ret, tcrypt_test("ctr(twofish)"));
1508 ret = min(ret, tcrypt_test("lrw(twofish)"));
1509 ret = min(ret, tcrypt_test("xts(twofish)"));
1513 ret = min(ret, tcrypt_test("ecb(serpent)"));
1514 ret = min(ret, tcrypt_test("cbc(serpent)"));
1515 ret = min(ret, tcrypt_test("ctr(serpent)"));
1516 ret = min(ret, tcrypt_test("lrw(serpent)"));
1517 ret = min(ret, tcrypt_test("xts(serpent)"));
1521 ret = min(ret, tcrypt_test("ecb(aes)"));
1522 ret = min(ret, tcrypt_test("cbc(aes)"));
1523 ret = min(ret, tcrypt_test("lrw(aes)"));
1524 ret = min(ret, tcrypt_test("xts(aes)"));
1525 ret = min(ret, tcrypt_test("ctr(aes)"));
1526 ret = min(ret, tcrypt_test("rfc3686(ctr(aes))"));
1527 ret = min(ret, tcrypt_test("xctr(aes)"));
1531 ret = min(ret, tcrypt_test("sha384"));
1535 ret = min(ret, tcrypt_test("sha512"));
1539 ret = min(ret, tcrypt_test("deflate"));
1543 ret = min(ret, tcrypt_test("ecb(cast5)"));
1544 ret = min(ret, tcrypt_test("cbc(cast5)"));
1545 ret = min(ret, tcrypt_test("ctr(cast5)"));
1549 ret = min(ret, tcrypt_test("ecb(cast6)"));
1550 ret = min(ret, tcrypt_test("cbc(cast6)"));
1551 ret = min(ret, tcrypt_test("ctr(cast6)"));
1552 ret = min(ret, tcrypt_test("lrw(cast6)"));
1553 ret = min(ret, tcrypt_test("xts(cast6)"));
1557 ret = min(ret, tcrypt_test("ecb(arc4)"));
1561 ret = min(ret, tcrypt_test("michael_mic"));
1565 ret = min(ret, tcrypt_test("crc32c"));
1569 ret = min(ret, tcrypt_test("ecb(tea)"));
1573 ret = min(ret, tcrypt_test("ecb(xtea)"));
1577 ret = min(ret, tcrypt_test("ecb(khazad)"));
1581 ret = min(ret, tcrypt_test("wp512"));
1585 ret = min(ret, tcrypt_test("wp384"));
1589 ret = min(ret, tcrypt_test("wp256"));
1593 ret = min(ret, tcrypt_test("ecb(anubis)"));
1594 ret = min(ret, tcrypt_test("cbc(anubis)"));
1598 ret = min(ret, tcrypt_test("ecb(xeta)"));
1602 ret = min(ret, tcrypt_test("pcbc(fcrypt)"));
1606 ret = min(ret, tcrypt_test("ecb(camellia)"));
1607 ret = min(ret, tcrypt_test("cbc(camellia)"));
1608 ret = min(ret, tcrypt_test("ctr(camellia)"));
1609 ret = min(ret, tcrypt_test("lrw(camellia)"));
1610 ret = min(ret, tcrypt_test("xts(camellia)"));
1614 ret = min(ret, tcrypt_test("sha224"));
1618 ret = min(ret, tcrypt_test("gcm(aes)"));
1622 ret = min(ret, tcrypt_test("lzo"));
1626 ret = min(ret, tcrypt_test("ccm(aes)"));
1630 ret = min(ret, tcrypt_test("cts(cbc(aes))"));
1634 ret = min(ret, tcrypt_test("xxhash64"));
1638 ret = min(ret, tcrypt_test("rmd160"));
1642 ret = min(ret, tcrypt_test("blake2b-512"));
1646 ret = min(ret, tcrypt_test("ecb(seed)"));
1650 ret = min(ret, tcrypt_test("rfc4309(ccm(aes))"));
1654 ret = min(ret, tcrypt_test("ghash"));
1658 ret = min(ret, tcrypt_test("crct10dif"));
1662 ret = min(ret, tcrypt_test("sha3-224"));
1666 ret = min(ret, tcrypt_test("sha3-256"));
1670 ret = min(ret, tcrypt_test("sha3-384"));
1674 ret = min(ret, tcrypt_test("sha3-512"));
1678 ret = min(ret, tcrypt_test("sm3"));
1682 ret = min(ret, tcrypt_test("streebog256"));
1686 ret = min(ret, tcrypt_test("streebog512"));
1690 ret = min(ret, tcrypt_test("gcm(sm4)"));
1694 ret = min(ret, tcrypt_test("ccm(sm4)"));
1698 ret = min(ret, tcrypt_test("polyval"));
1702 ret = min(ret, tcrypt_test("gcm(aria)"));
1706 ret = min(ret, tcrypt_test("cts(cbc(sm4))"));
1710 ret = min(ret, tcrypt_test("hmac(md5)"));
1714 ret = min(ret, tcrypt_test("hmac(sha1)"));
1718 ret = min(ret, tcrypt_test("hmac(sha256)"));
1722 ret = min(ret, tcrypt_test("hmac(sha384)"));
1726 ret = min(ret, tcrypt_test("hmac(sha512)"));
1730 ret = min(ret, tcrypt_test("hmac(sha224)"));
1734 ret = min(ret, tcrypt_test("xcbc(aes)"));
1738 ret = min(ret, tcrypt_test("hmac(rmd160)"));
1742 ret = min(ret, tcrypt_test("vmac64(aes)"));
1746 ret = min(ret, tcrypt_test("hmac(sha3-224)"));
1750 ret = min(ret, tcrypt_test("hmac(sha3-256)"));
1754 ret = min(ret, tcrypt_test("hmac(sha3-384)"));
1758 ret = min(ret, tcrypt_test("hmac(sha3-512)"));
1762 ret = min(ret, tcrypt_test("hmac(streebog256)"));
1766 ret = min(ret, tcrypt_test("hmac(streebog512)"));
1770 ret = min(ret, tcrypt_test("ansi_cprng"));
1774 ret = min(ret, tcrypt_test("rfc4106(gcm(aes))"));
1778 ret = min(ret, tcrypt_test("rfc4543(gcm(aes))"));
1782 ret = min(ret, tcrypt_test("cmac(aes)"));
1786 ret = min(ret, tcrypt_test("cmac(des3_ede)"));
1790 ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(aes))"));
1794 ret = min(ret, tcrypt_test("authenc(hmac(md5),ecb(cipher_null))"));
1798 ret = min(ret, tcrypt_test("authenc(hmac(sha1),ecb(cipher_null))"));
1802 ret = min(ret, tcrypt_test("cbcmac(sm4)"));
1806 ret = min(ret, tcrypt_test("cmac(sm4)"));
1810 ret = min(ret, tcrypt_test("xcbc(sm4)"));
1814 ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(des))"));
1817 ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(des3_ede))"));
1820 ret = min(ret, tcrypt_test("authenc(hmac(sha224),cbc(des))"));
1823 ret = min(ret, tcrypt_test("authenc(hmac(sha224),cbc(des3_ede))"));
1826 ret = min(ret, tcrypt_test("authenc(hmac(sha256),cbc(des))"));
1829 ret = min(ret, tcrypt_test("authenc(hmac(sha256),cbc(des3_ede))"));
1832 ret = min(ret, tcrypt_test("authenc(hmac(sha384),cbc(des))"));
1835 ret = min(ret, tcrypt_test("authenc(hmac(sha384),cbc(des3_ede))"));
1838 ret = min(ret, tcrypt_test("authenc(hmac(sha512),cbc(des))"));
1841 ret = min(ret, tcrypt_test("authenc(hmac(sha512),cbc(des3_ede))"));
1844 ret = min(ret, tcrypt_test("ecb(sm4)"));
1845 ret = min(ret, tcrypt_test("cbc(sm4)"));
1846 ret = min(ret, tcrypt_test("ctr(sm4)"));
1847 ret = min(ret, tcrypt_test("xts(sm4)"));
1850 ret = min(ret, tcrypt_test("ecb(aria)"));
1851 ret = min(ret, tcrypt_test("cbc(aria)"));
1852 ret = min(ret, tcrypt_test("ctr(aria)"));
1855 ret = min(ret, tcrypt_test("ffdhe2048(dh)"));