Home
last modified time | relevance | path

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

/external/openssl/apps/
Dapps.h297 } CA_DB; typedef
303 CA_DB *load_index(char *dbfile, DB_ATTR *dbattr);
304 int index_index(CA_DB *db);
305 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
307 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()
1576 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify()
1649 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);
166 CA_DB *rdb = NULL; in MAIN()
1063 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, in make_ocsp_response()
1168 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser) in lookup_serial()
Dapps.c1800 CA_DB *load_index(char *dbfile, DB_ATTR *db_attr) in load_index()
1802 CA_DB *retdb = NULL; in load_index()
1845 if ((retdb = OPENSSL_malloc(sizeof(CA_DB))) == NULL) in load_index()
1879 int index_index(CA_DB *db) in index_index()
1903 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index()
2082 void free_index(CA_DB *db) in free_index()