Searched defs:sigopts (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/apps/ |
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()
|
D | ca.c | 1263 static int certify(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, in certify() 1332 static int certify_cert(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, in certify_cert() 1385 static int do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, in do_body() 1911 static int certify_spkac(X509 **xret, const char *infile, EVP_PKEY *pkey, in certify_spkac()
|
D | x509.c | 946 static int x509_certify(X509_STORE *ctx, const char *CAfile, const EVP_MD *digest, in x509_certify()
|
D | ocsp.c | 1133 static void make_ocsp_response(BIO *err, OCSP_RESPONSE **resp, OCSP_REQUEST *req, in make_ocsp_response()
|