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

/freebsd-10-stable/crypto/openssl/apps/
H A Dapps.h296 } CA_DB; typedef in typeref:struct:ca_db_st
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);
308 void free_index(CA_DB *db);
H A Dsrp.c120 static int get_index(CA_DB *db, char *id, char type)
144 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s)
156 static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose)
161 static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose)
175 static int update_index(CA_DB *db, BIO *bio, char **row)
291 CA_DB *db = NULL;
H A Dca.c195 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
203 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
213 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
223 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,
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);
305 CA_DB *db = NULL;
1493 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
1563 STACK_OF(CONF_VALUE) *policy, CA_DB *d
[all...]
H A Docsp.c112 CA_DB *db, X509 *ca, X509 *rcert,
116 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser);
171 CA_DB *rdb = NULL;
986 CA_DB *db, X509 *ca, X509 *rcert,
1085 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
H A Dapps.c1737 CA_DB *load_index(char *dbfile, DB_ATTR *db_attr)
1739 CA_DB *retdb = NULL;
1776 if ((retdb = OPENSSL_malloc(sizeof(CA_DB))) == NULL) {
1810 int index_index(CA_DB *db)
1832 int save_index(const char *dbfile, const char *suffix, CA_DB *db)
1985 void free_index(CA_DB *db)

Completed in 175 milliseconds