Home
last modified time | relevance | path

Searched refs:GenerateRSAKey (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/tool/
Dtool.cc34 bool GenerateRSAKey(const std::vector<std::string> &args);
56 { "genrsa", GenerateRSAKey },
Dgenrsa.cc39 bool GenerateRSAKey(const std::vector<std::string> &args) { in GenerateRSAKey() function