Symbol: CA_DB
usr.bin/openssl/apps.c
1290
CA_DB *
usr.bin/openssl/apps.c
1293
CA_DB *retdb = NULL;
usr.bin/openssl/apps.c
1330
if ((retdb = malloc(sizeof(CA_DB))) == NULL) {
usr.bin/openssl/apps.c
1357
index_index(CA_DB *db)
usr.bin/openssl/apps.c
1377
save_index(const char *file, const char *suffix, CA_DB *db)
usr.bin/openssl/apps.c
1526
free_index(CA_DB *db)
usr.bin/openssl/apps.h
222
CA_DB *load_index(char *dbfile, DB_ATTR *dbattr);
usr.bin/openssl/apps.h
223
int index_index(CA_DB *db);
usr.bin/openssl/apps.h
224
int save_index(const char *dbfile, const char *suffix, CA_DB *db);
usr.bin/openssl/apps.h
227
void free_index(CA_DB *db);
usr.bin/openssl/ca.c
126
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,
usr.bin/openssl/ca.c
133
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,
usr.bin/openssl/ca.c
142
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,
usr.bin/openssl/ca.c
147
static int do_revoke(X509 *x509, CA_DB *db, int ext, char *extval);
usr.bin/openssl/ca.c
148
static int get_certificate_status(const char *serial, CA_DB *db);
usr.bin/openssl/ca.c
149
static int do_updatedb(CA_DB *db);
usr.bin/openssl/ca.c
1533
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,
usr.bin/openssl/ca.c
1601
STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,
usr.bin/openssl/ca.c
1706
CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn,
usr.bin/openssl/ca.c
2276
do_revoke(X509 *x509, CA_DB *db, int type, char *value)
usr.bin/openssl/ca.c
2402
get_certificate_status(const char *serial, CA_DB *db)
usr.bin/openssl/ca.c
2473
do_updatedb(CA_DB *db)
usr.bin/openssl/ca.c
623
CA_DB *db = NULL;
usr.bin/openssl/ocsp.c
1248
make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
usr.bin/openssl/ocsp.c
1347
lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
usr.bin/openssl/ocsp.c
803
CA_DB *rdb = NULL;
usr.bin/openssl/ocsp.c
92
CA_DB *db, X509 *ca, X509 *rcert, EVP_PKEY *rkey, STACK_OF(X509) *rother,
usr.bin/openssl/ocsp.c
95
static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser);