Lines Matching defs:args
30 bool Ciphers(const std::vector<std::string> &args);
31 bool Client(const std::vector<std::string> &args);
32 bool DoPKCS12(const std::vector<std::string> &args);
33 bool GenerateEd25519Key(const std::vector<std::string> &args);
34 bool GenerateRSAKey(const std::vector<std::string> &args);
35 bool MD5Sum(const std::vector<std::string> &args);
36 bool Rand(const std::vector<std::string> &args);
37 bool SHA1Sum(const std::vector<std::string> &args);
38 bool SHA224Sum(const std::vector<std::string> &args);
39 bool SHA256Sum(const std::vector<std::string> &args);
40 bool SHA384Sum(const std::vector<std::string> &args);
41 bool SHA512Sum(const std::vector<std::string> &args);
42 bool Server(const std::vector<std::string> &args);
43 bool Speed(const std::vector<std::string> &args);
45 typedef bool (*tool_func_t)(const std::vector<std::string> &args);
133 std::vector<std::string> args;
135 args.push_back(argv[i]);
138 return !tool(args);