Searched refs:CA_DB (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/apps/ |
D | srp.c | 34 static int get_index(CA_DB *db, char *id, char type) in get_index() 60 static void print_entry(CA_DB *db, int indx, int verbose, char *s) in print_entry() 72 static void print_index(CA_DB *db, int indexindex, int verbose) in print_index() 77 static void print_user(CA_DB *db, int userindex, int verbose) in print_user() 91 static int update_index(CA_DB *db, char **row) in update_index() 220 CA_DB *db = NULL; in srp_main()
|
D | apps.h | 527 } CA_DB; typedef 536 CA_DB *load_index(const char *dbfile, DB_ATTR *dbattr); 537 int index_index(CA_DB *db); 538 int save_index(const char *dbfile, const char *suffix, CA_DB *db); 541 void free_index(CA_DB *db);
|
D | ca.c | 93 STACK_OF(CONF_VALUE) *policy, CA_DB *db, 102 STACK_OF(CONF_VALUE) *policy, CA_DB *db, 111 STACK_OF(CONF_VALUE) *policy, CA_DB *db, 119 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, 125 static int get_certificate_status(const char *ser_status, CA_DB *db); 126 static int do_updatedb(CA_DB *db); 128 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type, 233 CA_DB *db = NULL; in ca_main() 1265 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify() 1334 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify_cert() [all …]
|
D | ocsp.c | 95 CA_DB *db, STACK_OF(X509) *ca, X509 *rcert, 101 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser); 111 static int index_changed(CA_DB *); 231 CA_DB *rdb = NULL; in ocsp_main() 608 CA_DB *newrdb = load_index(ridx_filename, NULL); in ocsp_main() 870 static int index_changed(CA_DB *rdb) in index_changed() 1134 CA_DB *db, STACK_OF(X509) *ca, X509 *rcert, in make_ocsp_response() 1266 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser) in lookup_serial()
|
D | apps.c | 1539 CA_DB *load_index(const char *dbfile, DB_ATTR *db_attr) in load_index() 1541 CA_DB *retdb = NULL; in load_index() 1608 int index_index(CA_DB *db) in index_index() 1630 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index() 1742 void free_index(CA_DB *db) in free_index()
|
/third_party/openssl/util/ |
D | indent.pro | 118 -T CA_DB
|