Lines Matching refs:string
20 #include <string>
67 bool ParseKeyValueArguments(std::map<std::string, std::string> *out_args, const
68 std::vector<std::string> &args, const struct argument *templates);
72 bool GetUnsigned(unsigned *out, const std::string &arg_name,
74 const std::map<std::string, std::string> &args);
78 bool Ciphers(const std::vector<std::string> &args);
79 bool Client(const std::vector<std::string> &args);
80 bool DoPKCS12(const std::vector<std::string> &args);
81 bool GenerateEd25519Key(const std::vector<std::string> &args);
82 bool GenerateRSAKey(const std::vector<std::string> &args);
83 bool MD5Sum(const std::vector<std::string> &args);
84 bool Rand(const std::vector<std::string> &args);
85 bool SHA1Sum(const std::vector<std::string> &args);
86 bool SHA224Sum(const std::vector<std::string> &args);
87 bool SHA256Sum(const std::vector<std::string> &args);
88 bool SHA384Sum(const std::vector<std::string> &args);
89 bool SHA512Sum(const std::vector<std::string> &args);
90 bool Server(const std::vector<std::string> &args);
91 bool Sign(const std::vector<std::string> &args);
92 bool Speed(const std::vector<std::string> &args);