Symbol: CA_DB
crypto/openssl/apps/ca.c
110
STACK_OF(CONF_VALUE) *policy, CA_DB *db,
crypto/openssl/apps/ca.c
119
STACK_OF(CONF_VALUE) *policy, CA_DB *db,
crypto/openssl/apps/ca.c
127
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,
crypto/openssl/apps/ca.c
133
static int get_certificate_status(const char *ser_status, CA_DB *db);
crypto/openssl/apps/ca.c
135
static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type,
crypto/openssl/apps/ca.c
1378
STACK_OF(CONF_VALUE) *policy, CA_DB *db,
crypto/openssl/apps/ca.c
1436
STACK_OF(CONF_VALUE) *policy, CA_DB *db,
crypto/openssl/apps/ca.c
1491
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,
crypto/openssl/apps/ca.c
2001
STACK_OF(CONF_VALUE) *policy, CA_DB *db,
crypto/openssl/apps/ca.c
2134
static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type,
crypto/openssl/apps/ca.c
2240
static int get_certificate_status(const char *serial, CA_DB *db)
crypto/openssl/apps/ca.c
2307
int do_updatedb(CA_DB *db, time_t *now)
crypto/openssl/apps/ca.c
319
CA_DB *db = NULL;
crypto/openssl/apps/ca.c
98
STACK_OF(CONF_VALUE) *policy, CA_DB *db,
crypto/openssl/apps/include/apps.h
227
extern int do_updatedb(CA_DB *db, time_t *now);
crypto/openssl/apps/include/apps.h
241
CA_DB *load_index(const char *dbfile, DB_ATTR *dbattr);
crypto/openssl/apps/include/apps.h
242
int index_index(CA_DB *db);
crypto/openssl/apps/include/apps.h
243
int save_index(const char *dbfile, const char *suffix, CA_DB *db);
crypto/openssl/apps/include/apps.h
246
void free_index(CA_DB *db);
crypto/openssl/apps/lib/apps.c
1667
CA_DB *load_index(const char *dbfile, DB_ATTR *db_attr)
crypto/openssl/apps/lib/apps.c
1669
CA_DB *retdb = NULL;
crypto/openssl/apps/lib/apps.c
1736
int index_index(CA_DB *db)
crypto/openssl/apps/lib/apps.c
1761
int save_index(const char *dbfile, const char *suffix, CA_DB *db)
crypto/openssl/apps/lib/apps.c
1875
void free_index(CA_DB *db)
crypto/openssl/apps/ocsp.c
1075
CA_DB *db, STACK_OF(X509) *ca, X509 *rcert,
crypto/openssl/apps/ocsp.c
1231
static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
crypto/openssl/apps/ocsp.c
260
CA_DB *rdb = NULL;
crypto/openssl/apps/ocsp.c
64
CA_DB *db, STACK_OF(X509) *ca, X509 *rcert,
crypto/openssl/apps/ocsp.c
685
CA_DB *newrdb = load_index(ridx_filename, NULL);
crypto/openssl/apps/ocsp.c
71
static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser);
crypto/openssl/apps/ocsp.c
78
static int index_changed(CA_DB *);
crypto/openssl/apps/ocsp.c
931
static int index_changed(CA_DB *rdb)
crypto/openssl/apps/srp.c
246
CA_DB *db = NULL;
crypto/openssl/apps/srp.c
37
static int get_index(CA_DB *db, char *id, char type)
crypto/openssl/apps/srp.c
63
static void print_entry(CA_DB *db, int indx, int verbose, char *s)
crypto/openssl/apps/srp.c
75
static void print_index(CA_DB *db, int indexindex, int verbose)
crypto/openssl/apps/srp.c
80
static void print_user(CA_DB *db, int userindex, int verbose)
crypto/openssl/apps/srp.c
93
static int update_index(CA_DB *db, char **row)
crypto/openssl/test/ca_internals_test.c
21
CA_DB *db = NULL;