Lines Matching refs:CA_DB
200 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,CA_DB *db,
207 CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn,
214 CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, int email_dn,
220 …STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multi…
225 static int do_revoke(X509 *x509, CA_DB *db, int ext, char *extval);
226 static int get_certificate_status(const char *ser_status, CA_DB *db);
227 static int do_updatedb(CA_DB *db);
302 CA_DB *db=NULL; in MAIN()
1556 const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify()
1624 const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify_cert()
1678 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, in do_body()
2243 const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify_spkac()
2386 static int do_revoke(X509 *x509, CA_DB *db, int type, char *value) in do_revoke()
2504 static int get_certificate_status(const char *serial, CA_DB *db) in get_certificate_status()
2592 static int do_updatedb (CA_DB *db) in do_updatedb()