crypto/tcrypt.c
1477
ret = min(ret, tcrypt_test("md5"));
crypto/tcrypt.c
1481
ret = min(ret, tcrypt_test("sha1"));
crypto/tcrypt.c
1485
ret = min(ret, tcrypt_test("ecb(des)"));
crypto/tcrypt.c
1486
ret = min(ret, tcrypt_test("cbc(des)"));
crypto/tcrypt.c
1487
ret = min(ret, tcrypt_test("ctr(des)"));
crypto/tcrypt.c
1491
ret = min(ret, tcrypt_test("ecb(des3_ede)"));
crypto/tcrypt.c
1492
ret = min(ret, tcrypt_test("cbc(des3_ede)"));
crypto/tcrypt.c
1493
ret = min(ret, tcrypt_test("ctr(des3_ede)"));
crypto/tcrypt.c
1497
ret = min(ret, tcrypt_test("md4"));
crypto/tcrypt.c
1501
ret = min(ret, tcrypt_test("sha256"));
crypto/tcrypt.c
1505
ret = min(ret, tcrypt_test("ecb(blowfish)"));
crypto/tcrypt.c
1506
ret = min(ret, tcrypt_test("cbc(blowfish)"));
crypto/tcrypt.c
1507
ret = min(ret, tcrypt_test("ctr(blowfish)"));
crypto/tcrypt.c
1511
ret = min(ret, tcrypt_test("ecb(twofish)"));
crypto/tcrypt.c
1512
ret = min(ret, tcrypt_test("cbc(twofish)"));
crypto/tcrypt.c
1513
ret = min(ret, tcrypt_test("ctr(twofish)"));
crypto/tcrypt.c
1514
ret = min(ret, tcrypt_test("lrw(twofish)"));
crypto/tcrypt.c
1515
ret = min(ret, tcrypt_test("xts(twofish)"));
crypto/tcrypt.c
1519
ret = min(ret, tcrypt_test("ecb(serpent)"));
crypto/tcrypt.c
1520
ret = min(ret, tcrypt_test("cbc(serpent)"));
crypto/tcrypt.c
1521
ret = min(ret, tcrypt_test("ctr(serpent)"));
crypto/tcrypt.c
1522
ret = min(ret, tcrypt_test("lrw(serpent)"));
crypto/tcrypt.c
1523
ret = min(ret, tcrypt_test("xts(serpent)"));
crypto/tcrypt.c
1527
ret = min(ret, tcrypt_test("ecb(aes)"));
crypto/tcrypt.c
1528
ret = min(ret, tcrypt_test("cbc(aes)"));
crypto/tcrypt.c
1529
ret = min(ret, tcrypt_test("lrw(aes)"));
crypto/tcrypt.c
1530
ret = min(ret, tcrypt_test("xts(aes)"));
crypto/tcrypt.c
1531
ret = min(ret, tcrypt_test("ctr(aes)"));
crypto/tcrypt.c
1532
ret = min(ret, tcrypt_test("rfc3686(ctr(aes))"));
crypto/tcrypt.c
1533
ret = min(ret, tcrypt_test("xctr(aes)"));
crypto/tcrypt.c
1537
ret = min(ret, tcrypt_test("sha384"));
crypto/tcrypt.c
1541
ret = min(ret, tcrypt_test("sha512"));
crypto/tcrypt.c
1545
ret = min(ret, tcrypt_test("deflate"));
crypto/tcrypt.c
1549
ret = min(ret, tcrypt_test("ecb(cast5)"));
crypto/tcrypt.c
1550
ret = min(ret, tcrypt_test("cbc(cast5)"));
crypto/tcrypt.c
1551
ret = min(ret, tcrypt_test("ctr(cast5)"));
crypto/tcrypt.c
1555
ret = min(ret, tcrypt_test("ecb(cast6)"));
crypto/tcrypt.c
1556
ret = min(ret, tcrypt_test("cbc(cast6)"));
crypto/tcrypt.c
1557
ret = min(ret, tcrypt_test("ctr(cast6)"));
crypto/tcrypt.c
1558
ret = min(ret, tcrypt_test("lrw(cast6)"));
crypto/tcrypt.c
1559
ret = min(ret, tcrypt_test("xts(cast6)"));
crypto/tcrypt.c
1563
ret = min(ret, tcrypt_test("ecb(arc4)"));
crypto/tcrypt.c
1567
ret = min(ret, tcrypt_test("crc32c"));
crypto/tcrypt.c
1571
ret = min(ret, tcrypt_test("ecb(tea)"));
crypto/tcrypt.c
1575
ret = min(ret, tcrypt_test("ecb(xtea)"));
crypto/tcrypt.c
1579
ret = min(ret, tcrypt_test("ecb(khazad)"));
crypto/tcrypt.c
1583
ret = min(ret, tcrypt_test("wp512"));
crypto/tcrypt.c
1587
ret = min(ret, tcrypt_test("wp384"));
crypto/tcrypt.c
1591
ret = min(ret, tcrypt_test("wp256"));
crypto/tcrypt.c
1595
ret = min(ret, tcrypt_test("ecb(anubis)"));
crypto/tcrypt.c
1596
ret = min(ret, tcrypt_test("cbc(anubis)"));
crypto/tcrypt.c
1600
ret = min(ret, tcrypt_test("ecb(xeta)"));
crypto/tcrypt.c
1604
ret = min(ret, tcrypt_test("pcbc(fcrypt)"));
crypto/tcrypt.c
1608
ret = min(ret, tcrypt_test("ecb(camellia)"));
crypto/tcrypt.c
1609
ret = min(ret, tcrypt_test("cbc(camellia)"));
crypto/tcrypt.c
1610
ret = min(ret, tcrypt_test("ctr(camellia)"));
crypto/tcrypt.c
1611
ret = min(ret, tcrypt_test("lrw(camellia)"));
crypto/tcrypt.c
1612
ret = min(ret, tcrypt_test("xts(camellia)"));
crypto/tcrypt.c
1616
ret = min(ret, tcrypt_test("sha224"));
crypto/tcrypt.c
1620
ret = min(ret, tcrypt_test("gcm(aes)"));
crypto/tcrypt.c
1624
ret = min(ret, tcrypt_test("lzo"));
crypto/tcrypt.c
1628
ret = min(ret, tcrypt_test("ccm(aes)"));
crypto/tcrypt.c
1632
ret = min(ret, tcrypt_test("cts(cbc(aes))"));
crypto/tcrypt.c
1636
ret = min(ret, tcrypt_test("xxhash64"));
crypto/tcrypt.c
1640
ret = min(ret, tcrypt_test("rmd160"));
crypto/tcrypt.c
1644
ret = min(ret, tcrypt_test("blake2b-512"));
crypto/tcrypt.c
1648
ret = min(ret, tcrypt_test("ecb(seed)"));
crypto/tcrypt.c
1652
ret = min(ret, tcrypt_test("rfc4309(ccm(aes))"));
crypto/tcrypt.c
1656
ret = min(ret, tcrypt_test("sha3-224"));
crypto/tcrypt.c
1660
ret = min(ret, tcrypt_test("sha3-256"));
crypto/tcrypt.c
1664
ret = min(ret, tcrypt_test("sha3-384"));
crypto/tcrypt.c
1668
ret = min(ret, tcrypt_test("sha3-512"));
crypto/tcrypt.c
1672
ret = min(ret, tcrypt_test("sm3"));
crypto/tcrypt.c
1676
ret = min(ret, tcrypt_test("streebog256"));
crypto/tcrypt.c
1680
ret = min(ret, tcrypt_test("streebog512"));
crypto/tcrypt.c
1684
ret = min(ret, tcrypt_test("gcm(sm4)"));
crypto/tcrypt.c
1688
ret = min(ret, tcrypt_test("ccm(sm4)"));
crypto/tcrypt.c
1692
ret = min(ret, tcrypt_test("gcm(aria)"));
crypto/tcrypt.c
1696
ret = min(ret, tcrypt_test("cts(cbc(sm4))"));
crypto/tcrypt.c
1700
ret = min(ret, tcrypt_test("hmac(md5)"));
crypto/tcrypt.c
1704
ret = min(ret, tcrypt_test("hmac(sha1)"));
crypto/tcrypt.c
1708
ret = min(ret, tcrypt_test("hmac(sha256)"));
crypto/tcrypt.c
1712
ret = min(ret, tcrypt_test("hmac(sha384)"));
crypto/tcrypt.c
1716
ret = min(ret, tcrypt_test("hmac(sha512)"));
crypto/tcrypt.c
1720
ret = min(ret, tcrypt_test("hmac(sha224)"));
crypto/tcrypt.c
1724
ret = min(ret, tcrypt_test("xcbc(aes)"));
crypto/tcrypt.c
1728
ret = min(ret, tcrypt_test("hmac(rmd160)"));
crypto/tcrypt.c
1732
ret = min(ret, tcrypt_test("hmac(sha3-224)"));
crypto/tcrypt.c
1736
ret = min(ret, tcrypt_test("hmac(sha3-256)"));
crypto/tcrypt.c
1740
ret = min(ret, tcrypt_test("hmac(sha3-384)"));
crypto/tcrypt.c
1744
ret = min(ret, tcrypt_test("hmac(sha3-512)"));
crypto/tcrypt.c
1748
ret = min(ret, tcrypt_test("hmac(streebog256)"));
crypto/tcrypt.c
1752
ret = min(ret, tcrypt_test("hmac(streebog512)"));
crypto/tcrypt.c
1756
ret = min(ret, tcrypt_test("rfc4106(gcm(aes))"));
crypto/tcrypt.c
1760
ret = min(ret, tcrypt_test("rfc4543(gcm(aes))"));
crypto/tcrypt.c
1764
ret = min(ret, tcrypt_test("cmac(aes)"));
crypto/tcrypt.c
1768
ret = min(ret, tcrypt_test("cmac(des3_ede)"));
crypto/tcrypt.c
1772
ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(aes))"));
crypto/tcrypt.c
1776
ret = min(ret, tcrypt_test("authenc(hmac(md5),ecb(cipher_null))"));
crypto/tcrypt.c
1780
ret = min(ret, tcrypt_test("authenc(hmac(sha1),ecb(cipher_null))"));
crypto/tcrypt.c
1784
ret = min(ret, tcrypt_test("cbcmac(sm4)"));
crypto/tcrypt.c
1788
ret = min(ret, tcrypt_test("cmac(sm4)"));
crypto/tcrypt.c
1792
ret = min(ret, tcrypt_test("xcbc(sm4)"));
crypto/tcrypt.c
1796
ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(des))"));
crypto/tcrypt.c
1799
ret = min(ret, tcrypt_test("authenc(hmac(sha1),cbc(des3_ede))"));
crypto/tcrypt.c
1802
ret = min(ret, tcrypt_test("authenc(hmac(sha224),cbc(des))"));
crypto/tcrypt.c
1805
ret = min(ret, tcrypt_test("authenc(hmac(sha224),cbc(des3_ede))"));
crypto/tcrypt.c
1808
ret = min(ret, tcrypt_test("authenc(hmac(sha256),cbc(des))"));
crypto/tcrypt.c
1811
ret = min(ret, tcrypt_test("authenc(hmac(sha256),cbc(des3_ede))"));
crypto/tcrypt.c
1814
ret = min(ret, tcrypt_test("authenc(hmac(sha384),cbc(des))"));
crypto/tcrypt.c
1817
ret = min(ret, tcrypt_test("authenc(hmac(sha384),cbc(des3_ede))"));
crypto/tcrypt.c
1820
ret = min(ret, tcrypt_test("authenc(hmac(sha512),cbc(des))"));
crypto/tcrypt.c
1823
ret = min(ret, tcrypt_test("authenc(hmac(sha512),cbc(des3_ede))"));
crypto/tcrypt.c
1826
ret = min(ret, tcrypt_test("ecb(sm4)"));
crypto/tcrypt.c
1827
ret = min(ret, tcrypt_test("cbc(sm4)"));
crypto/tcrypt.c
1828
ret = min(ret, tcrypt_test("ctr(sm4)"));
crypto/tcrypt.c
1829
ret = min(ret, tcrypt_test("xts(sm4)"));
crypto/tcrypt.c
1832
ret = min(ret, tcrypt_test("ecb(aria)"));
crypto/tcrypt.c
1833
ret = min(ret, tcrypt_test("cbc(aria)"));
crypto/tcrypt.c
1834
ret = min(ret, tcrypt_test("ctr(aria)"));
crypto/tcrypt.c
1837
ret = min(ret, tcrypt_test("ffdhe2048(dh)"));