Searched defs:sigopts (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | req.c | 1614 static int do_sign_init(EVP_MD_CTX *ctx, EVP_PKEY *pkey, in do_sign_init() 1644 int do_X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md, in do_X509_sign() 1657 int do_X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md, in do_X509_REQ_sign() 1669 int do_X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md, in do_X509_CRL_sign()
|
H A D | ca.c | 1265 static int certify(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, in certify() 1334 static int certify_cert(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, in certify_cert() 1387 static int do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, in do_body() 1913 static int certify_spkac(X509 **xret, const char *infile, EVP_PKEY *pkey, in certify_spkac()
|
H A D | x509.c | 952 static int x509_certify(X509_STORE *ctx, const char *CAfile, const EVP_MD *digest, in x509_certify()
|
H A D | ocsp.c | 1133 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, in make_ocsp_response()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | ca.c | 1377 static int certify(X509 **xret, const char *infile, int informat, in certify() 1435 static int certify_cert(X509 **xret, const char *infile, int certformat, in certify_cert() 1492 static int do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, in do_body() 1993 static int certify_spkac(X509 **xret, const char *infile, EVP_PKEY *pkey, in certify_spkac()
|
H A D | ocsp.c | 1028 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, in make_ocsp_response()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | sshsig.c | 739 struct sshsigopt *sigopts = NULL; in parse_principals_key_and_options() local 899 struct sshsigopt *sigopts = NULL; in check_allowed_keys_line() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | apps.c | 2220 static int do_sign_init(EVP_MD_CTX *ctx, EVP_PKEY *pkey, in do_sign_init() 2272 int do_X509_sign(X509 *cert, EVP_PKEY *pkey, const char *md, in do_X509_sign() 2309 int do_X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const char *md, in do_X509_REQ_sign() 2322 int do_X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const char *md, in do_X509_CRL_sign()
|