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

/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.h300 } CA_DB; typedef in typeref:struct:ca_db_st
307 CA_DB *load_index(char *dbfile, DB_ATTR *dbattr);
308 int index_index(CA_DB *db);
309 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
312 void free_index(CA_DB *db);
H A Dsrp.c120 static int get_index(CA_DB *db, char *id, char type)
146 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s)
158 static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose)
163 static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose)
177 static int update_index(CA_DB *db, BIO *bio, char **row)
296 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;
1500 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
1570 STACK_OF(CONF_VALUE) *policy, CA_DB *d
[all...]
H A Docsp.c112 CA_DB *db, X509 *ca, X509 *rcert,
117 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser);
174 CA_DB *rdb = NULL;
1022 CA_DB *db, X509 *ca, X509 *rcert,
1125 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
H A Dapps.c1859 CA_DB *load_index(char *dbfile, DB_ATTR *db_attr)
1861 CA_DB *retdb = NULL;
1898 if ((retdb = OPENSSL_malloc(sizeof(CA_DB))) == NULL) {
1932 int index_index(CA_DB *db)
1954 int save_index(const char *dbfile, const char *suffix, CA_DB *db)
2107 void free_index(CA_DB *db)

Completed in 67 milliseconds