Searched refs:CA_DB (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/apps/include/ |
H A D | apps.h | 219 } CA_DB; typedef 233 CA_DB *load_index(const char *dbfile, DB_ATTR *dbattr); 234 int index_index(CA_DB *db); 235 int save_index(const char *dbfile, const char *suffix, CA_DB *db); 238 void free_index(CA_DB *db);
|
/freebsd/crypto/openssl/apps/ |
H A D | srp.c | 38 static int get_index(CA_DB *db, char *id, char type) in get_index() 64 static void print_entry(CA_DB *db, int indx, int verbose, char *s) in print_entry() 76 static void print_index(CA_DB *db, int indexindex, int verbose) in print_index() 81 static void print_user(CA_DB *db, int userindex, int verbose) in print_user() 95 static int update_index(CA_DB *db, char **row) in update_index() 235 CA_DB *db = NULL; in srp_main()
|
H A D | ocsp.c | 70 CA_DB *db, STACK_OF(X509) *ca, X509 *rcert, 77 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser); 84 static int index_changed(CA_DB *); 220 CA_DB *rdb = NULL; in ocsp_main() 646 CA_DB *newrdb = load_index(ridx_filename, NULL); in ocsp_main() 885 static int index_changed(CA_DB *rdb) in index_changed() 1029 CA_DB *db, STACK_OF(X509) *ca, X509 *rcert, in make_ocsp_response() 1176 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser) in lookup_serial()
|
H A D | ca.c | 96 STACK_OF(CONF_VALUE) *policy, CA_DB *db, 108 STACK_OF(CONF_VALUE) *policy, CA_DB *db, 117 STACK_OF(CONF_VALUE) *policy, CA_DB *db, 125 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, 131 static int get_certificate_status(const char *ser_status, CA_DB *db); 132 static int do_updatedb(CA_DB *db); 134 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type, 268 CA_DB *db = NULL; in ca_main() 1382 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify() 1440 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify_cert() [all …]
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 1636 CA_DB *load_index(const char *dbfile, DB_ATTR *db_attr) in load_index() 1638 CA_DB *retdb = NULL; in load_index() 1706 int index_index(CA_DB *db) in index_index() 1731 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index() 1845 void free_index(CA_DB *db) in free_index()
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 117 -T CA_DB
|