Home
last modified time | relevance | path

Searched refs:CA_DB (Results 1 – 5 of 5) sorted by relevance

/external/openssl/apps/
Dapps.h295 } CA_DB; typedef
301 CA_DB *load_index(char *dbfile, DB_ATTR *dbattr);
302 int index_index(CA_DB *db);
303 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
305 void free_index(CA_DB *db);
Dsrp.c120 static int get_index(CA_DB *db, char* id, char type) in get_index()
143 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s) in print_entry()
157 static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose) in print_index()
162 static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose) in print_user()
177 static int update_index(CA_DB *db, BIO *bio, char **row) in update_index()
292 CA_DB *db=NULL; in MAIN()
Dca.c201 STACK_OF(CONF_VALUE) *policy,CA_DB *db,
209 CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn,
217 CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, int email_dn,
224 …STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multi…
229 static int do_revoke(X509 *x509, CA_DB *db, int ext, char *extval);
230 static int get_certificate_status(const char *ser_status, CA_DB *db);
231 static int do_updatedb(CA_DB *db);
306 CA_DB *db=NULL; in MAIN()
1575 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify()
1646 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify_cert()
[all …]
Docsp.c107 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
112 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser);
165 CA_DB *rdb = NULL; in MAIN()
1053 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, in make_ocsp_response()
1158 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser) in lookup_serial()
Dapps.c1796 CA_DB *load_index(char *dbfile, DB_ATTR *db_attr) in load_index()
1798 CA_DB *retdb = NULL; in load_index()
1841 if ((retdb = OPENSSL_malloc(sizeof(CA_DB))) == NULL) in load_index()
1875 int index_index(CA_DB *db) in index_index()
1899 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index()
2078 void free_index(CA_DB *db) in free_index()