Symbol: tcrypt_test
crypto/tcrypt.c
1471
ret = min(ret, tcrypt_test("md5"));
crypto/tcrypt.c
1475
ret = min(ret, tcrypt_test("sha1"));
crypto/tcrypt.c
1479
ret = min(ret, tcrypt_test("ecb(des)"));
crypto/tcrypt.c
1480
ret = min(ret, tcrypt_test("cbc(des)"));
crypto/tcrypt.c
1481
ret = min(ret, tcrypt_test("ctr(des)"));
crypto/tcrypt.c
1485
ret = min(ret, tcrypt_test("ecb(des3_ede)"));
crypto/tcrypt.c
1486
ret = min(ret, tcrypt_test("cbc(des3_ede)"));
crypto/tcrypt.c
1487
ret = min(ret, tcrypt_test("ctr(des3_ede)"));
crypto/tcrypt.c
1491
ret = min(ret, tcrypt_test("md4"));
crypto/tcrypt.c
1495
ret = min(ret, tcrypt_test("sha256"));
crypto/tcrypt.c
1499
ret = min(ret, tcrypt_test("ecb(blowfish)"));
crypto/tcrypt.c
1500
ret = min(ret, tcrypt_test("cbc(blowfish)"));
crypto/tcrypt.c
1501
ret = min(ret, tcrypt_test("ctr(blowfish)"));
crypto/tcrypt.c
1505
ret = min(ret, tcrypt_test("ecb(twofish)"));
crypto/tcrypt.c
1506
ret = min(ret, tcrypt_test("cbc(twofish)"));
crypto/tcrypt.c
1507
ret = min(ret, tcrypt_test("ctr(twofish)"));
crypto/tcrypt.c
1508
ret = min(ret, tcrypt_test("lrw(twofish)"));
crypto/tcrypt.c
1509
ret = min(ret, tcrypt_test("xts(twofish)"));
crypto/tcrypt.c
1513
ret = min(ret, tcrypt_test("ecb(serpent)"));
crypto/tcrypt.c
1514
ret = min(ret, tcrypt_test("cbc(serpent)"));
crypto/tcrypt.c
1515
ret = min(ret, tcrypt_test("ctr(serpent)"));
crypto/tcrypt.c
1516
ret = min(ret, tcrypt_test("lrw(serpent)"));
crypto/tcrypt.c
1517
ret = min(ret, tcrypt_test("xts(serpent)"));
crypto/tcrypt.c
1521
ret = min(ret, tcrypt_test("ecb(aes)"));
crypto/tcrypt.c
1522
ret = min(ret, tcrypt_test("cbc(aes)"));
crypto/tcrypt.c
1523
ret = min(ret, tcrypt_test("lrw(aes)"));
crypto/tcrypt.c
1524
ret = min(ret, tcrypt_test("xts(aes)"));
crypto/tcrypt.c
1525
ret = min(ret, tcrypt_test("ctr(aes)"));
crypto/tcrypt.c
1526
ret = min(ret, tcrypt_test("rfc3686(ctr(aes))"));
crypto/tcrypt.c
1527
ret = min(ret, tcrypt_test("xctr(aes)"));
crypto/tcrypt.c
1531
ret = min(ret, tcrypt_test("sha384"));
crypto/tcrypt.c
1535
ret = min(ret, tcrypt_test("sha512"));
crypto/tcrypt.c
1539
ret = min(ret, tcrypt_test("deflate"));
crypto/tcrypt.c
1543
ret = min(ret, tcrypt_test("ecb(cast5)"));
crypto/tcrypt.c
1544
ret = min(ret, tcrypt_test("cbc(cast5)"));
crypto/tcrypt.c
1545
ret = min(ret, tcrypt_test("ctr(cast5)"));
crypto/tcrypt.c
1549
ret = min(ret, tcrypt_test("ecb(cast6)"));
crypto/tcrypt.c
1550
ret = min(ret, tcrypt_test("cbc(cast6)"));
crypto/tcrypt.c
1551
ret = min(ret, tcrypt_test("ctr(cast6)"));
crypto/tcrypt.c
1552
ret = min(ret, tcrypt_test("lrw(cast6)"));
crypto/tcrypt.c
1553
ret = min(ret, tcrypt_test("xts(cast6)"));
crypto/tcrypt.c
1557
ret = min(ret, tcrypt_test("ecb(arc4)"));
crypto/tcrypt.c
1561
ret = min(ret, tcrypt_test("michael_mic"));
crypto/tcrypt.c
1565
ret = min(ret, tcrypt_test("crc32c"));
crypto/tcrypt.c
1569
ret = min(ret, tcrypt_test("ecb(tea)"));
crypto/tcrypt.c
1573
ret = min(ret, tcrypt_test("ecb(xtea)"));
crypto/tcrypt.c
1577
ret = min(ret, tcrypt_test("ecb(khazad)"));
crypto/tcrypt.c
1581
ret = min(ret, tcrypt_test("wp512"));
crypto/tcrypt.c
1585
ret = min(ret, tcrypt_test("wp384"));
crypto/tcrypt.c
1589
ret = min(ret, tcrypt_test("wp256"));
crypto/tcrypt.c
1593
ret = min(ret, tcrypt_test("ecb(anubis)"));
crypto/tcrypt.c
1594
ret = min(ret, tcrypt_test("cbc(anubis)"));
crypto/tcrypt.c
1598
ret = min(ret, tcrypt_test("ecb(xeta)"));
crypto/tcrypt.c
1602
ret = min(ret, tcrypt_test("pcbc(fcrypt)"));
crypto/tcrypt.c
1606
ret = min(ret, tcrypt_test("ecb(camellia)"));
crypto/tcrypt.c
1607
ret = min(ret, tcrypt_test("cbc(camellia)"));
crypto/tcrypt.c
1608
ret = min(ret, tcrypt_test("ctr(camellia)"));
crypto/tcrypt.c
1609
ret = min(ret, tcrypt_test("lrw(camellia)"));
crypto/tcrypt.c
1610
ret = min(ret, tcrypt_test("xts(camellia)"));
crypto/tcrypt.c
1614
ret = min(ret, tcrypt_test("sha224"));
crypto/tcrypt.c
1618
ret = min(ret, tcrypt_test("gcm(aes)"));
crypto/tcrypt.c
1622
ret = min(ret, tcrypt_test("lzo"));
crypto/tcrypt.c
1626
ret = min(ret, tcrypt_test("ccm(aes)"));
crypto/tcrypt.c
1630
ret = min(ret, tcrypt_test("cts(cbc(aes))"));
crypto/tcrypt.c
1634
ret = min(ret, tcrypt_test("xxhash64"));
crypto/tcrypt.c
1638
ret = min(ret, tcrypt_test("rmd160"));
crypto/tcrypt.c
1642
ret = min(ret, tcrypt_test("blake2b-512"));
crypto/tcrypt.c
1646
ret = min(ret, tcrypt_test("ecb(seed)"));
crypto/tcrypt.c
1650
ret = min(ret, tcrypt_test("rfc4309(ccm(aes))"));
crypto/tcrypt.c
1654
ret = min(ret, tcrypt_test("ghash"));
crypto/tcrypt.c
1658
ret = min(ret, tcrypt_test("sha3-224"));
crypto/tcrypt.c
1662
ret = min(ret, tcrypt_test("sha3-256"));
crypto/tcrypt.c
1666
ret = min(ret, tcrypt_test("sha3-384"));
crypto/tcrypt.c
1670
ret = min(ret, tcrypt_test("sha3-512"));
crypto/tcrypt.c
1674
ret = min(ret, tcrypt_test("sm3"));
crypto/tcrypt.c
1678
ret = min(ret, tcrypt_test("streebog256"));
crypto/tcrypt.c
1682
ret = min(ret, tcrypt_test("streebog512"));
crypto/tcrypt.c
1686
ret = min(ret, tcrypt_test("gcm(sm4)"));
crypto/tcrypt.c
1690
ret = min(ret, tcrypt_test("ccm(sm4)"));
crypto/tcrypt.c
1694
ret = min(ret, tcrypt_test("gcm(aria)"));
crypto/tcrypt.c
1698
ret = min(ret, tcrypt_test("cts(cbc(sm4))"));
crypto/tcrypt.c
1702
ret = min(ret, tcrypt_test("hmac(md5)"));
crypto/tcrypt.c
1706
ret = min(ret, tcrypt_test("hmac(sha1)"));
crypto/tcrypt.c
1710
ret = min(ret, tcrypt_test("hmac(sha256)"));
crypto/tcrypt.c
1714
ret = min(ret, tcrypt_test("hmac(sha384)"));
crypto/tcrypt.c
1718
ret = min(ret, tcrypt_test("hmac(sha512)"));
crypto/tcrypt.c
1722
ret = min(ret, tcrypt_test("hmac(sha224)"));
crypto/tcrypt.c
1726
ret = min(ret, tcrypt_test("xcbc(aes)"));
crypto/tcrypt.c
1730
ret = min(ret, tcrypt_test("hmac(rmd160)"));
crypto/tcrypt.c
1734
ret = min(ret, tcrypt_test("hmac(sha3-224)"));
crypto/tcrypt.c
1738
ret = min(ret, tcrypt_test("hmac(sha3-256)"));
crypto/tcrypt.c
1742
ret = min(ret, tcrypt_test("hmac(sha3-384)"));
crypto/tcrypt.c
1746
ret = min(ret, tcrypt_test("hmac(sha3-512)"));
crypto/tcrypt.c
1750
ret = min(ret, tcrypt_test("hmac(streebog256)"));
crypto/tcrypt.c
1754
ret = min(ret, tcrypt_test("hmac(streebog512)"));
crypto/tcrypt.c
1758
ret = min(ret, tcrypt_test("rfc4106(gcm(aes))"));
crypto/tcrypt.c
1762
ret = min(ret, tcrypt_test("rfc4543(gcm(aes))"));
crypto/tcrypt.c
1766
ret = min(ret, tcrypt_test("cmac(aes)"));
crypto/tcrypt.c
1770
ret = min(ret, tcrypt_test("cmac(des3_ede)"));
crypto/tcrypt.c
1774
ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(aes))"));
crypto/tcrypt.c
1778
ret = min(ret, tcrypt_test("authenc(hmac(md5),ecb(cipher_null))"));
crypto/tcrypt.c
1782
ret = min(ret, tcrypt_test("authenc(hmac(sha1),ecb(cipher_null))"));
crypto/tcrypt.c
1786
ret = min(ret, tcrypt_test("cbcmac(sm4)"));
crypto/tcrypt.c
1790
ret = min(ret, tcrypt_test("cmac(sm4)"));
crypto/tcrypt.c
1794
ret = min(ret, tcrypt_test("xcbc(sm4)"));
crypto/tcrypt.c
1798
ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(des))"));
crypto/tcrypt.c
1801
ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(des3_ede))"));
crypto/tcrypt.c
1804
ret = min(ret, tcrypt_test("authenc(hmac(sha224),cbc(des))"));
crypto/tcrypt.c
1807
ret = min(ret, tcrypt_test("authenc(hmac(sha224),cbc(des3_ede))"));
crypto/tcrypt.c
1810
ret = min(ret, tcrypt_test("authenc(hmac(sha256),cbc(des))"));
crypto/tcrypt.c
1813
ret = min(ret, tcrypt_test("authenc(hmac(sha256),cbc(des3_ede))"));
crypto/tcrypt.c
1816
ret = min(ret, tcrypt_test("authenc(hmac(sha384),cbc(des))"));
crypto/tcrypt.c
1819
ret = min(ret, tcrypt_test("authenc(hmac(sha384),cbc(des3_ede))"));
crypto/tcrypt.c
1822
ret = min(ret, tcrypt_test("authenc(hmac(sha512),cbc(des))"));
crypto/tcrypt.c
1825
ret = min(ret, tcrypt_test("authenc(hmac(sha512),cbc(des3_ede))"));
crypto/tcrypt.c
1828
ret = min(ret, tcrypt_test("ecb(sm4)"));
crypto/tcrypt.c
1829
ret = min(ret, tcrypt_test("cbc(sm4)"));
crypto/tcrypt.c
1830
ret = min(ret, tcrypt_test("ctr(sm4)"));
crypto/tcrypt.c
1831
ret = min(ret, tcrypt_test("xts(sm4)"));
crypto/tcrypt.c
1834
ret = min(ret, tcrypt_test("ecb(aria)"));
crypto/tcrypt.c
1835
ret = min(ret, tcrypt_test("cbc(aria)"));
crypto/tcrypt.c
1836
ret = min(ret, tcrypt_test("ctr(aria)"));
crypto/tcrypt.c
1839
ret = min(ret, tcrypt_test("ffdhe2048(dh)"));