Searched defs:sigopts (Results 1 - 3 of 3) sorted by relevance

/external/openssl/apps/
H A Dreq.c168 STACK_OF(OPENSSL_STRING) *pkeyopts = NULL, *sigopts = NULL;
317 if (!sigopts)
318 sigopts = sk_OPENSSL_STRING_new_null();
319 if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, *(++argv)))
871 i=do_X509_sign(bio_err, x509ss, pkey, digest, sigopts);
896 i=do_X509_REQ_sign(bio_err, req, pkey, digest, sigopts);
1098 if (sigopts)
1099 sk_OPENSSL_STRING_free(sigopts);
1774 const EVP_MD *md, STACK_OF(OPENSSL_STRING) *sigopts)
1773 do_sign_init(BIO *err, EVP_MD_CTX *ctx, EVP_PKEY *pkey, const EVP_MD *md, STACK_OF(OPENSSL_STRING) *sigopts) argument
1794 do_X509_sign(BIO *err, X509 *x, EVP_PKEY *pkey, const EVP_MD *md, STACK_OF(OPENSSL_STRING) *sigopts) argument
1808 do_X509_REQ_sign(BIO *err, X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md, STACK_OF(OPENSSL_STRING) *sigopts) argument
1823 do_X509_CRL_sign(BIO *err, X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md, STACK_OF(OPENSSL_STRING) *sigopts) argument
[all...]
H A Dx509.c161 STACK_OF(OPENSSL_STRING) *sigopts,
176 STACK_OF(OPENSSL_STRING) *sigopts = NULL;
280 if (!sigopts)
281 sigopts = sk_OPENSSL_STRING_new_null();
282 if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, *(++argv)))
984 CApkey, sigopts,
1096 if (sigopts)
1097 sk_OPENSSL_STRING_free(sigopts);
1149 STACK_OF(OPENSSL_STRING) *sigopts,
1147 x509_certify(X509_STORE *ctx, char *CAfile, const EVP_MD *digest, X509 *x, X509 *xca, EVP_PKEY *pkey, STACK_OF(OPENSSL_STRING) *sigopts, char *serialfile, int create, int days, int clrext, CONF *conf, char *section, ASN1_INTEGER *sno) argument
[all...]
H A Dca.c200 const EVP_MD *dgst,STACK_OF(OPENSSL_STRING) *sigopts,
207 const EVP_MD *dgst,STACK_OF(OPENSSL_STRING) *sigopts,
215 const EVP_MD *dgst,STACK_OF(OPENSSL_STRING) *sigopts,
223 STACK_OF(OPENSSL_STRING) *sigopts,
318 STACK_OF(OPENSSL_STRING) *sigopts = NULL;
447 if (!sigopts)
448 sigopts = sk_OPENSSL_STRING_new_null();
449 if (!sigopts || !sk_OPENSSL_STRING_push(sigopts, *(++argv)))
1187 j=certify_spkac(&x,spkac_file,pkey,x509,dgst,sigopts,
1573 certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
1644 certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, ENGINE *e) argument
1699 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, int verbose, X509_REQ *req, char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
2265 certify_spkac(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
[all...]

Completed in 56 milliseconds