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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dapps.h305 } CA_DB; typedef in typeref:struct:ca_db_st
311 CA_DB *load_index(char *dbfile, DB_ATTR *dbattr);
312 int index_index(CA_DB *db);
313 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
315 void free_index(CA_DB *db);
H A Dca.c114 #define ENV_CA_DB "CA_DB"
201 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,CA_DB *db,
208 CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn,
215 CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, int email_dn,
222 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn,
227 static int do_revoke(X509 *x509, CA_DB *db, int ext, char *extval);
228 static int get_certificate_status(const char *ser_status, CA_DB *db);
229 static int do_updatedb(CA_DB *db);
303 CA_DB *db=NULL;
1535 const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *d
[all...]
H A Docsp.c80 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
85 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser);
134 CA_DB *rdb = NULL;
1025 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
1117 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
H A Dapps.c1681 CA_DB *load_index(char *dbfile, DB_ATTR *db_attr)
1683 CA_DB *retdb = NULL;
1729 if ((retdb = OPENSSL_malloc(sizeof(CA_DB))) == NULL)
1763 int index_index(CA_DB *db)
1787 int save_index(const char *dbfile, const char *suffix, CA_DB *db)
1985 void free_index(CA_DB *db)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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)
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;
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;
1023 CA_DB *db, X509 *ca, X509 *rcert,
1126 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
H A Dapps.c1842 CA_DB *load_index(char *dbfile, DB_ATTR *db_attr)
1844 CA_DB *retdb = NULL;
1881 if ((retdb = OPENSSL_malloc(sizeof(CA_DB))) == NULL) {
1915 int index_index(CA_DB *db)
1937 int save_index(const char *dbfile, const char *suffix, CA_DB *db)
2090 void free_index(CA_DB *db)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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)
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;
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;
1023 CA_DB *db, X509 *ca, X509 *rcert,
1126 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
H A Dapps.c1842 CA_DB *load_index(char *dbfile, DB_ATTR *db_attr)
1844 CA_DB *retdb = NULL;
1881 if ((retdb = OPENSSL_malloc(sizeof(CA_DB))) == NULL) {
1915 int index_index(CA_DB *db)
1937 int save_index(const char *dbfile, const char *suffix, CA_DB *db)
2090 void free_index(CA_DB *db)

Completed in 113 milliseconds