Lines Matching defs:selected

303 static bool SpeedRSA(const std::string &selected) {  in SpeedRSA()
404 static bool SpeedRSAKeyGen(const std::string &selected) { in SpeedRSAKeyGen()
574 size_t ad_len, const std::string &selected) { in SpeedAEAD()
588 size_t ad_len, const std::string &selected) { in SpeedAEADOpen()
603 const std::string &selected) { in SpeedAESBlock()
700 const std::string &selected) { in SpeedHash()
734 static bool SpeedRandom(const std::string &selected) { in SpeedRandom()
749 const std::string &selected) { in SpeedECDHCurve()
807 const std::string &selected) { in SpeedECDSACurve()
857 static bool SpeedECDH(const std::string &selected) { in SpeedECDH()
864 static bool SpeedECDSA(const std::string &selected) { in SpeedECDSA()
871 static bool Speed25519(const std::string &selected) { in Speed25519()
944 static bool SpeedSPAKE2(const std::string &selected) { in SpeedSPAKE2()
990 static bool SpeedScrypt(const std::string &selected) { in SpeedScrypt()
1025 static bool SpeedHRSS(const std::string &selected) { in SpeedHRSS()
1086 static bool SpeedKyber(const std::string &selected) { in SpeedKyber()
1135 static bool SpeedDilithium(const std::string &selected) { in SpeedDilithium()
1246 static bool SpeedSpx(const std::string &selected) { in SpeedSpx()
1292 static bool SpeedHashToCurve(const std::string &selected) { in SpeedHashToCurve()
1341 static bool SpeedBase64(const std::string &selected) { in SpeedBase64()
1383 static bool SpeedSipHash(const std::string &selected) { in SpeedSipHash()
1413 size_t batchsize, const std::string &selected) { in SpeedTrustToken()
1619 static bool SpeedSelfTest(const std::string &selected) { in SpeedSelfTest()
1684 std::string selected; in Speed() local