Searched defs:sigopts (Results 1 – 3 of 3) sorted by relevance
/external/openssl/apps/ |
D | req.c | 1773 static int do_sign_init(BIO *err, EVP_MD_CTX *ctx, EVP_PKEY *pkey, 1794 int do_X509_sign(BIO *err, X509 *x, EVP_PKEY *pkey, const EVP_MD *md, 1808 int do_X509_REQ_sign(BIO *err, X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md, 1823 int do_X509_CRL_sign(BIO *err, X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md,
|
D | ca.c | 1573 static int certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, in certify() 1644 static int certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, in certify_cert() 1699 static int do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, in do_body() 2265 static int certify_spkac(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, in certify_spkac()
|
D | x509.c | 1147 static int x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, in x509_certify()
|