Lines Matching defs:selected
148 static bool SpeedRSA(const std::string &selected) { in SpeedRSA()
235 static bool SpeedRSAKeyGen(const std::string &selected) { in SpeedRSAKeyGen()
407 size_t ad_len, const std::string &selected) { in SpeedAEAD()
421 size_t ad_len, const std::string &selected) { in SpeedAEADOpen()
464 const std::string &selected) { in SpeedHash()
498 static bool SpeedRandom(const std::string &selected) { in SpeedRandom()
513 const std::string &selected) { in SpeedECDHCurve()
573 const std::string &selected) { in SpeedECDSACurve()
614 static bool SpeedECDH(const std::string &selected) { in SpeedECDH()
621 static bool SpeedECDSA(const std::string &selected) { in SpeedECDSA()
628 static bool Speed25519(const std::string &selected) { in Speed25519()
697 static bool SpeedSPAKE2(const std::string &selected) { in SpeedSPAKE2()
744 static bool SpeedScrypt(const std::string &selected) { in SpeedScrypt()
779 static bool SpeedHRSS(const std::string &selected) { in SpeedHRSS()
865 std::string selected; in Speed() local