Functions | Variables
sign.cc File Reference
#include <map>
#include <vector>
#include <openssl/bio.h>
#include <openssl/evp.h>
#include <openssl/pem.h>
#include "internal.h"
Include dependency graph for sign.cc:

Go to the source code of this file.

Functions

bool Sign (const std::vector< std::string > &args)
 

Variables

static const struct argument kArguments []
 

Function Documentation

◆ Sign()

bool Sign ( const std::vector< std::string > &  args)

Definition at line 31 of file sign.cc.

Variable Documentation

◆ kArguments

const struct argument kArguments[]
static
Initial value:
= {
{"-key", kRequiredArgument, "The private key, in PEM format, to sign with"},
{"-digest", kOptionalArgument, "The digest algorithm to use"},
{"", kOptionalArgument, ""},
}

Definition at line 25 of file sign.cc.

kRequiredArgument
@ kRequiredArgument
Definition: third_party/boringssl-with-bazel/src/tool/internal.h:103
kOptionalArgument
@ kOptionalArgument
Definition: third_party/boringssl-with-bazel/src/tool/internal.h:104


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:31