Go to the documentation of this file.
22 #if defined(OPENSSL_WINDOWS)
33 static bool IsFIPS(
const std::vector<std::string> &
args) {
72 printf(
"Available commands:\n");
74 for (
size_t i = 0;;
i++) {
76 if (tool.
func ==
nullptr) {
84 for (
size_t i = 0;;
i++) {
92 int main(
int argc,
char **argv) {
93 #if defined(OPENSSL_WINDOWS)
98 if (_setmode(_fileno(
stdin), _O_BINARY) == -1) {
99 perror(
"_setmode(_fileno(stdin), O_BINARY)");
102 if (_setmode(_fileno(
stdout), _O_BINARY) == -1) {
103 perror(
"_setmode(_fileno(stdout), O_BINARY)");
106 if (_setmode(_fileno(
stderr), _O_BINARY) == -1) {
107 perror(
"_setmode(_fileno(stderr), O_BINARY)");
116 int starting_arg = 1;
118 #if !defined(OPENSSL_WINDOWS)
121 if (tool ==
nullptr) {
127 if (tool ==
nullptr) {
132 std::vector<std::string>
args;
133 for (
int i = starting_arg;
i < argc;
i++) {
134 args.push_back(argv[
i]);
#define CRYPTO_library_init
bool MD5Sum(const std::vector< std::string > &args)
_Use_decl_annotations_ int __cdecl printf(const char *_Format,...)
#define ERR_print_errors_fp
bool Ciphers(const std::vector< std::string > &args)
bool SHA512256Sum(const std::vector< std::string > &args)
static void signal(notification *n)
bool GenerateRSAKey(const std::vector< std::string > &args)
bool GenerateECH(const std::vector< std::string > &args)
bool SHA224Sum(const std::vector< std::string > &args)
bool SHA512Sum(const std::vector< std::string > &args)
bool SHA384Sum(const std::vector< std::string > &args)
bool GenerateEd25519Key(const std::vector< std::string > &args)
bool SHA256Sum(const std::vector< std::string > &args)
bool SHA1Sum(const std::vector< std::string > &args)
grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:01:40